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