Enum Class TrackedWaypoint.class_11379

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

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

    • NONE

      public static final TrackedWaypoint.class_11379 NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/world/waypoint/TrackedWaypoint$class_11379;NONE:Lnet/minecraft/world/waypoint/TrackedWaypoint$class_11379;
      intermediary field_60423 Lnet/minecraft/class_11200$class_11379;field_60423:Lnet/minecraft/class_11200$class_11379;
      official a Lfiw$e;a:Lfiw$e;
    • UP

      public static final TrackedWaypoint.class_11379 UP
      Mappings:
      Namespace Name Mixin selector
      named UP Lnet/minecraft/world/waypoint/TrackedWaypoint$class_11379;UP:Lnet/minecraft/world/waypoint/TrackedWaypoint$class_11379;
      intermediary field_60424 Lnet/minecraft/class_11200$class_11379;field_60424:Lnet/minecraft/class_11200$class_11379;
      official b Lfiw$e;b:Lfiw$e;
    • DOWN

      public static final TrackedWaypoint.class_11379 DOWN
      Mappings:
      Namespace Name Mixin selector
      named DOWN Lnet/minecraft/world/waypoint/TrackedWaypoint$class_11379;DOWN:Lnet/minecraft/world/waypoint/TrackedWaypoint$class_11379;
      intermediary field_60425 Lnet/minecraft/class_11200$class_11379;field_60425:Lnet/minecraft/class_11200$class_11379;
      official c Lfiw$e;c:Lfiw$e;
  • Constructor Details

    • class_11379

      private class_11379()
  • Method Details

    • values

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