Interface SpecialGuiElementRenderState

All Superinterfaces:
ElementRenderState
All Known Implementing Classes:
BannerResultGuiElementRenderState, BookModelGuiElementRenderState, EntityGuiElementRenderState, PlayerSkinGuiElementRenderState, ProfilerChartGuiElementRenderState, SignGuiElementRenderState

@Environment(CLIENT) public interface SpecialGuiElementRenderState extends ElementRenderState
Mappings:
Namespace Name
named net/minecraft/client/gui/render/state/special/SpecialGuiElementRenderState
intermediary net/minecraft/class_11256
official gbd
  • Method Details

    • x1

      int x1()
      Mappings:
      Namespace Name Mixin selector
      named x1 Lnet/minecraft/client/gui/render/state/special/SpecialGuiElementRenderState;x1()I
      intermediary comp_4122 Lnet/minecraft/class_11256;comp_4122()I
      official e Lgbd;e()I
    • x2

      int x2()
      Mappings:
      Namespace Name Mixin selector
      named x2 Lnet/minecraft/client/gui/render/state/special/SpecialGuiElementRenderState;x2()I
      intermediary comp_4124 Lnet/minecraft/class_11256;comp_4124()I
      official g Lgbd;g()I
    • y1

      int y1()
      Mappings:
      Namespace Name Mixin selector
      named y1 Lnet/minecraft/client/gui/render/state/special/SpecialGuiElementRenderState;y1()I
      intermediary comp_4123 Lnet/minecraft/class_11256;comp_4123()I
      official f Lgbd;f()I
    • y2

      int y2()
      Mappings:
      Namespace Name Mixin selector
      named y2 Lnet/minecraft/client/gui/render/state/special/SpecialGuiElementRenderState;y2()I
      intermediary comp_4125 Lnet/minecraft/class_11256;comp_4125()I
      official h Lgbd;h()I
    • scale

      float scale()
      Mappings:
      Namespace Name Mixin selector
      named scale Lnet/minecraft/client/gui/render/state/special/SpecialGuiElementRenderState;scale()F
      intermediary comp_4133 Lnet/minecraft/class_11256;comp_4133()F
      official a Lgbd;a()F
    • scissorArea

      Mappings:
      Namespace Name Mixin selector
      named scissorArea Lnet/minecraft/client/gui/render/state/special/SpecialGuiElementRenderState;scissorArea()Lnet/minecraft/client/gui/ScreenRect;
      intermediary comp_4128 Lnet/minecraft/class_11256;comp_4128()Lnet/minecraft/class_8030;
      official i Lgbd;i()Lfzz;
    • createBounds

      @Nullable static @Nullable ScreenRect createBounds(int x1, int y1, int x2, int y2, @Nullable @Nullable ScreenRect scissorArea)
      Mappings:
      Namespace Name Mixin selector
      named createBounds Lnet/minecraft/client/gui/render/state/special/SpecialGuiElementRenderState;createBounds(IIIILnet/minecraft/client/gui/ScreenRect;)Lnet/minecraft/client/gui/ScreenRect;
      intermediary method_71535 Lnet/minecraft/class_11256;method_71535(IIIILnet/minecraft/class_8030;)Lnet/minecraft/class_8030;
      official a Lgbd;a(IIIILfzz;)Lfzz;