Interface StructureBlockAbstract
- All Known Subinterfaces:
StructureBlockConstructionAbstract<L>,StructureBlockCornerAbstract,StructureBlockDataAbstract,StructureBlockLoadAbstract<L,,V, B, E, W> StructureBlockSaveAbstract<L,V>
public interface StructureBlockAbstract
-
Method Summary
Modifier and TypeMethodDescription@NotNull StructureModeReturns the type of the structureBlock.voidsetStructureMode(@NotNull StructureMode structureMode) Changes the type of the structureBlock.
-
Method Details
-
setStructureMode
Changes the type of the structureBlock.- Parameters:
structureMode- structureMode.
-
getStructureMode
Returns the type of the structureBlock.- Returns:
- structureMode.
-