Interface LayerConfig
public interface LayerConfig
The configuration of a layer in a
FlatGeneratorConfig
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionblock()
Returns theBlockState
of the layer.int
height()
Returns the height of the layer.static LayerConfig
of
(int height, BlockState block)
-
Method Details
-
of
-
height
int height()Returns the height of the layer.- Returns:
- The height
-
block
BlockState block()Returns theBlockState
of the layer.- Returns:
- the block state
-