public class LayerStrayClothing extends java.lang.Object implements LayerRenderer<EntityStray>
Modifier and Type | Field and Description |
---|---|
private ModelSkeleton |
layerModel |
private RenderLivingBase<?> |
renderer |
private static ResourceLocation |
STRAY_CLOTHES_TEXTURES |
Constructor and Description |
---|
LayerStrayClothing(RenderLivingBase<?> p_i47183_1_) |
Modifier and Type | Method and Description |
---|---|
void |
doRenderLayer(EntityStray entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
boolean |
shouldCombineTextures() |
private static final ResourceLocation STRAY_CLOTHES_TEXTURES
private final RenderLivingBase<?> renderer
private final ModelSkeleton layerModel
public LayerStrayClothing(RenderLivingBase<?> p_i47183_1_)
public void doRenderLayer(EntityStray entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch, float scale)
doRenderLayer
in interface LayerRenderer<EntityStray>
public boolean shouldCombineTextures()
shouldCombineTextures
in interface LayerRenderer<EntityStray>