Class SkeletonClothingLayer<T extends Mob & RangedAttackMob,M extends EntityModel<T>>
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<T,M>
net.minecraft.client.renderer.entity.layers.SkeletonClothingLayer<T,M>
public class SkeletonClothingLayer<T extends Mob & RangedAttackMob,M extends EntityModel<T>>
extends RenderLayer<T,M>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSkeletonClothingLayer
(RenderLayerParent<T, M> p_326918_, EntityModelSet p_326830_, ModelLayerLocation p_326794_, ResourceLocation p_326858_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PoseStack p_326861_, MultiBufferSource p_326915_, int p_326897_, T p_326852_, float p_326908_, float p_326841_, float p_326922_, float p_326956_, float p_326949_, float p_326790_) Methods inherited from class net.minecraft.client.renderer.entity.layers.RenderLayer
coloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel
-
Field Details
-
layerModel
-
clothesLocation
-
-
Constructor Details
-
SkeletonClothingLayer
public SkeletonClothingLayer(RenderLayerParent<T, M> p_326918_, EntityModelSet p_326830_, ModelLayerLocation p_326794_, ResourceLocation p_326858_)
-
-
Method Details
-
render
public void render(PoseStack p_326861_, MultiBufferSource p_326915_, int p_326897_, T p_326852_, float p_326908_, float p_326841_, float p_326922_, float p_326956_, float p_326949_, float p_326790_) - Specified by:
render
in classRenderLayer<T extends Mob & RangedAttackMob,
M extends EntityModel<T>>
-