net.minecraft.src
Class TileEntityEnderChestRenderer

java.lang.Object
  extended by net.minecraft.src.TileEntitySpecialRenderer
      extended by net.minecraft.src.TileEntityEnderChestRenderer

public class TileEntityEnderChestRenderer
extends TileEntitySpecialRenderer


Constructor Summary
TileEntityEnderChestRenderer()
           
 
Method Summary
 void func_76899_a(TileEntityEnderChest par1TileEntityEnderChest, double par2, double par4, double par6, float par8)
           
 void renderTileEntityAt(TileEntity par1TileEntity, double par2, double par4, double par6, float par8)
           
 
Methods inherited from class net.minecraft.src.TileEntitySpecialRenderer
getFontRenderer, onWorldChange, setTileEntityRenderer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TileEntityEnderChestRenderer

public TileEntityEnderChestRenderer()
Method Detail

func_76899_a

public void func_76899_a(TileEntityEnderChest par1TileEntityEnderChest,
                         double par2,
                         double par4,
                         double par6,
                         float par8)

renderTileEntityAt

public void renderTileEntityAt(TileEntity par1TileEntity,
                               double par2,
                               double par4,
                               double par6,
                               float par8)
Specified by:
renderTileEntityAt in class TileEntitySpecialRenderer