Modifier and Type | Field and Description |
---|---|
protected PathNavigator |
MobEntity.navigator |
Modifier and Type | Method and Description |
---|---|
protected PathNavigator |
MobEntity.createNavigator(World worldIn) |
PathNavigator |
MobEntity.getNavigator() |
Modifier and Type | Field and Description |
---|---|
private PathNavigator |
FollowMobGoal.navigation |
protected PathNavigator |
AvoidEntityGoal.navigation |
private PathNavigator |
FollowOwnerGoal.navigator |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
RavagerEntity.Navigator |
Modifier and Type | Method and Description |
---|---|
protected PathNavigator |
SpiderEntity.createNavigator(World worldIn) |
protected PathNavigator |
RavagerEntity.createNavigator(World worldIn) |
protected PathNavigator |
GuardianEntity.createNavigator(World worldIn) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
TurtleEntity.Navigator |
Modifier and Type | Method and Description |
---|---|
protected PathNavigator |
DolphinEntity.createNavigator(World worldIn) |
protected PathNavigator |
ParrotEntity.createNavigator(World worldIn) |
protected PathNavigator |
TurtleEntity.createNavigator(World worldIn) |
protected PathNavigator |
BeeEntity.createNavigator(World worldIn) |
Modifier and Type | Method and Description |
---|---|
protected PathNavigator |
AbstractFishEntity.createNavigator(World worldIn) |
Modifier and Type | Class and Description |
---|---|
class |
ClimberPathNavigator |
class |
FlyingPathNavigator |
class |
GroundPathNavigator |
class |
SwimmerPathNavigator |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<PathNavigator> |
ServerWorld.navigations |