MCMaterial
Importing the class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
Methods
blocksMovement
Returns if this material is considered solid or not
Return Type: boolean
getColor
Retrieves the color index of the block. This is is the same color used by vanilla maps to represent this block.
Return Type: MCMaterialColor
isFlammable
Returns if the block can burn or not.
Return Type: boolean
isLiquid
Returns if blocks of these materials are liquids.
Return Type: boolean
isOpaque
Indicate if the material is opaque
Return Type: boolean
isReplaceable
Returns whether the material can be replaced by other blocks when placed - eg snow, vines and tall grass.
Return Type: boolean
isSolid
Returns true if the block is a considered solid. This is true by default.
Return Type: boolean