Uses of Interface
dev.wyck.model.biome.CustomBiome
Packages that use CustomBiome
-
Uses of CustomBiome in dev.wyck.model.biome
Methods in dev.wyck.model.biome that return CustomBiomeModifier and TypeMethodDescriptionCustomBiome.blockReplacements(List<BlockReplacement> blockReplacements) Sets the block replacements of this custom biome.CustomBiome.Builder.build()Builds the custom biome.default CustomBiomeCustomBiome.dryFoliageColor(@Nullable String dryFoliageColor) Sets the dry foliage color override of this custom biome.default CustomBiomeSets the fog color of this custom biome.default CustomBiomeCustomBiome.foliageColor(@Nullable String foliageColor) Sets the foliage color override of this custom biome.default CustomBiomeCustomBiome.grassColor(@Nullable String grassColor) Sets the grass color override of this custom biome.default CustomBiomeCustomBiome.grassColorModifier(GrassColorModifier grassColorModifier) Sets the grass color modifier of this custom biome.CustomBiome.Builder.modify()default CustomBiomeCustomBiome.modify()Modifies this custom biome.static CustomBiomeCustomBiome.of(ResourceKey resourceKey) Creates a new custom biome with the given ResourceKey.CustomBiome.Builder.register()default CustomBiomeCustomBiome.register()Registers this custom biome in the biome registry.default CustomBiomeSets the sky color of this custom biome.default CustomBiomeCustomBiome.waterColor(String waterColor) Sets the water color of this custom biome.default CustomBiomeCustomBiome.waterFogColor(@Nullable String waterFogColor) Sets the water fog color of this custom biome.Methods in dev.wyck.model.biome with parameters of type CustomBiomeModifier and TypeMethodDescriptionbooleanCustomBiome.isSimilar(CustomBiome otherBiome) Compares this custom biome to another to determine if they are similar.Constructors in dev.wyck.model.biome with parameters of type CustomBiome -
Uses of CustomBiome in dev.wyck.model.biome.impl
Classes in dev.wyck.model.biome.impl that implement CustomBiomeMethods in dev.wyck.model.biome.impl that return CustomBiomeModifier and TypeMethodDescriptionCustomBiomeImpl.blockReplacements(List<BlockReplacement> blockReplacements) Methods in dev.wyck.model.biome.impl with parameters of type CustomBiome