net.minecraft.world.level.pathfinder

public class Target

extends Node

cxh
net.minecraft.world.level.pathfinder.Target
net.minecraft.class_4459
net.minecraft.entity.ai.pathing.TargetPathNode
net.minecraft.pathfinding.FlaggedPathPoint
net.minecraft.server.v1_16_R3.PathDestination

Field summary

Modifier and TypeField
private float
m
bestHeuristic
field_20304
nearestNodeDistance
field_224765_m
private Node
n
bestNode
field_20305
nearestNode
field_224766_n
private boolean
o
reached
field_20306
reached
field_224767_o

Constructor summary

ModifierConstructor
public (Node node)
public (int arg0, int arg1, int arg2)

Method summary

Modifier and TypeMethod
public void
a(float arg0, cxb arg1)
updateBest(float arg0, Node arg1)
method_21662(float arg0, class_9 arg1)
updateNearestNode(float distance, PathNode node)
func_224761_a(float arg0, PathPoint arg1)
public Node
d()
getBestNode()
method_21664()
getNearestNode()
func_224763_d()
public void
e()
setReached()
method_21665()
markReached()
func_224764_e()
public static Target
c(nf arg0)
createFromStream(FriendlyByteBuf arg0)
method_21663(class_2540 arg0)
fromBuffer(PacketByteBuf buffer)
func_224760_c(PacketBuffer arg0)