Moved LocalWorld's members upwards to AbstractWorld and World.

This commit is contained in:
sk89q
2014-04-04 22:40:29 -07:00
parent d4c910a012
commit 7ed1718d21
8 changed files with 1189 additions and 1039 deletions

View File

@ -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.