composite

@NotNull
open fun composite(@NotNull options: @NotNull Stream<EntityHideOption>): @NotNull EntityHideOption

Composites multiple options into a single one using OR logic.

Return

the composited option

Since

1.15.2

Parameters

options

the stream of options