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_COMPARATORMethods in net.minecraft.client.gui.render with parameters of type SimpleGuiElementRenderStateModifier and TypeMethodDescriptionprivate voidGuiRenderer.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 recordfinal recordfinal recordfinal recordFields in net.minecraft.client.gui.render.state with type parameters of type SimpleGuiElementRenderStateModifier and TypeFieldDescriptionGuiRenderState.Layer.preparedTextElementRenderStatesGuiRenderState.Layer.simpleElementRenderStatesMethods in net.minecraft.client.gui.render.state with parameters of type SimpleGuiElementRenderStateModifier and TypeMethodDescriptionvoidGuiRenderState.SimpleElementStateConsumer.accept(SimpleGuiElementRenderState simpleElementState, int depth) voidGuiRenderState.Layer.addPreparedText(SimpleGuiElementRenderState state) voidGuiRenderState.addPreparedTextElement(SimpleGuiElementRenderState state) voidGuiRenderState.addSimpleElement(SimpleGuiElementRenderState state) voidGuiRenderState.Layer.addSimpleElement(SimpleGuiElementRenderState state) Method parameters in net.minecraft.client.gui.render.state with type arguments of type SimpleGuiElementRenderStateModifier and TypeMethodDescriptionvoidGuiRenderState.sortSimpleElements(Comparator<SimpleGuiElementRenderState> simpleElementStateComparator)