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, tryMoveToXYZpublic PathNavigateSwimmer(EntityLiving p_i45873_1_, World worldIn)
protected PathFinder func_179679_a()
func_179679_a in class PathNavigateprotected boolean canNavigate()
canNavigate in class PathNavigateprotected Vec3 getEntityPosition()
getEntityPosition in class PathNavigateprotected void pathFollow()
pathFollow in class PathNavigateprotected void removeSunnyPath()
removeSunnyPath in class PathNavigateprotected 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