Uses of Class
net.minecraft.src.EntityItemFrame

Packages that use EntityItemFrame
net.minecraft.src   
 

Uses of EntityItemFrame in net.minecraft.src
 

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

Methods in net.minecraft.src with parameters of type EntityItemFrame
 void RenderItemFrame.func_82404_a(EntityItemFrame par1EntityItemFrame, double par2, double par4, double par6, float par8, float par9)
           
 void ItemStack.setItemFrame(EntityItemFrame par1EntityItemFrame)
          Set the item frame this stack is on.