Class LayerArmorBase<T extends ModelBase>
- java.lang.Object
-
- net.minecraft.client.renderer.entity.layers.LayerArmorBase<T>
-
- All Implemented Interfaces:
LayerRenderer<EntityLivingBase>
- Direct Known Subclasses:
LayerBipedArmor
public abstract class LayerArmorBase<T extends ModelBase> extends java.lang.Object implements LayerRenderer<EntityLivingBase>
-
-
Field Summary
Fields Modifier and Type Field Description protected static ResourceLocation
ENCHANTED_ITEM_GLINT_RES
protected T
field_177186_d
protected T
field_177189_c
-
Constructor Summary
Constructors Constructor Description LayerArmorBase(RendererLivingEntity<?> rendererIn)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
doRenderLayer(EntityLivingBase entitylivingbaseIn, float partialTicks, float scale, float parFloat3, float parFloat4, float parFloat5, float parFloat6, float parFloat7)
T
func_177175_a(int parInt1)
protected abstract void
func_177179_a(T var1, int var2)
ItemStack
getCurrentArmor(EntityLivingBase entitylivingbaseIn, int armorSlot)
protected abstract void
initArmor()
boolean
shouldCombineTextures()
-
-
-
Field Detail
-
ENCHANTED_ITEM_GLINT_RES
protected static final ResourceLocation ENCHANTED_ITEM_GLINT_RES
-
-
Constructor Detail
-
LayerArmorBase
public LayerArmorBase(RendererLivingEntity<?> rendererIn)
-
-
Method Detail
-
doRenderLayer
public void doRenderLayer(EntityLivingBase entitylivingbaseIn, float partialTicks, float scale, float parFloat3, float parFloat4, float parFloat5, float parFloat6, float parFloat7)
- Specified by:
doRenderLayer
in interfaceLayerRenderer<T extends ModelBase>
-
shouldCombineTextures
public boolean shouldCombineTextures()
- Specified by:
shouldCombineTextures
in interfaceLayerRenderer<T extends ModelBase>
-
getCurrentArmor
public ItemStack getCurrentArmor(EntityLivingBase entitylivingbaseIn, int armorSlot)
-
func_177175_a
public T func_177175_a(int parInt1)
-
initArmor
protected abstract void initArmor()
-
func_177179_a
protected abstract void func_177179_a(T var1, int var2)
-
-