| Package | Description |
|---|---|
| net.minecraft.client.renderer.tileentity | |
| net.minecraft.tileentity |
| Modifier and Type | Method and Description |
|---|---|
void |
TileEntityChestRenderer.renderTileEntityChestAt(TileEntityChest par1TileEntityChest,
double par2,
double par4,
double par6,
float par8)
Renders the TileEntity for the chest at a position.
|
| Modifier and Type | Field and Description |
|---|---|
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)
|