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> pRenderer, EntityModelSet pModels, ModelLayerLocation pModelLayerLocation, ResourceLocation pClothesLocation) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, T pLivingEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTick, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) 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> pRenderer, EntityModelSet pModels, ModelLayerLocation pModelLayerLocation, ResourceLocation pClothesLocation)
-
-
Method Details
-
render
public void render(PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, T pLivingEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTick, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) - Specified by:
render
in classRenderLayer<T extends Mob & RangedAttackMob,
M extends EntityModel<T>>
-