This commit is contained in:
fullwall 2012-12-07 15:14:51 +08:00
parent 9b15542548
commit 7cce2aec8e

View File

@ -222,7 +222,7 @@ public class NMS {
}
public static org.bukkit.entity.Entity spawnCustomEntity(org.bukkit.World world, Location at,
Class<?> clazz, EntityType type) {
Class<? extends Entity> clazz, EntityType type) {
World handle = ((CraftWorld) world).getHandle();
Entity entity = null;
try {