Builder

class Builder

Builder for EntityHideOption.

Since

1.15.2

Functions

Link copied to clipboard
@NotNull
open fun build(): @NotNull EntityHideOption
Builds the EntityHideOption.
Link copied to clipboard
@NotNull
open fun composite(@NotNull options: @NotNull Stream<EntityHideOption>): @NotNull EntityHideOption.Builder
Composites multiple options into this builder.
Link copied to clipboard
@NotNull
open fun or(@NotNull option: @NotNull EntityHideOption): @NotNull EntityHideOption.Builder
Merges another hide option using OR logic.