Let's handle (bwhaha) the Craft* entities a bit better.

This commit is contained in:
Erik Broes
2011-03-01 17:08:18 +01:00
parent e6583c0d48
commit f54469f314
8 changed files with 52 additions and 53 deletions

View File

@@ -10,7 +10,7 @@ import org.bukkit.util.Vector;
public abstract class CraftEntity implements org.bukkit.entity.Entity {
protected final CraftServer server;
private Entity entity;
protected Entity entity;
public CraftEntity(final CraftServer server, final Entity entity) {
this.server = server;