Uses of Class
dev.wyck.model.biome.CustomBiome.Builder
Packages that use CustomBiome.Builder
-
Uses of CustomBiome.Builder in dev.wyck.model.biome
Methods in dev.wyck.model.biome that return CustomBiome.BuilderModifier and TypeMethodDescriptionCustomBiome.Builder.attribute(EnvironmentAttributeSupplier<V> attribute, @Nullable V value) CustomBiome.Builder.attribute(FriendlyColorSupplier attribute, @Nullable String hex) CustomBiome.Builder.attributes(EnvironmentAttributeMap attributeMap) Sets the environment attributes of the custom biome.CustomBiome.Builder.biomeSpawner(@Nullable BiomeSpawner biomeSpawner) Sets the BiomeSpawner of the custom biome.CustomBiome.Builder.blockReplacements(BlockReplacement... blockReplacements) Sets the block replacements of the custom biome.CustomBiome.Builder.blockReplacements(Collection<BlockReplacement> blockReplacements) Sets the block replacements of the custom biome.static CustomBiome.BuilderCustomBiome.builder()A new builder for this class.static CustomBiome.BuilderCustomBiome.builder(ResourceKey resourceKey) CustomBiome.Builder.climateSettings(ClimateSettings climateSettings) Sets the climate settings of the custom biome.CustomBiome.Builder.dryFoliageColor(@Nullable String dryFoliageColor) CustomBiome.Builder.foliageColor(@Nullable String foliageColor) CustomBiome.Builder.generationSettings(@Nullable BiomeGenerationSettings generationSettings) Sets the generation settings of the custom biome.CustomBiome.Builder.grassColor(@Nullable String grassColor) CustomBiome.Builder.grassColorModifier(GrassColorModifier grassColorModifier) CustomBiome.Builder.particle(ParticleTypes type, float probability) CustomBiome.Builder.particle(ParticleTypes type, float probability, @Nullable ParticleData data) CustomBiome.Builder.replace(BlockReplacement replacement) Adds a block replacement to the custom biome.Adds a block replacement to the custom biome.CustomBiome.Builder.resourceKey(ResourceKey resourceKey) Sets the ResourceKey of the custom biome.CustomBiome.Builder.settings(BiomeSettings settings) CustomBiome.Builder.specialEffects(BiomeSpecialEffects specialEffects) Sets the special effects of the custom biome.default CustomBiome.BuilderCustomBiome.toBuilder()Converts this back into a builder.CustomBiome.Builder.waterColor(String waterColor) CustomBiome.Builder.waterFogColor(@Nullable String waterFogColor)