Uses of Enum Class
dev.wyck.wrapper.environment.TriState
Packages that use TriState
-
Uses of TriState in dev.wyck.wrapper.environment
Subclasses with type arguments of type TriState in dev.wyck.wrapper.environmentModifier and TypeClassDescriptionenumRepresents a tri-state value, which can be true, false, or default.Classes in dev.wyck.wrapper.environment that implement interfaces with type arguments of type TriStateModifier and TypeClassDescriptionenumRepresents a tri-state value, which can be true, false, or default.Fields in dev.wyck.wrapper.environment with type parameters of type TriStateMethods in dev.wyck.wrapper.environment that return TriStateModifier and TypeMethodDescriptionstatic TriStateTriState.fromBoolean(@Nullable Boolean value) Converts a boolean to a TriState.static TriStateReturns the enum constant of this class with the specified name.static TriState[]TriState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.wrapper.environment that return types with arguments of type TriState -
Uses of TriState in dev.wyck.wrapper.environment.attribute
Fields in dev.wyck.wrapper.environment.attribute with type parameters of type TriStateModifier and TypeFieldDescriptionstatic final EnvironmentAttributeSupplier<TriState> EnvironmentAttributes.EYEBLOSSOM_OPENHow eyeblossoms should behave.