| Package | Description |
|---|---|
| net.minecraft.entity | |
| net.minecraft.entity.ai | |
| net.minecraft.entity.monster | |
| net.minecraft.entity.passive | |
| net.minecraft.pathfinding |
| Modifier and Type | Field and Description |
|---|---|
protected PathNavigate |
EntityLiving.navigator |
| Modifier and Type | Method and Description |
|---|---|
protected PathNavigate |
EntityLiving.createNavigator(World worldIn) |
PathNavigate |
EntityLiving.getNavigator() |
| Modifier and Type | Field and Description |
|---|---|
private PathNavigate |
EntityAIAvoidEntity.navigation |
private PathNavigate |
EntityAIFollow.navigation |
private PathNavigate |
EntityAIFollowOwner.petPathfinder |
| Modifier and Type | Method and Description |
|---|---|
protected PathNavigate |
EntitySpider.createNavigator(World worldIn) |
protected PathNavigate |
EntityGuardian.createNavigator(World worldIn) |
| Modifier and Type | Method and Description |
|---|---|
protected PathNavigate |
EntityParrot.createNavigator(World worldIn) |
| Modifier and Type | Class and Description |
|---|---|
class |
PathNavigateClimber |
class |
PathNavigateFlying |
class |
PathNavigateGround |
class |
PathNavigateSwimmer |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<PathNavigate> |
PathWorldListener.navigations |