Interface SimpleGuiElementRenderState

All Superinterfaces:
GuiElementRenderState
All Known Implementing Classes:
ColoredQuadGuiElementRenderState, GlyphEffectGuiElementRenderState, GlyphGuiElementRenderState, TexturedQuadGuiElementRenderState

@Environment(CLIENT) public interface SimpleGuiElementRenderState extends GuiElementRenderState
Mappings:
Namespace Name
named net/minecraft/client/gui/render/state/SimpleGuiElementRenderState
intermediary net/minecraft/class_11244
official gcv
  • Method Details

    • setupVertices

      void setupVertices(VertexConsumer vertices, float depth)
      Mappings:
      Namespace Name Mixin selector
      named setupVertices Lnet/minecraft/client/gui/render/state/SimpleGuiElementRenderState;setupVertices(Lnet/minecraft/client/render/VertexConsumer;F)V
      intermediary method_70917 Lnet/minecraft/class_11244;method_70917(Lnet/minecraft/class_4588;F)V
      official a Lgcv;a(Lfof;F)V
    • pipeline

      RenderPipeline pipeline()
      Mappings:
      Namespace Name Mixin selector
      named pipeline Lnet/minecraft/client/gui/render/state/SimpleGuiElementRenderState;pipeline()Lcom/mojang/blaze3d/pipeline/RenderPipeline;
      intermediary comp_4055 Lnet/minecraft/class_11244;comp_4055()Lcom/mojang/blaze3d/pipeline/RenderPipeline;
      official a Lgcv;a()Lcom/mojang/blaze3d/pipeline/RenderPipeline;
    • textureSetup

      TextureSetup textureSetup()
      Mappings:
      Namespace Name Mixin selector
      named textureSetup Lnet/minecraft/client/gui/render/state/SimpleGuiElementRenderState;textureSetup()Lnet/minecraft/client/texture/TextureSetup;
      intermediary comp_4056 Lnet/minecraft/class_11244;comp_4056()Lnet/minecraft/class_11231;
      official b Lgcv;b()Lgcg;
    • scissorArea

      Mappings:
      Namespace Name Mixin selector
      named scissorArea Lnet/minecraft/client/gui/render/state/SimpleGuiElementRenderState;scissorArea()Lnet/minecraft/client/gui/ScreenRect;
      intermediary comp_4069 Lnet/minecraft/class_11244;comp_4069()Lnet/minecraft/class_8030;
      official m Lgcv;m()Lgcc;