Interface CheckeredColumnBiomeSource
- All Superinterfaces:
BiomeSource, Wrapper
The checkerboard biome source places biomes in a checkerboard pattern.
- Since:
- 3.0.0
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbiomes()Any number of biomes.builder()Creates a new builder.static CheckeredColumnBiomeSourceCreates a new checkerboard column biome source.intsize()Determines the size of the checkerboard grid.Converts this object back to a builder.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
biomes
-
size
Determines the size of the checkerboard grid. A scale of 0 means each cell of the grid is one chunk wide. Doubles each time the scale increases. Value between 0 and 62.- Returns:
- the size of the checkerboard grid
- Since:
- 3.0.0
-
toBuilder
Converts this object back to a builder.- Returns:
- a builder with the same values as this object
- Since:
- 3.0.0
-
of
Creates a new checkerboard column biome source.- Parameters:
biomes- the biomessize- the size of the checkerboard grid- Returns:
- the checkerboard column biome source
- Since:
- 3.0.0
-
builder
Creates a new builder.- Returns:
- a new builder
- Since:
- 3.0.0
-