Class GuiEntityRenderer
java.lang.Object
net.minecraft.client.gui.render.pip.PictureInPictureRenderer<GuiEntityRenderState>
net.minecraft.client.gui.render.pip.GuiEntityRenderer
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected floatgetTranslateY(int height, int guiScale) protected voidrenderToTexture(GuiEntityRenderState entityState, PoseStack poseStack, SubmitNodeCollector submitNodeCollector) Methods inherited from class PictureInPictureRenderer
blitTexture, canBeReusedFor, close, prepare, textureIsReadyToBlit
-
Field Details
-
entityRenderDispatcher
-
-
Constructor Details
-
GuiEntityRenderer
-
-
Method Details
-
getRenderStateClass
- Specified by:
getRenderStateClassin classPictureInPictureRenderer<GuiEntityRenderState>
-
renderToTexture
protected void renderToTexture(GuiEntityRenderState entityState, PoseStack poseStack, SubmitNodeCollector submitNodeCollector) - Specified by:
renderToTexturein classPictureInPictureRenderer<GuiEntityRenderState>
-
getTranslateY
protected float getTranslateY(int height, int guiScale) - Overrides:
getTranslateYin classPictureInPictureRenderer<GuiEntityRenderState>
-
getTextureLabel
- Specified by:
getTextureLabelin classPictureInPictureRenderer<GuiEntityRenderState>
-