Closed CmdrDats closed 11 years ago
see org.bukkit.entity.EntityType - can simply map-enum that the same way as materials, but use the name field. Not sure what to do about unnamed entities though since we should probably not allow referring to those in commands anyhow.
see org.bukkit.entity.EntityType - can simply map-enum that the same way as materials, but use the name field. Not sure what to do about unnamed entities though since we should probably not allow referring to those in commands anyhow.