Class GuiRenderState.Node
java.lang.Object
net.minecraft.client.renderer.state.gui.GuiRenderState.Node
- Enclosing class:
GuiRenderState
-
Field Summary
FieldsModifier and TypeFieldDescription@Nullable List<GuiElementRenderState> @Nullable List<GuiElementRenderState> @Nullable List<GuiItemRenderState> final @Nullable GuiRenderState.Node@Nullable List<PictureInPictureRenderState> @Nullable List<GuiTextRenderState> @Nullable GuiRenderState.Node -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGlyph(GuiElementRenderState glyphState) voidaddGuiElement(GuiElementRenderState blitState) voidaddItem(GuiItemRenderState itemState) voidaddPicturesInPictureState(PictureInPictureRenderState picturesInPictureState) voidaddText(GuiTextRenderState textState)
-
Field Details
-
parent
-
up
-
elementStates
-
glyphStates
-
itemStates
-
textStates
-
picturesInPictureStates
-
-
Constructor Details
-
Node
-
-
Method Details
-
addItem
-
addText
-
addPicturesInPictureState
-
addGuiElement
-
addGlyph
-