Uses of Class
net.minecraft.tileentity.TileEntitySkull

Packages that use TileEntitySkull
net.minecraft.block   
net.minecraft.client.renderer.tileentity   
 

Uses of TileEntitySkull in net.minecraft.block
 

Methods in net.minecraft.block with parameters of type TileEntitySkull
 void BlockSkull.makeWither(World par1World, int par2, int par3, int par4, TileEntitySkull par5TileEntitySkull)
          This method attempts to create a wither at the given location and skull
 

Uses of TileEntitySkull in net.minecraft.client.renderer.tileentity
 

Methods in net.minecraft.client.renderer.tileentity with parameters of type TileEntitySkull
 void TileEntitySkullRenderer.renderTileEntitySkullAt(TileEntitySkull par1TileEntitySkull, double par2, double par4, double par6, float par8)
          Render a skull tile entity.