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_330715_, EntityModelSet p_334793_, ModelLayerLocation p_335699_, ResourceLocation p_330798_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PoseStack p_332269_, MultiBufferSource p_333438_, int p_331437_, T p_334164_, float p_330307_, float p_333019_, float p_334996_, float p_334216_, float p_332158_, float p_335772_) 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_330715_, EntityModelSet p_334793_, ModelLayerLocation p_335699_, ResourceLocation p_330798_)
-
-
Method Details
-
render
public void render(PoseStack p_332269_, MultiBufferSource p_333438_, int p_331437_, T p_334164_, float p_330307_, float p_333019_, float p_334996_, float p_334216_, float p_332158_, float p_335772_) - Specified by:
render
in classRenderLayer<T extends Mob & RangedAttackMob,
M extends EntityModel<T>>
-