| Package | Description | 
|---|---|
| net.minecraft.client.renderer.tileentity | |
| net.minecraft.tileentity | |
| net.minecraftforge.items | 
| Modifier and Type | Field and Description | 
|---|---|
| private TileEntityChest | TileEntityItemStackRenderer. chestBasic | 
| private TileEntityChest | TileEntityItemStackRenderer. chestTrap | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TileEntityChestRenderer. render(TileEntityChest te,
      double x,
      double y,
      double z,
      float partialTicks,
      int destroyStage,
      float alpha) | 
| Modifier and Type | Field and Description | 
|---|---|
| TileEntityChest | TileEntityChest. adjacentChestXNeg | 
| TileEntityChest | TileEntityChest. adjacentChestXPos | 
| TileEntityChest | TileEntityChest. adjacentChestZNeg | 
| TileEntityChest | TileEntityChest. adjacentChestZPos | 
| Modifier and Type | Method and Description | 
|---|---|
| protected TileEntityChest | TileEntityChest. getAdjacentChest(EnumFacing side) | 
| Modifier and Type | Method and Description | 
|---|---|
| private void | TileEntityChest. setNeighbor(TileEntityChest chestTe,
           EnumFacing side) | 
| Modifier and Type | Field and Description | 
|---|---|
| private TileEntityChest | VanillaDoubleChestItemHandler. mainChest | 
| Modifier and Type | Method and Description | 
|---|---|
| TileEntityChest | VanillaDoubleChestItemHandler. getChest(boolean accessingUpper) | 
| private TileEntityChest | VanillaDoubleChestItemHandler. getOtherChest() | 
| Modifier and Type | Method and Description | 
|---|---|
| static VanillaDoubleChestItemHandler | VanillaDoubleChestItemHandler. get(TileEntityChest chest) | 
| Constructor and Description | 
|---|
| VanillaDoubleChestItemHandler(TileEntityChest mainChest,
                             TileEntityChest other,
                             boolean mainChestIsUpper) |