Uses of Class
net.minecraft.entity.item.EntityItemFrame

Packages that use EntityItemFrame
net.minecraft.client.renderer.tileentity   
net.minecraft.item   
 

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

Methods in net.minecraft.client.renderer.tileentity with parameters of type EntityItemFrame
 void RenderItemFrame.func_82404_a(EntityItemFrame par1EntityItemFrame, double par2, double par4, double par6, float par8, float par9)
           
 

Uses of EntityItemFrame in net.minecraft.item
 

Methods in net.minecraft.item that return EntityItemFrame
 EntityItemFrame ItemStack.getItemFrame()
          Return the item frame this stack is on.
 

Methods in net.minecraft.item with parameters of type EntityItemFrame
 void ItemStack.setItemFrame(EntityItemFrame par1EntityItemFrame)
          Set the item frame this stack is on.