Name | <LocationTag.slot[<vector>]> |
Returns | ElementTag(Number) |
Description | Returns the appropriate slot based on a given point along the bookshelves' surface relative to its position.
It will return 0 if the given vector is not within the bounds of any slot. See also EntityTag.bookshelf_slot |
Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4491 |