Class TextFieldWidgetMixin

java.lang.Object
net.minecraft.client.gui.DrawContext
net.glasslauncher.mods.api.gcapi.mixin.TextFieldWidgetMixin
All Implemented Interfaces:
HasDrawable

public abstract class TextFieldWidgetMixin extends net.minecraft.client.gui.DrawContext implements HasDrawable
  • Field Summary

    Fields inherited from class net.minecraft.client.gui.DrawContext

    zOffset
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setXYWH(int x, int y, int width, int height)
     

    Methods inherited from class net.minecraft.client.gui.DrawContext

    drawCenteredTextWithShadow, drawHorizontalLine, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.glasslauncher.mods.api.gcapi.api.HasDrawable

    draw, keyPressed, mouseClicked, setID, tick
  • Constructor Details

    • TextFieldWidgetMixin

      public TextFieldWidgetMixin()
  • Method Details

    • setXYWH

      public void setXYWH(int x, int y, int width, int height)
      Specified by:
      setXYWH in interface HasDrawable