Class Materials
java.lang.Object
com.thevoxelbox.voxelsniper.util.material.Materials
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static boolean
static boolean
Return if the given block type belongs to slabs.static boolean
Return 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:
true
if block type is a slab,false
otherwise.- Since:
- 2.5.0
-
isStair
Return if the given block type belongs to stairs.- Parameters:
blockType
- the block type to check- Returns:
true
if block type is a stair,false
otherwise.- Since:
- 2.5.0
-