net.minecraft.util.ChunkCoordinates.ChunkCoordinates |
( |
) | |
|
net.minecraft.util.ChunkCoordinates.ChunkCoordinates |
( |
int |
par1, |
|
|
int |
par2, |
|
|
int |
par3 |
|
) |
| |
net.minecraft.util.ChunkCoordinates.ChunkCoordinates |
( |
ChunkCoordinates |
par1ChunkCoordinates) | |
|
int net.minecraft.util.ChunkCoordinates.compareChunkCoordinate |
( |
ChunkCoordinates |
par1ChunkCoordinates) | |
|
Compare the coordinate with another coordinate
int net.minecraft.util.ChunkCoordinates.compareTo |
( |
Object |
par1Obj) | |
|
boolean net.minecraft.util.ChunkCoordinates.equals |
( |
Object |
par1Obj) | |
|
float net.minecraft.util.ChunkCoordinates.getDistanceSquared |
( |
int |
par1, |
|
|
int |
par2, |
|
|
int |
par3 |
|
) |
| |
Returns the squared distance between this coordinates and the coordinates given as argument.
float net.minecraft.util.ChunkCoordinates.getDistanceSquaredToChunkCoordinates |
( |
ChunkCoordinates |
par1ChunkCoordinates) | |
|
Return the squared distance between this coordinates and the ChunkCoordinates given as argument.
int net.minecraft.util.ChunkCoordinates.hashCode |
( |
) | |
|
void net.minecraft.util.ChunkCoordinates.set |
( |
int |
par1, |
|
|
int |
par2, |
|
|
int |
par3 |
|
) |
| |
int net.minecraft.util.ChunkCoordinates.posX |
int net.minecraft.util.ChunkCoordinates.posY |
int net.minecraft.util.ChunkCoordinates.posZ |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/util/ChunkCoordinates.java