Uses of Enum Class
net.minecraft.client.gui.render.state.GuiRenderState.class_11325
Packages that use GuiRenderState.class_11325
-
Uses of GuiRenderState.class_11325 in net.minecraft.client.gui.render
Methods in net.minecraft.client.gui.render with parameters of type GuiRenderState.class_11325Modifier and TypeMethodDescriptionprivate voidGuiRenderer.method_71288(GuiRenderState.class_11325 class_11325) -
Uses of GuiRenderState.class_11325 in net.minecraft.client.gui.render.state
Methods in net.minecraft.client.gui.render.state that return GuiRenderState.class_11325Modifier and TypeMethodDescriptionstatic GuiRenderState.class_11325Returns the enum constant of this class with the specified name.static GuiRenderState.class_11325[]GuiRenderState.class_11325.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui.render.state with parameters of type GuiRenderState.class_11325Modifier and TypeMethodDescriptionprivate voidGuiRenderState.forEachLayer(Consumer<GuiRenderState.Layer> layerConsumer, GuiRenderState.class_11325 class_11325) voidGuiRenderState.forEachSimpleElement(GuiRenderState.SimpleElementStateConsumer simpleElementStateConsumer, GuiRenderState.class_11325 class_11325)