Interface LayerConfig
-
public interface LayerConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
LayerConfig.Factory
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockState
block()
int
height()
static LayerConfig
of(int height, BlockState block)
-
-
-
Method Detail
-
of
static LayerConfig of(int height, BlockState block)
-
height
int height()
-
block
BlockState block()
-
-