Class DolphinCarryingItemLayer
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<Dolphin,DolphinModel<Dolphin>>
net.minecraft.client.renderer.entity.layers.DolphinCarryingItemLayer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDolphinCarryingItemLayer
(RenderLayerParent<Dolphin, DolphinModel<Dolphin>> pRenderer, ItemInHandRenderer pItemInHandRenderer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight, Dolphin 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
-
DolphinCarryingItemLayer
public DolphinCarryingItemLayer(RenderLayerParent<Dolphin, DolphinModel<Dolphin>> pRenderer, ItemInHandRenderer pItemInHandRenderer)
-
-
Method Details
-
render
public void render(PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight, Dolphin pLivingEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTicks, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) - Specified by:
render
in classRenderLayer<Dolphin,
DolphinModel<Dolphin>>
-