Name | <MaterialTag.half> |
Returns | ElementTag |
Mechanism | MaterialTag.half |
Description | (Property) The current half for a bisected material (like a door, double-plant, chest, or a bed).
Output for "double" (2 block tall) blocks (doors/double plants/...) is "BOTTOM" or "TOP". Output for beds is "HEAD" or "FOOT". Output for chests is "LEFT" or "RIGHT". |
Generated Example |
|
Group | Properties |
Source | https://github.com/DenizenScript/Clientizen/blob/master/src/main/java/com/denizenscript/clientizen/objects/properties/material/MaterialHalf.java#L10 |