Name | hide_entities |
Object | PlayerTag |
Input | ElementTag |
Description | Hides a matchable type of entity from the player. Can use any advanced entity matchers per Advanced Object Matching.
To hide a specific entity from the player, use PlayerTag.hide_entity. To remove hide sets, use PlayerTag.unhide_entities. Note that dynamic matchables like 'entity_flagged' will behave in unexpected ways when dynamically changing. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L3364 |