Have BukkitEntity.getState() return null for now.

This commit is contained in:
sk89q
2014-07-14 02:15:21 -07:00
parent f50c69ee8f
commit c535ad8682
2 changed files with 5 additions and 2 deletions

View File

@ -74,7 +74,7 @@ class BukkitEntity implements Entity {
@Override
public BaseEntity getState() {
throw new UnsupportedOperationException("Not implemented yet");
return null;
}
@Override