Uses of Interface
dev.wyck.biome.entity.BiomeSpawner
Packages that use BiomeSpawner
-
Uses of BiomeSpawner in dev.wyck.biome
Methods in dev.wyck.biome that return BiomeSpawnerModifier and TypeMethodDescriptionBiome.biomeSpawner()Gets the biome spawner associated with this biome.Methods in dev.wyck.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.biome.entity
Methods in dev.wyck.biome.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 BiomeSpawnerReads Minecraft biome spawn settings into a wrapper.static BiomeSpawnerBiomeSpawner.empty()Creates an empty BiomeSpawner.Constructors in dev.wyck.biome.entity with parameters of type BiomeSpawner -
Uses of BiomeSpawner in dev.wyck.biome.internal
Methods in dev.wyck.biome.internal that return BiomeSpawnerMethods in dev.wyck.biome.internal with parameters of type BiomeSpawnerModifier and TypeMethodDescriptionvoidBiomeImpl.biomeSpawner(@Nullable BiomeSpawner biomeSpawner) Constructors in dev.wyck.biome.internal 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)