Package net.minecraft.entity.ai.pathing
Enum Class NavigationType
- All Implemented Interfaces:
Serializable
,Comparable<NavigationType>
,Constable
- Mappings:
Namespace Name named net/minecraft/entity/ai/pathing/NavigationType
intermediary net/minecraft/class_10
official eom
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic NavigationType
Returns the enum constant of this class with the specified name.static NavigationType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LAND
- Mappings:
Namespace Name Mixin selector named LAND
Lnet/minecraft/entity/ai/pathing/NavigationType;LAND:Lnet/minecraft/entity/ai/pathing/NavigationType;
intermediary field_50
Lnet/minecraft/class_10;field_50:Lnet/minecraft/class_10;
official a
Leom;a:Leom;
-
WATER
- Mappings:
Namespace Name Mixin selector named WATER
Lnet/minecraft/entity/ai/pathing/NavigationType;WATER:Lnet/minecraft/entity/ai/pathing/NavigationType;
intermediary field_48
Lnet/minecraft/class_10;field_48:Lnet/minecraft/class_10;
official b
Leom;b:Leom;
-
AIR
- Mappings:
Namespace Name Mixin selector named AIR
Lnet/minecraft/entity/ai/pathing/NavigationType;AIR:Lnet/minecraft/entity/ai/pathing/NavigationType;
intermediary field_51
Lnet/minecraft/class_10;field_51:Lnet/minecraft/class_10;
official c
Leom;c:Leom;
-
-
Constructor Details
-
NavigationType
private NavigationType()
-
-
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
-