Class Materials
java.lang.Object
com.thevoxelbox.voxelsniper.util.material.Materials
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanstatic booleanReturn if the given block type belongs to slabs.static booleanReturn if the given block type belongs to stairs.
-
Method Details
-
isEmpty
-
isLiquid
-
isSlab
Return if the given block type belongs to slabs.- Parameters:
blockType- the block type to check- Returns:
trueif block type is a slab,falseotherwise.- Since:
- 2.5.0
-
isStair
Return if the given block type belongs to stairs.- Parameters:
blockType- the block type to check- Returns:
trueif block type is a stair,falseotherwise.- Since:
- 2.5.0
-