fixed imports on all Entities

This commit is contained in:
Andrew Ardill
2011-01-18 17:16:05 +11:00
parent d7d7a68f91
commit 26a590f030
29 changed files with 47 additions and 20 deletions

View File

@@ -3,8 +3,10 @@ package net.minecraft.server;
import java.util.List;
import java.util.Random;
//CraftBukkit start
import org.bukkit.craftbukkit.CraftServer;
import org.bukkit.craftbukkit.entity.CraftLivingEntity;
//CraftBukkit end
public abstract class EntityLiving extends Entity {