Uses of Interface
dev.wyck.wrapper.entity.BiomeSpawner
Packages that use BiomeSpawner
-
Uses of BiomeSpawner in dev.wyck.model.biome
Methods in dev.wyck.model.biome that return BiomeSpawnerModifier and TypeMethodDescriptionBiome.biomeSpawner()Gets the biome spawner associated with this biome.Methods in dev.wyck.model.biome with parameters of type BiomeSpawnerModifier and TypeMethodDescriptionvoidBiome.biomeSpawner(@Nullable BiomeSpawner biomeSpawner) Sets or removes the BiomeSpawner of this biome.Biome.Builder.biomeSpawner(@Nullable BiomeSpawner biomeSpawner) Sets the BiomeSpawner of the biome.CustomBiome.Builder.biomeSpawner(@Nullable BiomeSpawner biomeSpawner) Sets the BiomeSpawner of the custom biome.Biome.Builder.spawner(BiomeSpawner spawner) -
Uses of BiomeSpawner in dev.wyck.model.biome.impl
Methods in dev.wyck.model.biome.impl that return BiomeSpawnerMethods in dev.wyck.model.biome.impl with parameters of type BiomeSpawnerModifier and TypeMethodDescriptionvoidBiomeImpl.biomeSpawner(@Nullable BiomeSpawner biomeSpawner) Constructors in dev.wyck.model.biome.impl with parameters of type BiomeSpawnerModifierConstructorDescriptionBiomeImpl(ResourceKey resourceKey, ClimateSettings climateSettings, BiomeSpecialEffects specialEffects, EnvironmentAttributeMap attributes, @Nullable BiomeSpawner biomeSpawner, @Nullable BiomeGenerationSettings generationSettings) CustomBiomeImpl(ResourceKey resourceKey, ClimateSettings climateSettings, BiomeSpecialEffects specialEffects, EnvironmentAttributeMap attributes, @Nullable BiomeSpawner biomeSpawner, @Nullable BiomeGenerationSettings generationSettings, List<BlockReplacement> blockReplacements) -
Uses of BiomeSpawner in dev.wyck.wrapper.entity
Methods in dev.wyck.wrapper.entity that return BiomeSpawnerModifier and TypeMethodDescriptionBiomeSpawner.Builder.build()Builds the BiomeSpawner.BiomeSpawner.Factory.create(Map<MobCategory, WeightedList.Builder<NaturalSpawner>> spawners, Map<EntityType, SpawnCost> mobSpawnCosts, float creatureGenerationProbability) static BiomeSpawnerBiomeSpawner.empty()Creates an empty BiomeSpawner.Constructors in dev.wyck.wrapper.entity with parameters of type BiomeSpawner