Uses of Interface
net.minecraft.client.gui.render.state.SimpleGuiElementRenderState
Packages that use SimpleGuiElementRenderState
-
Uses of SimpleGuiElementRenderState in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render with type parameters of type SimpleGuiElementRenderStateModifier and TypeFieldDescriptionprivate static final Comparator
<SimpleGuiElementRenderState> GuiRenderer.SIMPLE_ELEMENT_COMPARATOR
Methods in net.minecraft.client.gui.render with parameters of type SimpleGuiElementRenderStateModifier and TypeMethodDescriptionprivate void
GuiRenderer.prepareSimpleElement
(SimpleGuiElementRenderState state, int depth) -
Uses of SimpleGuiElementRenderState in net.minecraft.client.gui.render.state
Classes in net.minecraft.client.gui.render.state that implement SimpleGuiElementRenderStateModifier and TypeClassDescriptionfinal record
final record
final record
final record
Fields in net.minecraft.client.gui.render.state with type parameters of type SimpleGuiElementRenderStateModifier and TypeFieldDescriptionGuiRenderState.Layer.preparedTextElementRenderStates
GuiRenderState.Layer.simpleElementRenderStates
Methods in net.minecraft.client.gui.render.state with parameters of type SimpleGuiElementRenderStateModifier and TypeMethodDescriptionvoid
GuiRenderState.SimpleElementStateConsumer.accept
(SimpleGuiElementRenderState simpleElementState, int depth) void
GuiRenderState.Layer.addPreparedText
(SimpleGuiElementRenderState state) void
GuiRenderState.addPreparedTextElement
(SimpleGuiElementRenderState state) void
GuiRenderState.addSimpleElement
(SimpleGuiElementRenderState state) void
GuiRenderState.Layer.addSimpleElement
(SimpleGuiElementRenderState state) Method parameters in net.minecraft.client.gui.render.state with type arguments of type SimpleGuiElementRenderStateModifier and TypeMethodDescriptionvoid
GuiRenderState.sortSimpleElements
(Comparator<SimpleGuiElementRenderState> simpleElementStateComparator)