Uses of Enum Class
net.minecraft.util.TriState
Packages that use TriState
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of TriState in net.minecraft.server.world
Methods in net.minecraft.server.world that return TriState -
Uses of TriState in net.minecraft.util
Fields in net.minecraft.util with type parameters of type TriStateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TriState> TriState.field_64315Methods in net.minecraft.util that return TriStateModifier and TypeMethodDescriptionstatic TriStateTriState.method_76393(boolean bool) 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. -
Uses of TriState in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute with type parameters of type TriStateModifier and TypeFieldDescriptionstatic final EnvironmentAttribute<TriState> EnvironmentAttributes.EYEBLOSSOM_OPEN_GAMEPLAYstatic final EnvironmentAttributeType<TriState> EnvironmentAttributeTypes.TRI_STATE