Interface ISurfaceBuilderConfig
-
- All Known Implementing Classes:
SurfaceBuilderConfig
public interface ISurfaceBuilderConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockStategetTopMaterial()BlockStategetUnderMaterial()
-
-
-
Method Detail
-
getTopMaterial
BlockState getTopMaterial()
-
getUnderMaterial
BlockState getUnderMaterial()
-
-