Package net.minecraft.world.waypoint
Enum Class TrackedWaypoint.Pitch
- All Implemented Interfaces:
Serializable
,Comparable<TrackedWaypoint.Pitch>
,Constable
- Enclosing class:
TrackedWaypoint
- Mappings:
Namespace Name named net/minecraft/world/waypoint/TrackedWaypoint$Pitch
intermediary net/minecraft/class_11200$class_11379
official fkr$e
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TrackedWaypoint.Pitch
Returns the enum constant of this class with the specified name.static TrackedWaypoint.Pitch[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector named NONE
Lnet/minecraft/world/waypoint/TrackedWaypoint$Pitch;NONE:Lnet/minecraft/world/waypoint/TrackedWaypoint$Pitch;
intermediary field_60423
Lnet/minecraft/class_11200$class_11379;field_60423:Lnet/minecraft/class_11200$class_11379;
official a
Lfkr$e;a:Lfkr$e;
-
UP
- Mappings:
Namespace Name Mixin selector named UP
Lnet/minecraft/world/waypoint/TrackedWaypoint$Pitch;UP:Lnet/minecraft/world/waypoint/TrackedWaypoint$Pitch;
intermediary field_60424
Lnet/minecraft/class_11200$class_11379;field_60424:Lnet/minecraft/class_11200$class_11379;
official b
Lfkr$e;b:Lfkr$e;
-
DOWN
- Mappings:
Namespace Name Mixin selector named DOWN
Lnet/minecraft/world/waypoint/TrackedWaypoint$Pitch;DOWN:Lnet/minecraft/world/waypoint/TrackedWaypoint$Pitch;
intermediary field_60425
Lnet/minecraft/class_11200$class_11379;field_60425:Lnet/minecraft/class_11200$class_11379;
official c
Lfkr$e;c:Lfkr$e;
-
-
Constructor Details
-
Pitch
private Pitch()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-