Package net.minecraft.pathfinding
Enum Class PathNodeType
- All Implemented Interfaces:
Serializable
,Comparable<PathNodeType>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
getMalus()
static PathNodeType
Returns 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
-
OPEN
-
WALKABLE
-
WALKABLE_DOOR
-
TRAPDOOR
-
FENCE
-
LAVA
-
WATER
-
WATER_BORDER
-
RAIL
-
UNPASSABLE_RAIL
-
DANGER_FIRE
-
DAMAGE_FIRE
-
DANGER_CACTUS
-
DAMAGE_CACTUS
-
DANGER_OTHER
-
DAMAGE_OTHER
-
DOOR_OPEN
-
DOOR_WOOD_CLOSED
-
DOOR_IRON_CLOSED
-
BREACH
-
LEAVES
-
STICKY_HONEY
-
COCOA
-
-
Field Details
-
malus
private final float malus
-
-
Constructor Details
-
PathNodeType
private PathNodeType(float p_i46653_3_)
-
-
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
-
getMalus
public float getMalus() -
getDanger
-