YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.world.ChunkCoordIntPair Class Reference

Public Member Functions

 ChunkCoordIntPair (int par1, int par2)
 
int hashCode ()
 
boolean equals (Object par1Obj)
 
int getCenterXPos ()
 
int getCenterZPosition ()
 
ChunkPosition getChunkPosition (int par1)
 
String toString ()
 

Static Public Member Functions

static long chunkXZ2Int (int par0, int par1)
 

Public Attributes

final int chunkXPos
 
final int chunkZPos
 

Constructor & Destructor Documentation

net.minecraft.world.ChunkCoordIntPair.ChunkCoordIntPair ( int  par1,
int  par2 
)

Member Function Documentation

static long net.minecraft.world.ChunkCoordIntPair.chunkXZ2Int ( int  par0,
int  par1 
)
static

converts a chunk coordinate pair to an integer (suitable for hashing)

boolean net.minecraft.world.ChunkCoordIntPair.equals ( Object  par1Obj)
int net.minecraft.world.ChunkCoordIntPair.getCenterXPos ( )
int net.minecraft.world.ChunkCoordIntPair.getCenterZPosition ( )
ChunkPosition net.minecraft.world.ChunkCoordIntPair.getChunkPosition ( int  par1)
int net.minecraft.world.ChunkCoordIntPair.hashCode ( )
String net.minecraft.world.ChunkCoordIntPair.toString ( )

Member Data Documentation

final int net.minecraft.world.ChunkCoordIntPair.chunkXPos

The X position of this Chunk Coordinate Pair

final int net.minecraft.world.ChunkCoordIntPair.chunkZPos

The Z position of this Chunk Coordinate Pair


The documentation for this class was generated from the following file: