Name | skin_layers |
Object | EntityTag |
Input | ListTag |
Related Tags | <EntityTag.skin_layers> Returns the skin layers currently visible on a player-type entity. (...)
|
Description | Sets the visible skin layers on a player-type entity (PlayerTag or player-type NPCTag).
Input is a list of values from the set of: CAPE, HAT, JACKET, LEFT_PANTS, LEFT_SLEEVE, RIGHT_PANTS, RIGHT_SLEEVE, or "ALL" |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L4018 |