net.minecraft.client.render.entity.layer

public abstract class AbstractArmorLayer<T extends Model>

implements EntityRenderLayer<LivingEntity>

dbe
net.minecraft.unmapped.C_02954055
net.minecraft.client.render.entity.layer.AbstractArmorLayer
net.minecraft.client.renderer.entity.layers.LayerArmorBase

Field summary

Modifier and TypeField
protected static final Identifier
b
f_82962461
ENCHANTMENT_GLINT_TEXTURE
field_177188_b
protected T
c
f_80574155
innerModel
field_177189_c
protected T
d
f_41284013
outerModel
field_177186_d
private final LivingEntityRenderer<?>
a
f_66765125
parent
field_177190_a
private float
e
f_09674568
alpha
field_177187_e
private float
f
f_99107303
red
field_177184_f
private float
g
f_92043181
green
field_177185_g
private float
h
f_10098465
blue
field_177192_h
private boolean
i
f_89017163
hasColor
field_177193_i
private static final Map<String, Identifier>
j
f_21483446
TEXTURE_CACHE
field_177191_j

Constructor summary

ModifierConstructor
public (LivingEntityRenderer<?> parent)

Method summary

Modifier and TypeMethod
public void
a(afa arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
m_90564419(C_74425583 arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
render(LivingEntity arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
func_177141_a(EntityLivingBase arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
public boolean
a()
m_88635831()
colorsWhenDamaged()
func_177142_b()
private void
a(afa arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7, aew arg8)
m_67457619(C_74425583 arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7, C_76008501 arg8)
renderArmor(LivingEntity entity, float walkAnimationProgress, float walkAnimationSpeed, float tickDelta, float bob, float yaw, float pitch, float scale, EquipmentSlot slot)
func_188361_a(EntityLivingBase arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7, EntityEquipmentSlot arg8)
public T
a(aew arg0)
m_06296989(C_76008501 arg0)
getModel(EquipmentSlot slot)
func_188360_a(EntityEquipmentSlot arg0)
private boolean
b(aew arg0)
m_15796405(C_76008501 arg0)
usesInnerModel(EquipmentSlot slot)
func_188363_b(EntityEquipmentSlot arg0)
public static void
a(czj<?> arg0, afa arg1, cpb arg2, float arg3, float arg4, float arg5, float arg6, float arg7, float arg8, float arg9)
m_88828756(C_71252617<?> arg0, C_74425583 arg1, C_36076665 arg2, float arg3, float arg4, float arg5, float arg6, float arg7, float arg8, float arg9)
renderEnchantmentGlint(LivingEntityRenderer<?> renderer, LivingEntity entity, Model model, float walkAnimationProgress, float walkAnimationSpeed, float tickDelta, float bob, float yaw, float pitch, float scale)
func_188364_a(RenderLivingBase<?> arg0, EntityLivingBase arg1, ModelBase arg2, float arg3, float arg4, float arg5, float arg6, float arg7, float arg8, float arg9)
private Identifier
a(ara arg0, boolean arg1)
m_12416253(C_97645581 arg0, boolean arg1)
getArmorTexture(ArmorItem armor, boolean innerModel)
func_177181_a(ItemArmor arg0, boolean arg1)
private Identifier
a(ara arg0, boolean arg1, String arg2)
m_65756359(C_97645581 arg0, boolean arg1, String arg2)
getArmorTexture(ArmorItem armor, boolean innerModel, String type)
func_177178_a(ItemArmor arg0, boolean arg1, String arg2)
protected abstract void
am_()
m_00969289()
hideAll()
func_177177_a()
protected abstract void
a(T arg0, aew arg1)
m_22685018(T arg0, C_76008501 arg1)
setVisible(T model, EquipmentSlot slot)
func_188359_a(T arg0, EntityEquipmentSlot arg1)