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

@@ -1,7 +1,9 @@
package net.minecraft.server;
//CraftBukkit start
import org.bukkit.craftbukkit.CraftServer;
import org.bukkit.craftbukkit.entity.CraftCow;
//CraftBukkit end
public class EntityCow extends EntityAnimals {