|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TileEntityChest | |
---|---|
net.minecraft.src |
Uses of TileEntityChest in net.minecraft.src |
---|
Fields in net.minecraft.src declared as TileEntityChest | |
---|---|
TileEntityChest |
TileEntityChest.adjacentChestXNeg
Contains the chest tile located adjacent to this one (if any) |
TileEntityChest |
TileEntityChest.adjacentChestXPos
Contains the chest tile located adjacent to this one (if any) |
TileEntityChest |
TileEntityChest.adjacentChestZNeg
Contains the chest tile located adjacent to this one (if any) |
TileEntityChest |
TileEntityChest.adjacentChestZPosition
Contains the chest tile located adjacent to this one (if any) |
Methods in net.minecraft.src with parameters of type TileEntityChest | |
---|---|
static void |
WeightedRandomChestContent.generateChestContents(Random par0Random,
WeightedRandomChestContent[] par1ArrayOfWeightedRandomChestContent,
TileEntityChest par2TileEntityChest,
int par3)
Generates the Chest contents. |
void |
TileEntityChestRenderer.renderTileEntityChestAt(TileEntityChest par1TileEntityChest,
double par2,
double par4,
double par6,
float par8)
Renders the TileEntity for the chest at a position. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |