Uses of Enum Class
dev.wyck.wrapper.entity.MobCategory
Packages that use MobCategory
-
Uses of MobCategory in dev.wyck.wrapper.entity
Subclasses with type arguments of type MobCategory in dev.wyck.wrapper.entityClasses in dev.wyck.wrapper.entity that implement interfaces with type arguments of type MobCategoryFields in dev.wyck.wrapper.entity with type parameters of type MobCategoryModifier and TypeFieldDescriptionstatic final KeyedEnumTranslator<MobCategory> MobCategory.TRANSLATORMethods in dev.wyck.wrapper.entity that return MobCategoryModifier and TypeMethodDescriptionstatic MobCategoryReturns the enum constant of this class with the specified name.static MobCategory[]MobCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.wrapper.entity that return types with arguments of type MobCategoryModifier and TypeMethodDescriptionBiomeSpawner.spawners()Gets the spawners for each mob category.MobCategory.translator()The translator for this enum.Methods in dev.wyck.wrapper.entity with parameters of type MobCategoryModifier and TypeMethodDescriptionBiomeSpawner.Builder.spawner(MobCategory category, int weight, NaturalSpawner spawner) Adds a spawner to the builder.BiomeSpawner.Builder.spawner(MobCategory category, int weight, EntityType type, int minCount, int maxCount) Adds a spawner to the builder.BiomeSpawner.Builder.spawner(MobCategory category, NaturalSpawner spawner) Adds a spawner to the builder.BiomeSpawner.Builder.spawners(MobCategory category, WeightedList<NaturalSpawner> list) Adds multiple spawners to the builder.Method parameters in dev.wyck.wrapper.entity with type arguments of type MobCategoryModifier and TypeMethodDescriptionBiomeSpawner.Factory.create(Map<MobCategory, WeightedList.Builder<NaturalSpawner>> spawners, Map<EntityType, SpawnCost> mobSpawnCosts, float creatureGenerationProbability)