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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSkeletonClothingLayer
(RenderLayerParent<T, M> renderer, EntityModelSet models, ModelLayerLocation modelLayerLocation, ResourceLocation clothesLocation) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, T livingEntity, float limbSwing, float limbSwingAmount, float partialTick, float ageInTicks, float netHeadYaw, float headPitch) 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> renderer, EntityModelSet models, ModelLayerLocation modelLayerLocation, ResourceLocation clothesLocation)
-
-
Method Details
-
render
public void render(PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, T livingEntity, float limbSwing, float limbSwingAmount, float partialTick, float ageInTicks, float netHeadYaw, float headPitch) - Specified by:
render
in classRenderLayer<T extends Mob & RangedAttackMob,
M extends EntityModel<T>>
-