Enum Class NavigationType

java.lang.Object
java.lang.Enum<NavigationType>
net.minecraft.entity.ai.pathing.NavigationType
All Implemented Interfaces:
Serializable, Comparable<NavigationType>, Constable

public enum NavigationType extends Enum<NavigationType>
Mappings:
Namespace Name
official dua
intermediary net/minecraft/class_10
named net/minecraft/entity/ai/pathing/NavigationType
  • Enum Constant Details

    • LAND

      public static final NavigationType LAND
      Mappings:
      Namespace Name Mixin selector
      official a Ldua;a:Ldua;
      intermediary field_50 Lnet/minecraft/class_10;field_50:Lnet/minecraft/class_10;
      named LAND Lnet/minecraft/entity/ai/pathing/NavigationType;LAND:Lnet/minecraft/entity/ai/pathing/NavigationType;
    • WATER

      public static final NavigationType WATER
      Mappings:
      Namespace Name Mixin selector
      official b Ldua;b:Ldua;
      intermediary field_48 Lnet/minecraft/class_10;field_48:Lnet/minecraft/class_10;
      named WATER Lnet/minecraft/entity/ai/pathing/NavigationType;WATER:Lnet/minecraft/entity/ai/pathing/NavigationType;
    • AIR

      public static final NavigationType AIR
      Mappings:
      Namespace Name Mixin selector
      official c Ldua;c:Ldua;
      intermediary field_51 Lnet/minecraft/class_10;field_51:Lnet/minecraft/class_10;
      named AIR Lnet/minecraft/entity/ai/pathing/NavigationType;AIR:Lnet/minecraft/entity/ai/pathing/NavigationType;
  • Constructor Details

    • NavigationType

      private NavigationType()
  • Method Details

    • values

      public static NavigationType[] 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 NavigationType 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