|
static int | makeHash (int par0, int par1, int par2) |
|
net.minecraft.pathfinding.PathPoint.PathPoint |
( |
int |
par1, |
|
|
int |
par2, |
|
|
int |
par3 |
|
) |
| |
float net.minecraft.pathfinding.PathPoint.distanceTo |
( |
PathPoint |
par1PathPoint) | |
|
Returns the linear distance to another path point
boolean net.minecraft.pathfinding.PathPoint.equals |
( |
Object |
par1Obj) | |
|
float net.minecraft.pathfinding.PathPoint.func_75832_b |
( |
PathPoint |
par1PathPoint) | |
|
int net.minecraft.pathfinding.PathPoint.hashCode |
( |
) | |
|
boolean net.minecraft.pathfinding.PathPoint.isAssigned |
( |
) | |
|
Returns true if this point has already been assigned to a path
static int net.minecraft.pathfinding.PathPoint.makeHash |
( |
int |
par0, |
|
|
int |
par1, |
|
|
int |
par2 |
|
) |
| |
|
static |
String net.minecraft.pathfinding.PathPoint.toString |
( |
) | |
|
boolean net.minecraft.pathfinding.PathPoint.isFirst = false |
Indicates this is the origin
final int net.minecraft.pathfinding.PathPoint.xCoord |
The x coordinate of this point
final int net.minecraft.pathfinding.PathPoint.yCoord |
The y coordinate of this point
final int net.minecraft.pathfinding.PathPoint.zCoord |
The z coordinate of this point
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/pathfinding/PathPoint.java