Removed some old deprecated code and clean up javadocs + warnings
This commit is contained in:
@@ -5,7 +5,6 @@ import net.minecraft.server.EntityZombie;
|
||||
import org.bukkit.craftbukkit.CraftServer;
|
||||
import org.bukkit.entity.Zombie;
|
||||
|
||||
|
||||
public class CraftZombie extends CraftMonster implements Zombie {
|
||||
|
||||
public CraftZombie(CraftServer server, EntityZombie entity) {
|
||||
@@ -16,5 +15,4 @@ public class CraftZombie extends CraftMonster implements Zombie {
|
||||
public String toString() {
|
||||
return "CraftZombie";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user