Class PandaHoldsItemLayer
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<Panda,PandaModel<Panda>>
net.minecraft.client.renderer.entity.layers.PandaHoldsItemLayer
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPandaHoldsItemLayer
(RenderLayerParent<Panda, PandaModel<Panda>> p_234862_, ItemInHandRenderer p_234863_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PoseStack p_117280_, MultiBufferSource p_117281_, int p_117282_, Panda p_117283_, float p_117284_, float p_117285_, float p_117286_, float p_117287_, float p_117288_, float p_117289_) Methods inherited from class net.minecraft.client.renderer.entity.layers.RenderLayer
coloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel
-
Field Details
-
itemInHandRenderer
-
-
Constructor Details
-
PandaHoldsItemLayer
public PandaHoldsItemLayer(RenderLayerParent<Panda, PandaModel<Panda>> p_234862_, ItemInHandRenderer p_234863_)
-
-
Method Details
-
render
public void render(PoseStack p_117280_, MultiBufferSource p_117281_, int p_117282_, Panda p_117283_, float p_117284_, float p_117285_, float p_117286_, float p_117287_, float p_117288_, float p_117289_) - Specified by:
render
in classRenderLayer<Panda,
PandaModel<Panda>>
-