Class Materials
java.lang.Object
com.thevoxelbox.voxelsniper.util.material.Materials
- 
Method SummaryModifier 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
- 
isSlabReturn 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
 
- 
isStairReturn 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
 
 
-