Class SkeletonClothingLayer<S extends SkeletonRenderState,M extends EntityModel<S>>
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<S,M>
net.minecraft.client.renderer.entity.layers.SkeletonClothingLayer<S,M>
public class SkeletonClothingLayer<S extends SkeletonRenderState,M extends EntityModel<S>>
extends RenderLayer<S,M>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSkeletonClothingLayer
(RenderLayerParent<S, M> p_326918_, EntityModelSet p_326830_, ModelLayerLocation p_326794_, ResourceLocation p_326858_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PoseStack p_326898_, MultiBufferSource p_326791_, int p_326885_, S p_361596_, float p_326921_, float p_326877_) Methods inherited from class net.minecraft.client.renderer.entity.layers.RenderLayer
coloredCutoutModelCopyLayerRender, getParentModel, renderColoredCutoutModel
-
Field Details
-
layerModel
-
clothesLocation
-
-
Constructor Details
-
SkeletonClothingLayer
public SkeletonClothingLayer(RenderLayerParent<S, M> p_326918_, EntityModelSet p_326830_, ModelLayerLocation p_326794_, ResourceLocation p_326858_)
-
-
Method Details
-
render
public void render(PoseStack p_326898_, MultiBufferSource p_326791_, int p_326885_, S p_361596_, float p_326921_, float p_326877_) - Specified by:
render
in classRenderLayer<S extends SkeletonRenderState,
M extends EntityModel<S>>
-