Entity's bukkitEntity field now holds a CraftEntity by default.

This commit is contained in:
sk89q
2011-01-21 16:21:19 -08:00
parent efdf9b8af7
commit 3931be421e
2 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import org.bukkit.World;
import org.bukkit.craftbukkit.CraftServer;
import org.bukkit.util.Vector;
public abstract class CraftEntity implements org.bukkit.entity.Entity {
public class CraftEntity implements org.bukkit.entity.Entity {
protected final CraftServer server;
private Entity entity;