Uses of Enum Class
net.minecraft.client.render.item.property.numeric.CompassState.Target
Packages that use CompassState.Target
-
Uses of CompassState.Target in net.minecraft.client.render.item.property.numeric
Fields in net.minecraft.client.render.item.property.numeric declared as CompassState.TargetFields in net.minecraft.client.render.item.property.numeric with type parameters of type CompassState.TargetModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CompassState.Target> CompassState.Target.CODECMethods in net.minecraft.client.render.item.property.numeric that return CompassState.TargetModifier and TypeMethodDescriptionprotected CompassState.TargetCompassState.getTarget()static CompassState.TargetReturns the enum constant of this class with the specified name.static CompassState.Target[]CompassState.Target.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.render.item.property.numeric with parameters of type CompassState.TargetModifierConstructorDescriptionCompassProperty(boolean wobble, CompassState.Target target) CompassState(boolean wobble, CompassState.Target target)