public class ItemRenderer
extends java.lang.Object
Constructor and Description |
---|
ItemRenderer(Minecraft p_i1247_1_) |
Modifier and Type | Method and Description |
---|---|
void |
renderItem(EntityLivingBase p_78443_1_,
ItemStack p_78443_2_,
int p_78443_3_) |
static void |
renderItemIn2D(Tessellator p_78439_0_,
float p_78439_1_,
float p_78439_2_,
float p_78439_3_,
float p_78439_4_,
int p_78439_5_,
int p_78439_6_,
float p_78439_7_) |
void |
renderItemInFirstPerson(float p_78440_1_) |
void |
renderOverlays(float p_78447_1_) |
void |
resetEquippedProgress() |
void |
resetEquippedProgress2() |
void |
updateEquippedItem() |
public ItemRenderer(Minecraft p_i1247_1_)
public void renderItem(EntityLivingBase p_78443_1_, ItemStack p_78443_2_, int p_78443_3_)
public static void renderItemIn2D(Tessellator p_78439_0_, float p_78439_1_, float p_78439_2_, float p_78439_3_, float p_78439_4_, int p_78439_5_, int p_78439_6_, float p_78439_7_)
public void renderItemInFirstPerson(float p_78440_1_)
public void renderOverlays(float p_78447_1_)
public void updateEquippedItem()
public void resetEquippedProgress()
public void resetEquippedProgress2()