EntityHideOption
Configuration for hiding various visual aspects of an entity.
This record allows selective hiding of equipment, fire effects, the entity body itself, and glowing effects.
Since
1.15.2
Parameters
equipment
whether to hide equipment
fire
whether to hide burning state
visibility
whether to hide entity's body
glowing
whether to hide entity's glowing state
Types
Link copied to clipboard
class Builder
Builder for EntityHideOption.
Properties
Functions
Link copied to clipboard
Creates a new builder for EntityHideOption.
Link copied to clipboard
@NotNull
Composites multiple options into a single one using OR logic.
Link copied to clipboard
Deserializes hide option from a JSON array.