Package net.minecraft.entity.ai.pathing
Class TargetPathNode
java.lang.Object
net.minecraft.entity.ai.pathing.PathNode
net.minecraft.entity.ai.pathing.TargetPathNode
- Mappings:
Namespace Name official dud
intermediary net/minecraft/class_4459
named net/minecraft/entity/ai/pathing/TargetPathNode
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.pathing.PathNode
distanceToNearestTarget, heapIndex, heapWeight, pathLength, penalizedPathLength, penalty, previous, type, visited, x, y, z
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TargetPathNode
fromBuffer
(PacketByteBuf buffer) boolean
void
void
updateNearestNode
(float distance, PathNode node) Methods inherited from class net.minecraft.entity.ai.pathing.PathNode
copyWithNewPosition, equals, fromBuf, getBlockPos, getDistance, getDistance, getHorizontalDistance, getManhattanDistance, getManhattanDistance, getPos, getSquaredDistance, getSquaredDistance, hash, hashCode, isInHeap, readFromBuf, toString, write
-
Field Details
-
nearestNodeDistance
private float nearestNodeDistance- Mappings:
Namespace Name Mixin selector official m
Ldud;m:F
intermediary field_20304
Lnet/minecraft/class_4459;field_20304:F
named nearestNodeDistance
Lnet/minecraft/entity/ai/pathing/TargetPathNode;nearestNodeDistance:F
-
nearestNode
- Mappings:
Namespace Name Mixin selector official n
Ldud;n:Ldtx;
intermediary field_20305
Lnet/minecraft/class_4459;field_20305:Lnet/minecraft/class_9;
named nearestNode
Lnet/minecraft/entity/ai/pathing/TargetPathNode;nearestNode:Lnet/minecraft/entity/ai/pathing/PathNode;
-
reached
private boolean reached- Mappings:
Namespace Name Mixin selector official o
Ldud;o:Z
intermediary field_20306
Lnet/minecraft/class_4459;field_20306:Z
named reached
Lnet/minecraft/entity/ai/pathing/TargetPathNode;reached:Z
-
-
Constructor Details
-
TargetPathNode
- Mappings:
Namespace Name Mixin selector official <init>
Ldud;<init>(Ldtx;)V
intermediary <init>
Lnet/minecraft/class_4459;<init>(Lnet/minecraft/class_9;)V
named <init>
Lnet/minecraft/entity/ai/pathing/TargetPathNode;<init>(Lnet/minecraft/entity/ai/pathing/PathNode;)V
-
TargetPathNode
public TargetPathNode(int x, int y, int z) - Mappings:
Namespace Name Mixin selector official <init>
Ldtx;<init>(III)V
intermediary <init>
Lnet/minecraft/class_9;<init>(III)V
named <init>
Lnet/minecraft/entity/ai/pathing/PathNode;<init>(III)V
-
-
Method Details
-
updateNearestNode
- Mappings:
Namespace Name Mixin selector official a
Ldud;a(FLdtx;)V
intermediary method_21662
Lnet/minecraft/class_4459;method_21662(FLnet/minecraft/class_9;)V
named updateNearestNode
Lnet/minecraft/entity/ai/pathing/TargetPathNode;updateNearestNode(FLnet/minecraft/entity/ai/pathing/PathNode;)V
-
getNearestNode
- Mappings:
Namespace Name Mixin selector official d
Ldud;d()Ldtx;
intermediary method_21664
Lnet/minecraft/class_4459;method_21664()Lnet/minecraft/class_9;
named getNearestNode
Lnet/minecraft/entity/ai/pathing/TargetPathNode;getNearestNode()Lnet/minecraft/entity/ai/pathing/PathNode;
-
markReached
public void markReached()- Mappings:
Namespace Name Mixin selector official e
Ldud;e()V
intermediary method_21665
Lnet/minecraft/class_4459;method_21665()V
named markReached
Lnet/minecraft/entity/ai/pathing/TargetPathNode;markReached()V
-
isReached
public boolean isReached()- Mappings:
Namespace Name Mixin selector official f
Ldud;f()Z
intermediary method_35501
Lnet/minecraft/class_4459;method_35501()Z
named isReached
Lnet/minecraft/entity/ai/pathing/TargetPathNode;isReached()Z
-
fromBuffer
- Mappings:
Namespace Name Mixin selector official c
Ldud;c(Lsd;)Ldud;
intermediary method_21663
Lnet/minecraft/class_4459;method_21663(Lnet/minecraft/class_2540;)Lnet/minecraft/class_4459;
named fromBuffer
Lnet/minecraft/entity/ai/pathing/TargetPathNode;fromBuffer(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/entity/ai/pathing/TargetPathNode;
-