Uses of Interface
dev.wyck.worldgen.biome.FixedBiomeSource
Packages that use FixedBiomeSource
-
Uses of FixedBiomeSource in dev.wyck.worldgen.biome
Methods in dev.wyck.worldgen.biome that return FixedBiomeSourceModifier and TypeMethodDescriptionstatic FixedBiomeSourceCreates a biome source that always returns the specified biome.static FixedBiomeSourceBiomeSource.fixed(ResourceKey biomeKey) Creates a biome source that always returns the specified biome.static FixedBiomeSourceCreates a new fixed biome source.static FixedBiomeSourceFixedBiomeSource.of(ResourceKey biomeKey) Creates a new fixed biome source.