This commit is contained in:
fullwall 2012-12-07 15:14:51 +08:00
parent 513c1dd9d9
commit f03c2aabe7
1 changed files with 1 additions and 1 deletions

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 {