Uses of Record Class
dev.wyck.wrapper.entity.data.NaturalSpawner
Packages that use NaturalSpawner
-
Uses of NaturalSpawner in dev.wyck.wrapper.entity
Methods in dev.wyck.wrapper.entity that return types with arguments of type NaturalSpawnerModifier and TypeMethodDescriptionBiomeSpawner.spawners()Gets the spawners for each mob category.Methods in dev.wyck.wrapper.entity with parameters of type NaturalSpawnerModifier and TypeMethodDescriptionBiomeSpawner.Builder.spawner(MobCategory category, int weight, NaturalSpawner spawner) Adds a spawner to the builder.BiomeSpawner.Builder.spawner(MobCategory category, NaturalSpawner spawner) Adds a spawner to the builder.Method parameters in dev.wyck.wrapper.entity with type arguments of type NaturalSpawnerModifier and TypeMethodDescriptionBiomeSpawner.Factory.create(Map<MobCategory, WeightedList.Builder<NaturalSpawner>> spawners, Map<EntityType, SpawnCost> mobSpawnCosts, float creatureGenerationProbability) BiomeSpawner.Builder.spawners(MobCategory category, WeightedList<NaturalSpawner> list) Adds multiple spawners to the builder. -
Uses of NaturalSpawner in dev.wyck.wrapper.entity.data
Methods in dev.wyck.wrapper.entity.data that return NaturalSpawnerModifier and TypeMethodDescriptionstatic NaturalSpawnerNaturalSpawner.of(EntityType type, int minCount, int maxCount)