9596979899100101102103104
} @Override @Deprecated public void setCreatureTypeId(String s) { CreatureType type = CreatureType.fromName(s); if (type != null) { spawned = type.toEntityType(); } }