mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-14 23:38:34 +00:00
Moved LocalWorld's members upwards to AbstractWorld and World.
This commit is contained in:
@ -27,7 +27,7 @@ import com.sk89q.worldedit.extent.inventory.BlockBag;
|
||||
/**
|
||||
* A player.
|
||||
*/
|
||||
public interface Player {
|
||||
public interface Player extends Entity {
|
||||
|
||||
/**
|
||||
* Returns true if the entity is holding a pick axe.
|
||||
|
Reference in New Issue
Block a user