Package net.minecraft.client.gui
Class DrawableHelper
java.lang.Object
net.minecraft.client.gui.DrawableHelper
- Direct Known Subclasses:
Achievement,Button,InGame,ParticleRenderer,ScreenBase,Textbox
- Mappings:
Namespace Name intermediary net/minecraft/class_584glue class_669server net/minecraft/class_584client ubnamed net/minecraft/client/gui/DrawableHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidblit(int x, int y, int u, int v, int width, int height) protected voiddrawLineHorizontal(int x1, int y, int x2, int colour) protected voiddrawLineVertical(int x, int y1, int y2, int colour) voiddrawTextWithShadow(TextRenderer renderer, String text, int x, int y, int colour) voiddrawTextWithShadowCentred(TextRenderer renderer, String text, int x, int y, int colour) protected voidfill(int x1, int y1, int x2, int y2, int colour) protected voidfillGradient(int x1, int y1, int x2, int y2, int startColour, int endColour)
-
Field Details
-
zOffset
protected float zOffset- Mappings:
Namespace Name Mixin selector intermediary field_2522Lnet/minecraft/class_584;field_2522:Fglue field_2738Lclass_669;field_2738:Fserver field_2522Lnet/minecraft/class_584;field_2522:Fclient kLub;k:Fnamed zOffsetLnet/minecraft/client/gui/DrawableHelper;zOffset:F
-
-
Constructor Details
-
DrawableHelper
public DrawableHelper()
-
-
Method Details
-
drawLineHorizontal
protected void drawLineHorizontal(int x1, int y, int x2, int colour) - Mappings:
Namespace Name Mixin selector intermediary method_1931Lnet/minecraft/class_584;method_1931(IIII)Vglue method_2193Lclass_669;method_2193(IIII)Vserver method_1931Lnet/minecraft/class_584;method_1931(IIII)Vclient aLub;a(IIII)Vnamed drawLineHorizontalLnet/minecraft/client/gui/DrawableHelper;drawLineHorizontal(IIII)V
-
drawLineVertical
protected void drawLineVertical(int x, int y1, int y2, int colour) - Mappings:
Namespace Name Mixin selector intermediary method_1935Lnet/minecraft/class_584;method_1935(IIII)Vglue method_2197Lclass_669;method_2197(IIII)Vserver method_1935Lnet/minecraft/class_584;method_1935(IIII)Vclient bLub;b(IIII)Vnamed drawLineVerticalLnet/minecraft/client/gui/DrawableHelper;drawLineVertical(IIII)V
-
fill
protected void fill(int x1, int y1, int x2, int y2, int colour) - Mappings:
Namespace Name Mixin selector intermediary method_1932Lnet/minecraft/class_584;method_1932(IIIII)Vglue method_2194Lclass_669;method_2194(IIIII)Vserver method_1932Lnet/minecraft/class_584;method_1932(IIIII)Vclient aLub;a(IIIII)Vnamed fillLnet/minecraft/client/gui/DrawableHelper;fill(IIIII)V
-
fillGradient
protected void fillGradient(int x1, int y1, int x2, int y2, int startColour, int endColour) - Mappings:
Namespace Name Mixin selector intermediary method_1933Lnet/minecraft/class_584;method_1933(IIIIII)Vglue method_2195Lclass_669;method_2195(IIIIII)Vserver method_1933Lnet/minecraft/class_584;method_1933(IIIIII)Vclient aLub;a(IIIIII)Vnamed fillGradientLnet/minecraft/client/gui/DrawableHelper;fillGradient(IIIIII)V
-
drawTextWithShadowCentred
- Mappings:
Namespace Name Mixin selector intermediary method_1934Lnet/minecraft/class_584;method_1934(Lnet/minecraft/class_34;Ljava/lang/String;III)Vglue method_2196Lclass_669;method_2196(Lclass_648;Ljava/lang/String;III)Vserver method_1934Lnet/minecraft/class_584;method_1934(Lnet/minecraft/class_34;Ljava/lang/String;III)Vclient aLub;a(Lsj;Ljava/lang/String;III)Vnamed drawTextWithShadowCentredLnet/minecraft/client/gui/DrawableHelper;drawTextWithShadowCentred(Lnet/minecraft/client/render/TextRenderer;Ljava/lang/String;III)V
-
drawTextWithShadow
- Mappings:
Namespace Name Mixin selector intermediary method_1937Lnet/minecraft/class_584;method_1937(Lnet/minecraft/class_34;Ljava/lang/String;III)Vglue method_2199Lclass_669;method_2199(Lclass_648;Ljava/lang/String;III)Vserver method_1937Lnet/minecraft/class_584;method_1937(Lnet/minecraft/class_34;Ljava/lang/String;III)Vclient bLub;b(Lsj;Ljava/lang/String;III)Vnamed drawTextWithShadowLnet/minecraft/client/gui/DrawableHelper;drawTextWithShadow(Lnet/minecraft/client/render/TextRenderer;Ljava/lang/String;III)V
-
blit
public void blit(int x, int y, int u, int v, int width, int height) - Mappings:
Namespace Name Mixin selector intermediary method_1936Lnet/minecraft/class_584;method_1936(IIIIII)Vglue method_2198Lclass_669;method_2198(IIIIII)Vserver method_1936Lnet/minecraft/class_584;method_1936(IIIIII)Vclient bLub;b(IIIIII)Vnamed blitLnet/minecraft/client/gui/DrawableHelper;blit(IIIIII)V
-