Enum Class TrackedWaypoint.Pitch

java.lang.Object
java.lang.Enum<TrackedWaypoint.Pitch>
net.minecraft.world.waypoint.TrackedWaypoint.Pitch
All Implemented Interfaces:
Serializable, Comparable<TrackedWaypoint.Pitch>, Constable
Enclosing class:
TrackedWaypoint

public static enum TrackedWaypoint.Pitch extends Enum<TrackedWaypoint.Pitch>
Mappings:
Namespace Name
named net/minecraft/world/waypoint/TrackedWaypoint$Pitch
intermediary net/minecraft/class_11200$class_11379
official fkr$e
  • Enum Constant Details

    • NONE

      public static final TrackedWaypoint.Pitch 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

      public static final TrackedWaypoint.Pitch 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

      public static final TrackedWaypoint.Pitch 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

      public static TrackedWaypoint.Pitch[] 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

      public static TrackedWaypoint.Pitch valueOf(String name)
      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 name
      NullPointerException - if the argument is null