public class PathNavigateSwimmer extends PathNavigate
currentPath, speed, theEntity, worldObj
Constructor and Description |
---|
PathNavigateSwimmer(EntityLiving p_i45873_1_,
World worldIn) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canNavigate() |
protected PathFinder |
func_179679_a() |
protected Vec3 |
getEntityPosition() |
protected boolean |
isDirectPathBetweenPoints(Vec3 p_75493_1_,
Vec3 p_75493_2_,
int p_75493_3_,
int p_75493_4_,
int p_75493_5_) |
protected void |
pathFollow() |
protected void |
removeSunnyPath() |
clearPathEntity, func_179677_a, func_179678_a, func_179680_a, getPath, getPathSearchRange, getPathToEntityLiving, getPathToXYZ, isInLiquid, noPath, onUpdateNavigation, setPath, setSpeed, tryMoveToEntityLiving, tryMoveToXYZ
public PathNavigateSwimmer(EntityLiving p_i45873_1_, World worldIn)
protected PathFinder func_179679_a()
func_179679_a
in class PathNavigate
protected boolean canNavigate()
canNavigate
in class PathNavigate
protected Vec3 getEntityPosition()
getEntityPosition
in class PathNavigate
protected void pathFollow()
pathFollow
in class PathNavigate
protected void removeSunnyPath()
removeSunnyPath
in class PathNavigate
protected boolean isDirectPathBetweenPoints(Vec3 p_75493_1_, Vec3 p_75493_2_, int p_75493_3_, int p_75493_4_, int p_75493_5_)
isDirectPathBetweenPoints
in class PathNavigate