Uses of Enum Class
net.minecraft.client.renderer.item.properties.numeric.CompassAngleState.CompassTarget
Packages that use CompassAngleState.CompassTarget
-
Uses of CompassAngleState.CompassTarget in net.minecraft.client.renderer.item.properties.numeric
Fields in net.minecraft.client.renderer.item.properties.numeric declared as CompassAngleState.CompassTargetModifier and TypeFieldDescriptionprivate final CompassAngleState.CompassTargetCompassAngleState.compassTargetFields in net.minecraft.client.renderer.item.properties.numeric with type parameters of type CompassAngleState.CompassTargetModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CompassAngleState.CompassTarget> CompassAngleState.CompassTarget.CODECMethods in net.minecraft.client.renderer.item.properties.numeric that return CompassAngleState.CompassTargetModifier and TypeMethodDescriptionprotected CompassAngleState.CompassTargetCompassAngleState.target()Returns the enum constant of this class with the specified name.static CompassAngleState.CompassTarget[]CompassAngleState.CompassTarget.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.renderer.item.properties.numeric with parameters of type CompassAngleState.CompassTargetModifierConstructorDescriptionCompassAngle(boolean pWobble, CompassAngleState.CompassTarget pCompassTarget) CompassAngleState(boolean pWobble, CompassAngleState.CompassTarget pCompassTarget)