Name | <MaterialTag.type> |
Returns | ElementTag |
Mechanism | MaterialTag.type |
Description | (Property) Returns the current type of the block.
For slabs, input is TOP, BOTTOM, or DOUBLE. For piston_heads, input is NORMAL or STICKY. For campfires, input is NORMAL or SIGNAL. For pointed dripstone, input is BASE, FRUSTUM, MIDDLE, TIP, or TIP_MERGE. For cave vines, input is NORMAL or BERRIES. For scaffolding, input is NORMAL or BOTTOM. |
Generated Example |
|
Group | Properties |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/material/MaterialBlockType.java#L13 |