Uses of Class
dev.wyck.model.biome.Biome.Builder
Packages that use Biome.Builder
-
Uses of Biome.Builder in dev.wyck.model.biome
Subclasses of Biome.Builder in dev.wyck.model.biomeMethods in dev.wyck.model.biome that return Biome.BuilderModifier and TypeMethodDescription<V> Biome.BuilderBiome.Builder.attribute(EnvironmentAttributeSupplier<V> attribute, @Nullable V value) Biome.Builder.attribute(FriendlyColorSupplier attribute, @Nullable String hex) Biome.Builder.attributes(EnvironmentAttributeMap attributeMap) Sets the environment attributes of the biome.Biome.Builder.biomeSpawner(@Nullable BiomeSpawner biomeSpawner) Sets the BiomeSpawner of the biome.static Biome.BuilderBiome.builder()A new builder for this class.static Biome.BuilderBiome.builder(ResourceKey resourceKey) Biome.Builder.climateSettings(ClimateSettings climateSettings) Sets the climate settings of the biome.Biome.Builder.generationSettings(@Nullable BiomeGenerationSettings generationSettings) Sets the generation settings of the biome.Biome.Builder.resourceKey(ResourceKey resourceKey) Sets the ResourceKey of the biome.Biome.Builder.spawner(BiomeSpawner spawner) Biome.Builder.specialEffects(BiomeSpecialEffects specialEffects) Sets the special effects of the biome.default Biome.BuilderBiome.toBuilder()Converts this back into a builder.