net.minecraft.pathfinding.PathNavigate.PathNavigate |
( |
EntityLiving |
par1EntityLiving, |
|
|
World |
par2World, |
|
|
float |
par3 |
|
) |
| |
void net.minecraft.pathfinding.PathNavigate.clearPathEntity |
( |
) | |
|
boolean net.minecraft.pathfinding.PathNavigate.getAvoidsWater |
( |
) | |
|
boolean net.minecraft.pathfinding.PathNavigate.getCanBreakDoors |
( |
) | |
|
Returns true if the entity can break doors, false otherwise
PathEntity net.minecraft.pathfinding.PathNavigate.getPath |
( |
) | |
|
Returns the path to the given EntityLiving
PathEntity net.minecraft.pathfinding.PathNavigate.getPathToXYZ |
( |
double |
par1, |
|
|
double |
par3, |
|
|
double |
par5 |
|
) |
| |
Returns the path to the given coordinates
boolean net.minecraft.pathfinding.PathNavigate.noPath |
( |
) | |
|
If null path or reached the end
void net.minecraft.pathfinding.PathNavigate.onUpdateNavigation |
( |
) | |
|
void net.minecraft.pathfinding.PathNavigate.setAvoidSun |
( |
boolean |
par1) | |
|
Sets if the path should avoid sunlight
void net.minecraft.pathfinding.PathNavigate.setAvoidsWater |
( |
boolean |
par1) | |
|
void net.minecraft.pathfinding.PathNavigate.setBreakDoors |
( |
boolean |
par1) | |
|
void net.minecraft.pathfinding.PathNavigate.setCanSwim |
( |
boolean |
par1) | |
|
Sets if the entity can swim
void net.minecraft.pathfinding.PathNavigate.setEnterDoors |
( |
boolean |
par1) | |
|
Sets if the entity can enter open doors
boolean net.minecraft.pathfinding.PathNavigate.setPath |
( |
PathEntity |
par1PathEntity, |
|
|
float |
par2 |
|
) |
| |
sets the active path data if path is 100% unique compared to old path, checks to adjust path for sun avoiding ents and stores end coords
void net.minecraft.pathfinding.PathNavigate.setSpeed |
( |
float |
par1) | |
|
boolean net.minecraft.pathfinding.PathNavigate.tryMoveToEntityLiving |
( |
EntityLiving |
par1EntityLiving, |
|
|
float |
par2 |
|
) |
| |
Try to find and set a path to EntityLiving. Returns true if successful.
boolean net.minecraft.pathfinding.PathNavigate.tryMoveToXYZ |
( |
double |
par1, |
|
|
double |
par3, |
|
|
double |
par5, |
|
|
float |
par7 |
|
) |
| |
Try to find and set a path to XYZ. Returns true if successful.
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/pathfinding/PathNavigate.java