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>> renderer, ItemInHandRenderer itemInHandRenderer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PoseStack poseStack, MultiBufferSource buffer, int packedLight, Dolphin livingEntity, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch) 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>> renderer, ItemInHandRenderer itemInHandRenderer)
-
-
Method Details
-
render
public void render(PoseStack poseStack, MultiBufferSource buffer, int packedLight, Dolphin livingEntity, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch) - Specified by:
render
in classRenderLayer<Dolphin,
DolphinModel<Dolphin>>
-