Class FoxHeldItemLayer
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<Fox,FoxModel<Fox>>
net.minecraft.client.renderer.entity.layers.FoxHeldItemLayer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFoxHeldItemLayer(RenderLayerParent<Fox, FoxModel<Fox>> pRenderer, ItemInHandRenderer pItemInHandRenderer) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight, Fox pLivingEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTicks, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) Methods inherited from class net.minecraft.client.renderer.entity.layers.RenderLayer
coloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel
-
Field Details
-
itemInHandRenderer
-
-
Constructor Details
-
FoxHeldItemLayer
public FoxHeldItemLayer(RenderLayerParent<Fox, FoxModel<Fox>> pRenderer, ItemInHandRenderer pItemInHandRenderer)
-
-
Method Details
-
render
public void render(PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight, Fox pLivingEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTicks, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) - Specified by:
renderin classRenderLayer<Fox,FoxModel<Fox>>
-