|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TileEntityChest | |
|---|---|
| net.minecraft.client.renderer.tileentity | |
| net.minecraft.tileentity | |
| net.minecraft.util | |
| Uses of TileEntityChest in net.minecraft.client.renderer.tileentity |
|---|
| Methods in net.minecraft.client.renderer.tileentity with parameters of type TileEntityChest | |
|---|---|
void |
TileEntityChestRenderer.renderTileEntityChestAt(TileEntityChest par1TileEntityChest,
double par2,
double par4,
double par6,
float par8)
Renders the TileEntity for the chest at a position. |
| Uses of TileEntityChest in net.minecraft.tileentity |
|---|
| Fields in net.minecraft.tileentity 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) |
| Uses of TileEntityChest in net.minecraft.util |
|---|
| Methods in net.minecraft.util with parameters of type TileEntityChest | |
|---|---|
static void |
WeightedRandomChestContent.generateChestContents(Random par0Random,
WeightedRandomChestContent[] par1ArrayOfWeightedRandomChestContent,
TileEntityChest par2TileEntityChest,
int par3)
Generates the Chest contents. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||