net.minecraft.entity.ai.pathing

public class Path

cav
net.minecraft.unmapped.C_85604771
net.minecraft.entity.ai.pathing.Path
net.minecraft.pathfinding.Path

Field summary

Modifier and TypeField
private final PathNode[]
a
f_36185656
nodes
field_75884_a
private PathNode[]
b
f_57838660
open
field_186312_b
private PathNode[]
c
f_61246144
closed
field_186313_c
private PathNode
d
f_08961088
debugTarget
field_186314_d
private int
e
f_96157514
currentIndex
field_75882_b
private int
f
f_90013259
length
field_75883_c

Constructor summary

ModifierConstructor
public (PathNode[] nodes)

Method summary

Modifier and TypeMethod
public void
a()
m_87200563()
advance()
func_75875_a()
public boolean
b()
m_06092904()
isDone()
func_75879_b()
public PathNode
c()
m_70210527()
getTarget()
func_75870_c()
public PathNode
a(int arg0)
m_97815959(int arg0)
getNode(int index)
func_75877_a(int arg0)
public void
a(int arg0, cat arg1)
m_91919704(int arg0, C_03498964 arg1)
setNode(int index, PathNode node)
func_186309_a(int arg0, PathPoint arg1)
public int
d()
m_59352990()
length()
func_75874_d()
public void
b(int arg0)
m_04442596(int arg0)
truncate(int length)
func_75871_b(int arg0)
public int
e()
m_27577716()
getCurrentIndex()
func_75873_e()
public void
c(int arg0)
m_10014984(int arg0)
setCurrentIndex(int index)
func_75872_c(int arg0)
public Vec3d
a(aeo arg0, int arg1)
m_00989222(C_42232651 arg0, int arg1)
getPos(Entity target, int index)
func_75881_a(Entity arg0, int arg1)
public Vec3d
a(aeo arg0)
m_16965982(C_42232651 arg0)
getCurrentPos(Entity target)
func_75878_a(Entity arg0)
public Vec3d
f()
m_66313037()
getCurrentPos()
func_186310_f()
public boolean
a(cav arg0)
m_06710406(C_85604771 arg0)
equals(Path other)
func_75876_a(Path arg0)
public PathNode
i()
m_09724020()
getDebugTarget()
func_189964_i()
public PathNode[]
g()
m_47781682()
getOpen()
func_189966_g()
public PathNode[]
h()
m_74096167()
getClosed()
func_189965_h()
public static Path
b(hy arg0)
m_73757490(C_04635774 arg0)
fromPacket(PacketByteBuf buffer)
func_186311_b(PacketBuffer arg0)