Uses of Class
dev.wyck.worldgen.biome.CheckeredColumnBiomeSource.Builder
Packages that use CheckeredColumnBiomeSource.Builder
-
Uses of CheckeredColumnBiomeSource.Builder in dev.wyck.worldgen.biome
Methods in dev.wyck.worldgen.biome that return CheckeredColumnBiomeSource.BuilderModifier and TypeMethodDescriptionAdds a biome to the list of biomes.CheckeredColumnBiomeSource.Builder.biome(ResourceKey biomeKey) Adds a biome to the list of biomes.Sets the size of the checkerboard grid.CheckeredColumnBiomeSource.builder()Creates a new builder.BiomeSource.checkeredColumn()Biome source preset for the end.CheckeredColumnBiomeSource.Builder.size(int size) Sets the size of the checkerboard grid.CheckeredColumnBiomeSource.toBuilder()Converts this object back to a builder.