Name | <EntityTag.skin_layers> |
Returns | ListTag |
Mechanism | EntityTag.skin_layers |
Description | Returns the skin layers currently visible on a player-type entity.
Output is a list of values from the set of: CAPE, HAT, JACKET, LEFT_PANTS, LEFT_SLEEVE, RIGHT_PANTS, or RIGHT_SLEEVE. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L2502 |