Package net.minecraft.entity.ai.pathing
Enum Class PathNodeType
- All Implemented Interfaces:
Serializable,Comparable<PathNodeType>,Constable
- Mappings:
Namespace Name official eaxintermediary net/minecraft/class_7named net/minecraft/entity/ai/pathing/PathNodeType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatstatic PathNodeTypeReturns the enum constant of this class with the specified name.static PathNodeType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BLOCKED
- Mappings:
Namespace Name Mixin selector official aLeax;a:Leax;intermediary field_22Lnet/minecraft/class_7;field_22:Lnet/minecraft/class_7;named BLOCKEDLnet/minecraft/entity/ai/pathing/PathNodeType;BLOCKED:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
OPEN
- Mappings:
Namespace Name Mixin selector official bLeax;b:Leax;intermediary field_7Lnet/minecraft/class_7;field_7:Lnet/minecraft/class_7;named OPENLnet/minecraft/entity/ai/pathing/PathNodeType;OPEN:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
WALKABLE
- Mappings:
Namespace Name Mixin selector official cLeax;c:Leax;intermediary field_12Lnet/minecraft/class_7;field_12:Lnet/minecraft/class_7;named WALKABLELnet/minecraft/entity/ai/pathing/PathNodeType;WALKABLE:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
WALKABLE_DOOR
- Mappings:
Namespace Name Mixin selector official dLeax;d:Leax;intermediary field_26446Lnet/minecraft/class_7;field_26446:Lnet/minecraft/class_7;named WALKABLE_DOORLnet/minecraft/entity/ai/pathing/PathNodeType;WALKABLE_DOOR:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
TRAPDOOR
- Mappings:
Namespace Name Mixin selector official eLeax;e:Leax;intermediary field_19Lnet/minecraft/class_7;field_19:Lnet/minecraft/class_7;named TRAPDOORLnet/minecraft/entity/ai/pathing/PathNodeType;TRAPDOOR:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
POWDER_SNOW
- Mappings:
Namespace Name Mixin selector official fLeax;f:Leax;intermediary field_33534Lnet/minecraft/class_7;field_33534:Lnet/minecraft/class_7;named POWDER_SNOWLnet/minecraft/entity/ai/pathing/PathNodeType;POWDER_SNOW:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
DANGER_POWDER_SNOW
- Mappings:
Namespace Name Mixin selector official gLeax;g:Leax;intermediary field_36432Lnet/minecraft/class_7;field_36432:Lnet/minecraft/class_7;named DANGER_POWDER_SNOWLnet/minecraft/entity/ai/pathing/PathNodeType;DANGER_POWDER_SNOW:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
FENCE
- Mappings:
Namespace Name Mixin selector official hLeax;h:Leax;intermediary field_10Lnet/minecraft/class_7;field_10:Lnet/minecraft/class_7;named FENCELnet/minecraft/entity/ai/pathing/PathNodeType;FENCE:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
LAVA
- Mappings:
Namespace Name Mixin selector official iLeax;i:Leax;intermediary field_14Lnet/minecraft/class_7;field_14:Lnet/minecraft/class_7;named LAVALnet/minecraft/entity/ai/pathing/PathNodeType;LAVA:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
WATER
- Mappings:
Namespace Name Mixin selector official jLeax;j:Leax;intermediary field_18Lnet/minecraft/class_7;field_18:Lnet/minecraft/class_7;named WATERLnet/minecraft/entity/ai/pathing/PathNodeType;WATER:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
WATER_BORDER
- Mappings:
Namespace Name Mixin selector official kLeax;k:Leax;intermediary field_4Lnet/minecraft/class_7;field_4:Lnet/minecraft/class_7;named WATER_BORDERLnet/minecraft/entity/ai/pathing/PathNodeType;WATER_BORDER:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
RAIL
- Mappings:
Namespace Name Mixin selector official lLeax;l:Leax;intermediary field_21Lnet/minecraft/class_7;field_21:Lnet/minecraft/class_7;named RAILLnet/minecraft/entity/ai/pathing/PathNodeType;RAIL:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
UNPASSABLE_RAIL
- Mappings:
Namespace Name Mixin selector official mLeax;m:Leax;intermediary field_25418Lnet/minecraft/class_7;field_25418:Lnet/minecraft/class_7;named UNPASSABLE_RAILLnet/minecraft/entity/ai/pathing/PathNodeType;UNPASSABLE_RAIL:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
DANGER_FIRE
- Mappings:
Namespace Name Mixin selector official nLeax;n:Leax;intermediary field_9Lnet/minecraft/class_7;field_9:Lnet/minecraft/class_7;named DANGER_FIRELnet/minecraft/entity/ai/pathing/PathNodeType;DANGER_FIRE:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
DAMAGE_FIRE
- Mappings:
Namespace Name Mixin selector official oLeax;o:Leax;intermediary field_3Lnet/minecraft/class_7;field_3:Lnet/minecraft/class_7;named DAMAGE_FIRELnet/minecraft/entity/ai/pathing/PathNodeType;DAMAGE_FIRE:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
DANGER_OTHER
- Mappings:
Namespace Name Mixin selector official pLeax;p:Leax;intermediary field_5Lnet/minecraft/class_7;field_5:Lnet/minecraft/class_7;named DANGER_OTHERLnet/minecraft/entity/ai/pathing/PathNodeType;DANGER_OTHER:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
DAMAGE_OTHER
- Mappings:
Namespace Name Mixin selector official qLeax;q:Leax;intermediary field_17Lnet/minecraft/class_7;field_17:Lnet/minecraft/class_7;named DAMAGE_OTHERLnet/minecraft/entity/ai/pathing/PathNodeType;DAMAGE_OTHER:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
DOOR_OPEN
- Mappings:
Namespace Name Mixin selector official rLeax;r:Leax;intermediary field_15Lnet/minecraft/class_7;field_15:Lnet/minecraft/class_7;named DOOR_OPENLnet/minecraft/entity/ai/pathing/PathNodeType;DOOR_OPEN:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
DOOR_WOOD_CLOSED
- Mappings:
Namespace Name Mixin selector official sLeax;s:Leax;intermediary field_23Lnet/minecraft/class_7;field_23:Lnet/minecraft/class_7;named DOOR_WOOD_CLOSEDLnet/minecraft/entity/ai/pathing/PathNodeType;DOOR_WOOD_CLOSED:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
DOOR_IRON_CLOSED
- Mappings:
Namespace Name Mixin selector official tLeax;t:Leax;intermediary field_8Lnet/minecraft/class_7;field_8:Lnet/minecraft/class_7;named DOOR_IRON_CLOSEDLnet/minecraft/entity/ai/pathing/PathNodeType;DOOR_IRON_CLOSED:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
BREACH
- Mappings:
Namespace Name Mixin selector official uLeax;u:Leax;intermediary field_16Lnet/minecraft/class_7;field_16:Lnet/minecraft/class_7;named BREACHLnet/minecraft/entity/ai/pathing/PathNodeType;BREACH:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
LEAVES
- Mappings:
Namespace Name Mixin selector official vLeax;v:Leax;intermediary field_6Lnet/minecraft/class_7;field_6:Lnet/minecraft/class_7;named LEAVESLnet/minecraft/entity/ai/pathing/PathNodeType;LEAVES:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
STICKY_HONEY
- Mappings:
Namespace Name Mixin selector official wLeax;w:Leax;intermediary field_21326Lnet/minecraft/class_7;field_21326:Lnet/minecraft/class_7;named STICKY_HONEYLnet/minecraft/entity/ai/pathing/PathNodeType;STICKY_HONEY:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
COCOA
- Mappings:
Namespace Name Mixin selector official xLeax;x:Leax;intermediary field_21516Lnet/minecraft/class_7;field_21516:Lnet/minecraft/class_7;named COCOALnet/minecraft/entity/ai/pathing/PathNodeType;COCOA:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
DAMAGE_CAUTIOUS
- Mappings:
Namespace Name Mixin selector official yLeax;y:Leax;intermediary field_43351Lnet/minecraft/class_7;field_43351:Lnet/minecraft/class_7;named DAMAGE_CAUTIOUSLnet/minecraft/entity/ai/pathing/PathNodeType;DAMAGE_CAUTIOUS:Lnet/minecraft/entity/ai/pathing/PathNodeType;
-
-
Field Details
-
defaultPenalty
private final float defaultPenalty- Mappings:
Namespace Name Mixin selector official zLeax;z:Fintermediary field_13Lnet/minecraft/class_7;field_13:Fnamed defaultPenaltyLnet/minecraft/entity/ai/pathing/PathNodeType;defaultPenalty:F
-
-
Constructor Details
-
PathNodeType
private PathNodeType(float defaultPenalty) - Mappings:
Namespace Name Mixin selector official <init>Leax;<init>(Ljava/lang/String;IF)Vintermediary <init>Lnet/minecraft/class_7;<init>(Ljava/lang/String;IF)Vnamed <init>Lnet/minecraft/entity/ai/pathing/PathNodeType;<init>(Ljava/lang/String;IF)V
-
-
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
-
getDefaultPenalty
public float getDefaultPenalty()- Mappings:
Namespace Name Mixin selector official aLeax;a()Fintermediary method_11Lnet/minecraft/class_7;method_11()Fnamed getDefaultPenaltyLnet/minecraft/entity/ai/pathing/PathNodeType;getDefaultPenalty()F
-