net.minecraft.entity.ai.pathing

public class Path

cbe
net.minecraft.class_85
net.minecraft.entity.ai.pathing.Path
net.minecraft.pathfinding.Path
net.minecraft.pathfinding.Path

Field summary

Modifier and TypeField
private final PathNode[]
a
field_13084
nodes
field_75884_a
points
private PathNode[]
b
field_13085
open
field_186312_b
openSet
private PathNode[]
c
field_13086
closed
field_186313_c
closedSet
private PathNode
d
field_13087
debugTarget
field_186314_d
target
private int
e
field_13088
currentIndex
field_75882_b
currentPathIndex
private int
f
field_13089
length
field_75883_c
pathLength

Constructor summary

ModifierConstructor
public (PathNode[] nodes)

Method summary

Modifier and TypeMethod
public void
a()
method_11924()
advance()
func_75875_a()
incrementPathIndex()
public boolean
b()
method_11930()
isDone()
func_75879_b()
isFinished()
public PathNode
c()
method_11934()
getTarget()
func_75870_c()
getFinalPathPoint()
public PathNode
a(int arg0)
method_11925(int arg0)
getNode(int index)
func_75877_a(int arg0)
getPathPointFromIndex(int index)
public void
a(int arg0, cbc arg1)
method_11926(int arg0, class_86 arg1)
setNode(int index, PathNode node)
func_186309_a(int arg0, PathPoint arg1)
setPoint(int index, PathPoint point)
public int
d()
method_11936()
length()
func_75874_d()
getCurrentPathLength()
public void
b(int arg0)
method_11931(int arg0)
truncate(int length)
func_75871_b(int arg0)
setCurrentPathLength(int length)
public int
e()
method_11937()
getCurrentIndex()
func_75873_e()
getCurrentPathIndex()
public void
c(int arg0)
method_11935(int arg0)
setCurrentIndex(int index)
func_75872_c(int arg0)
setCurrentPathIndex(int currentPathIndexIn)
public Vec3d
a(aer arg0, int arg1)
method_11929(class_864 arg0, int arg1)
getPos(Entity target, int index)
func_75881_a(Entity arg0, int arg1)
getVectorFromIndex(Entity entityIn, int index)
public Vec3d
a(aer arg0)
method_11928(class_864 arg0)
getCurrentPos(Entity target)
func_75878_a(Entity arg0)
getPosition(Entity entityIn)
public Vec3d
f()
method_11938()
getCurrentPos()
func_186310_f()
getCurrentPos()
public boolean
a(cbe arg0)
method_11927(class_85 arg0)
equals(Path other)
func_75876_a(Path arg0)
isSamePath(Path pathentityIn)
public PathNode
i()
method_13399()
getDebugTarget()
func_189964_i()
getTarget()
public PathNode[]
g()
method_13397()
getOpen()
func_189966_g()
getOpenSet()
public PathNode[]
h()
method_13398()
getClosed()
func_189965_h()
getClosedSet()
public static Path
b(hy arg0)
method_11933(class_1967 arg0)
fromPacket(PacketByteBuf buffer)
func_186311_b(PacketBuffer arg0)
read(PacketBuffer buf)