Name | <MaterialTag.bottles> |
Returns | ListTag |
Mechanism | MaterialTag.bottles |
Description | Returns a list of booleans that represent whether a slot in a brewing stand has a bottle.
Under current implementation this always returns exactly 3 values, like "true|false|true". |
Generated Example |
|
Group | properties |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/material/MaterialBrewingStand.java#L41 |