Uses of Enum Class
net.kyori.adventure.util.TriState
Packages that use TriState
Package
Description
TriState based permission checking.Formats which may be applied to components.
Translations and translation registries.
Miscellaneous utilities.
-
Uses of TriState in net.kyori.adventure.permission
Methods in net.kyori.adventure.permission that return TriStateModifier and TypeMethodDescriptionChecks if something has a permission.Methods in net.kyori.adventure.permission with parameters of type TriStateModifier and TypeMethodDescriptionstatic PermissionCheckerCreates aPermissionCheckerthat always returnsstate. -
Uses of TriState in net.kyori.adventure.text.format
Methods in net.kyori.adventure.text.format with parameters of type TriStateModifier and TypeMethodDescriptionstatic TextDecoration.StateTextDecoration.State.byTriState(TriState flag) Gets a state from aTriState.final TextDecorationAndStateCreates aTextDecorationAndState, annotating this decoration with the givenstate. -
Uses of TriState in net.kyori.adventure.translation
Methods in net.kyori.adventure.translation that return TriStateModifier and TypeMethodDescriptionfinal TriStateAbstractTranslationStore.hasAnyTranslations()default TriStateTranslator.hasAnyTranslations()Checks if this translator has any translations. -
Uses of TriState in net.kyori.adventure.util
Subclasses with type arguments of type TriState in net.kyori.adventure.utilMethods in net.kyori.adventure.util that return TriStateModifier and TypeMethodDescriptionstatic TriStateTriState.byBoolean(boolean value) Gets a state from aboolean.static TriStateGets a state from aBoolean.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.