Package net.minecraft.client.gui
Class DrawContext
java.lang.Object
net.minecraft.client.gui.DrawContext
- Mappings:
Namespace Name official erxintermediary net/minecraft/class_332named net/minecraft/client/gui/DrawContext
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MinecraftClientprivate static final intstatic final floatstatic final floatprivate final GuiAtlasManagerprivate final MatrixStackprivate booleanprivate final DrawContext.ScissorStackprivate final VertexConsumerProvider.Immediate -
Constructor Summary
ConstructorsModifierConstructorDescriptionDrawContext(MinecraftClient client, VertexConsumerProvider.Immediate vertexConsumers) privateDrawContext(MinecraftClient client, MatrixStack matrices, VertexConsumerProvider.Immediate vertexConsumers) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddraw()voidDeprecated.voiddrawBorder(int x, int y, int width, int height, int color) voiddrawCenteredTextWithShadow(TextRenderer textRenderer, String text, int centerX, int y, int color) voiddrawCenteredTextWithShadow(TextRenderer textRenderer, OrderedText text, int centerX, int y, int color) voiddrawCenteredTextWithShadow(TextRenderer textRenderer, Text text, int centerX, int y, int color) voiddrawGuiTexture(Identifier texture, int x, int y, int width, int height) voiddrawGuiTexture(Identifier texture, int x, int y, int z, int width, int height) voiddrawGuiTexture(Identifier texture, int int2, int int3, int int4, int int5, int x, int y, int width, int height) voiddrawGuiTexture(Identifier texture, int int2, int int3, int int4, int int5, int x, int y, int z, int width, int height) voiddrawHorizontalLine(int x1, int x2, int y, int color) voiddrawHorizontalLine(RenderLayer layer, int x1, int x2, int y, int color) voiddrawHoverEvent(TextRenderer textRenderer, @Nullable Style style, int x, int y) private voidDeprecated.private voiddrawItem(@Nullable LivingEntity entity, @Nullable World world, ItemStack stack, int x, int y, int seed) private voiddrawItem(@Nullable LivingEntity entity, @Nullable World world, ItemStack stack, int x, int y, int seed, int z) voiddrawItem(LivingEntity entity, ItemStack stack, int x, int y, int seed) voidvoidvoidvoiddrawItemInSlot(TextRenderer textRenderer, ItemStack stack, int x, int y) voiddrawItemInSlot(TextRenderer textRenderer, ItemStack stack, int x, int y, @Nullable String countOverride) voiddrawItemTooltip(TextRenderer textRenderer, ItemStack stack, int x, int y) voiddrawItemWithoutEntity(ItemStack stack, int x, int y) voiddrawOrderedTooltip(TextRenderer textRenderer, List<? extends OrderedText> text, int x, int y) voiddrawSprite(int x, int y, int z, int width, int height, Sprite sprite) voiddrawSprite(int x, int y, int z, int width, int height, Sprite sprite, float red, float green, float blue, float alpha) private voiddrawSprite(Sprite sprite, int x, int y, int z, int width, int height) private voiddrawSprite(Sprite sprite, int int2, int int3, int int4, int int5, int x, int y, int z, int width, int height) private voiddrawSprite(Sprite sprite, Scaling.NineSlice nineSlice, int x, int y, int z, int width, int height) private voiddrawSpriteTiled(Sprite sprite, int x, int y, int z, int width, int height, int int2, int int3, int tileWidth, int tileHeight, int int4, int int5) intdrawText(TextRenderer textRenderer, @Nullable String text, int x, int y, int color, boolean shadow) intdrawText(TextRenderer textRenderer, OrderedText text, int x, int y, int color, boolean shadow) intdrawText(TextRenderer textRenderer, Text text, int x, int y, int color, boolean shadow) voiddrawTexture(Identifier texture, int x, int y, float u, float v, int width, int height, int textureWidth, int textureHeight) Draws a textured rectangle from a region in a texture.voiddrawTexture(Identifier texture, int x, int y, int z, float u, float v, int width, int height, int textureWidth, int textureHeight) Draws a textured rectangle from a region in a texture.voiddrawTexture(Identifier texture, int x, int y, int width, int height, float u, float v, int regionWidth, int regionHeight, int textureWidth, int textureHeight) Draws a textured rectangle from a region in a texture.voiddrawTexture(Identifier texture, int x, int y, int u, int v, int width, int height) Draws a textured rectangle from a region in a 256x256 texture.(package private) voiddrawTexture(Identifier texture, int x1, int x2, int y1, int y2, int z, int regionWidth, int regionHeight, float u, float v, int textureWidth, int textureHeight) (package private) voiddrawTexturedQuad(Identifier texture, int x1, int x2, int y1, int y2, int z, float u1, float u2, float v1, float v2) (package private) voiddrawTexturedQuad(Identifier texture, int x1, int x2, int y1, int y2, int z, float u1, float u2, float v1, float v2, float red, float green, float blue, float alpha) intdrawTextWithShadow(TextRenderer textRenderer, @Nullable String text, int x, int y, int color) intdrawTextWithShadow(TextRenderer textRenderer, OrderedText text, int x, int y, int color) intdrawTextWithShadow(TextRenderer textRenderer, Text text, int x, int y, int color) voiddrawTextWrapped(TextRenderer textRenderer, StringVisitable text, int x, int y, int width, int color) private voiddrawTooltip(TextRenderer textRenderer, List<TooltipComponent> components, int x, int y, TooltipPositioner positioner) voiddrawTooltip(TextRenderer textRenderer, List<OrderedText> text, TooltipPositioner positioner, int x, int y) voiddrawTooltip(TextRenderer textRenderer, List<Text> text, int x, int y) voiddrawTooltip(TextRenderer textRenderer, List<Text> text, Optional<TooltipData> data, int x, int y) voiddrawTooltip(TextRenderer textRenderer, Text text, int x, int y) voiddrawVerticalLine(int x, int y1, int y2, int color) voiddrawVerticalLine(RenderLayer layer, int x, int y1, int y2, int color) voidenableScissor(int x1, int y1, int x2, int y2) voidfill(int x1, int y1, int x2, int y2, int color) voidfill(int x1, int y1, int x2, int y2, int z, int color) voidfill(RenderLayer layer, int x1, int y1, int x2, int y2, int color) voidfill(RenderLayer layer, int x1, int y1, int x2, int y2, int z, int color) voidfillGradient(int startX, int startY, int endX, int endY, int colorStart, int colorEnd) voidfillGradient(int startX, int startY, int endX, int endY, int z, int colorStart, int colorEnd) voidfillGradient(RenderLayer layer, int startX, int startY, int endX, int endY, int colorStart, int colorEnd, int z) private voidfillGradient(VertexConsumer vertexConsumer, int startX, int startY, int endX, int endY, int z, int colorStart, int colorEnd) intintprivate voidsetScissor(@Nullable ScreenRect rect) voidsetShaderColor(float red, float green, float blue, float alpha) private voidtryDraw()Deprecated.
-
Field Details
-
field_44931
public static final float field_44931- See Also:
- Mappings:
Namespace Name Mixin selector official aLerx;a:Fintermediary field_44931Lnet/minecraft/class_332;field_44931:Fnamed field_44931Lnet/minecraft/client/gui/DrawContext;field_44931:F
-
field_44932
public static final float field_44932- See Also:
- Mappings:
Namespace Name Mixin selector official bLerx;b:Fintermediary field_44932Lnet/minecraft/class_332;field_44932:Fnamed field_44932Lnet/minecraft/client/gui/DrawContext;field_44932:F
-
field_44655
private static final int field_44655- See Also:
- Mappings:
Namespace Name Mixin selector official cLerx;c:Iintermediary field_44655Lnet/minecraft/class_332;field_44655:Inamed field_44655Lnet/minecraft/client/gui/DrawContext;field_44655:I
-
client
- Mappings:
Namespace Name Mixin selector official dLerx;d:Leqn;intermediary field_44656Lnet/minecraft/class_332;field_44656:Lnet/minecraft/class_310;named clientLnet/minecraft/client/gui/DrawContext;client:Lnet/minecraft/client/MinecraftClient;
-
matrices
- Mappings:
Namespace Name Mixin selector official eLerx;e:Lelh;intermediary field_44657Lnet/minecraft/class_332;field_44657:Lnet/minecraft/class_4587;named matricesLnet/minecraft/client/gui/DrawContext;matrices:Lnet/minecraft/client/util/math/MatrixStack;
-
vertexConsumers
- Mappings:
Namespace Name Mixin selector official fLerx;f:Lfng$a;intermediary field_44658Lnet/minecraft/class_332;field_44658:Lnet/minecraft/class_4597$class_4598;named vertexConsumersLnet/minecraft/client/gui/DrawContext;vertexConsumers:Lnet/minecraft/client/render/VertexConsumerProvider$Immediate;
-
scissorStack
- Mappings:
Namespace Name Mixin selector official gLerx;g:Lerx$a;intermediary field_44659Lnet/minecraft/class_332;field_44659:Lnet/minecraft/class_332$class_8214;named scissorStackLnet/minecraft/client/gui/DrawContext;scissorStack:Lnet/minecraft/client/gui/DrawContext$ScissorStack;
-
guiAtlasManager
- Mappings:
Namespace Name Mixin selector official hLerx;h:Lery;intermediary field_45337Lnet/minecraft/class_332;field_45337:Lnet/minecraft/class_8658;named guiAtlasManagerLnet/minecraft/client/gui/DrawContext;guiAtlasManager:Lnet/minecraft/client/texture/GuiAtlasManager;
-
runningDrawCallback
private boolean runningDrawCallback- Mappings:
Namespace Name Mixin selector official iLerx;i:Zintermediary field_44797Lnet/minecraft/class_332;field_44797:Znamed runningDrawCallbackLnet/minecraft/client/gui/DrawContext;runningDrawCallback:Z
-
-
Constructor Details
-
DrawContext
private DrawContext(MinecraftClient client, MatrixStack matrices, VertexConsumerProvider.Immediate vertexConsumers) - Mappings:
Namespace Name Mixin selector official <init>Lerx;<init>(Leqn;Lelh;Lfng$a;)Vintermediary <init>Lnet/minecraft/class_332;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597$class_4598;)Vnamed <init>Lnet/minecraft/client/gui/DrawContext;<init>(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider$Immediate;)V
-
DrawContext
- Mappings:
Namespace Name Mixin selector official <init>Lerx;<init>(Leqn;Lfng$a;)Vintermediary <init>Lnet/minecraft/class_332;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_4597$class_4598;)Vnamed <init>Lnet/minecraft/client/gui/DrawContext;<init>(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/render/VertexConsumerProvider$Immediate;)V
-
-
Method Details
-
draw
Deprecated.- Mappings:
Namespace Name Mixin selector official aLerx;a(Ljava/lang/Runnable;)Vintermediary method_51741Lnet/minecraft/class_332;method_51741(Ljava/lang/Runnable;)Vnamed drawLnet/minecraft/client/gui/DrawContext;draw(Ljava/lang/Runnable;)V
-
tryDraw
Deprecated.- Mappings:
Namespace Name Mixin selector official gLerx;g()Vintermediary method_51744Lnet/minecraft/class_332;method_51744()Vnamed tryDrawLnet/minecraft/client/gui/DrawContext;tryDraw()V
-
drawIfRunning
Deprecated.- Mappings:
Namespace Name Mixin selector official hLerx;h()Vintermediary method_51887Lnet/minecraft/class_332;method_51887()Vnamed drawIfRunningLnet/minecraft/client/gui/DrawContext;drawIfRunning()V
-
getScaledWindowWidth
public int getScaledWindowWidth()- Mappings:
Namespace Name Mixin selector official aLerx;a()Iintermediary method_51421Lnet/minecraft/class_332;method_51421()Inamed getScaledWindowWidthLnet/minecraft/client/gui/DrawContext;getScaledWindowWidth()I
-
getScaledWindowHeight
public int getScaledWindowHeight()- Mappings:
Namespace Name Mixin selector official bLerx;b()Iintermediary method_51443Lnet/minecraft/class_332;method_51443()Inamed getScaledWindowHeightLnet/minecraft/client/gui/DrawContext;getScaledWindowHeight()I
-
getMatrices
- Mappings:
Namespace Name Mixin selector official cLerx;c()Lelh;intermediary method_51448Lnet/minecraft/class_332;method_51448()Lnet/minecraft/class_4587;named getMatricesLnet/minecraft/client/gui/DrawContext;getMatrices()Lnet/minecraft/client/util/math/MatrixStack;
-
getVertexConsumers
- Mappings:
Namespace Name Mixin selector official dLerx;d()Lfng$a;intermediary method_51450Lnet/minecraft/class_332;method_51450()Lnet/minecraft/class_4597$class_4598;named getVertexConsumersLnet/minecraft/client/gui/DrawContext;getVertexConsumers()Lnet/minecraft/client/render/VertexConsumerProvider$Immediate;
-
draw
public void draw()- Mappings:
Namespace Name Mixin selector official eLerx;e()Vintermediary method_51452Lnet/minecraft/class_332;method_51452()Vnamed drawLnet/minecraft/client/gui/DrawContext;draw()V
-
drawHorizontalLine
public void drawHorizontalLine(int x1, int x2, int y, int color) - Mappings:
Namespace Name Mixin selector official aLerx;a(IIII)Vintermediary method_25292Lnet/minecraft/class_332;method_25292(IIII)Vnamed drawHorizontalLineLnet/minecraft/client/gui/DrawContext;drawHorizontalLine(IIII)V
-
drawHorizontalLine
- Mappings:
Namespace Name Mixin selector official aLerx;a(Lfno;IIII)Vintermediary method_51738Lnet/minecraft/class_332;method_51738(Lnet/minecraft/class_1921;IIII)Vnamed drawHorizontalLineLnet/minecraft/client/gui/DrawContext;drawHorizontalLine(Lnet/minecraft/client/render/RenderLayer;IIII)V
-
drawVerticalLine
public void drawVerticalLine(int x, int y1, int y2, int color) - Mappings:
Namespace Name Mixin selector official bLerx;b(IIII)Vintermediary method_25301Lnet/minecraft/class_332;method_25301(IIII)Vnamed drawVerticalLineLnet/minecraft/client/gui/DrawContext;drawVerticalLine(IIII)V
-
drawVerticalLine
- Mappings:
Namespace Name Mixin selector official bLerx;b(Lfno;IIII)Vintermediary method_51742Lnet/minecraft/class_332;method_51742(Lnet/minecraft/class_1921;IIII)Vnamed drawVerticalLineLnet/minecraft/client/gui/DrawContext;drawVerticalLine(Lnet/minecraft/client/render/RenderLayer;IIII)V
-
enableScissor
public void enableScissor(int x1, int y1, int x2, int y2) - Mappings:
Namespace Name Mixin selector official cLerx;c(IIII)Vintermediary method_44379Lnet/minecraft/class_332;method_44379(IIII)Vnamed enableScissorLnet/minecraft/client/gui/DrawContext;enableScissor(IIII)V
-
disableScissor
public void disableScissor()- Mappings:
Namespace Name Mixin selector official fLerx;f()Vintermediary method_44380Lnet/minecraft/class_332;method_44380()Vnamed disableScissorLnet/minecraft/client/gui/DrawContext;disableScissor()V
-
setScissor
- Mappings:
Namespace Name Mixin selector official aLerx;a(Lewd;)Vintermediary method_49698Lnet/minecraft/class_332;method_49698(Lnet/minecraft/class_8030;)Vnamed setScissorLnet/minecraft/client/gui/DrawContext;setScissor(Lnet/minecraft/client/gui/ScreenRect;)V
-
setShaderColor
public void setShaderColor(float red, float green, float blue, float alpha) - Mappings:
Namespace Name Mixin selector official aLerx;a(FFFF)Vintermediary method_51422Lnet/minecraft/class_332;method_51422(FFFF)Vnamed setShaderColorLnet/minecraft/client/gui/DrawContext;setShaderColor(FFFF)V
-
fill
public void fill(int x1, int y1, int x2, int y2, int color) - Mappings:
Namespace Name Mixin selector official aLerx;a(IIIII)Vintermediary method_25294Lnet/minecraft/class_332;method_25294(IIIII)Vnamed fillLnet/minecraft/client/gui/DrawContext;fill(IIIII)V
-
fill
public void fill(int x1, int y1, int x2, int y2, int z, int color) - Mappings:
Namespace Name Mixin selector official aLerx;a(IIIIII)Vintermediary method_51737Lnet/minecraft/class_332;method_51737(IIIIII)Vnamed fillLnet/minecraft/client/gui/DrawContext;fill(IIIIII)V
-
fill
- Mappings:
Namespace Name Mixin selector official aLerx;a(Lfno;IIIII)Vintermediary method_51739Lnet/minecraft/class_332;method_51739(Lnet/minecraft/class_1921;IIIII)Vnamed fillLnet/minecraft/client/gui/DrawContext;fill(Lnet/minecraft/client/render/RenderLayer;IIIII)V
-
fill
- Mappings:
Namespace Name Mixin selector official aLerx;a(Lfno;IIIIII)Vintermediary method_48196Lnet/minecraft/class_332;method_48196(Lnet/minecraft/class_1921;IIIIII)Vnamed fillLnet/minecraft/client/gui/DrawContext;fill(Lnet/minecraft/client/render/RenderLayer;IIIIII)V
-
fillGradient
public void fillGradient(int startX, int startY, int endX, int endY, int colorStart, int colorEnd) - Mappings:
Namespace Name Mixin selector official bLerx;b(IIIIII)Vintermediary method_25296Lnet/minecraft/class_332;method_25296(IIIIII)Vnamed fillGradientLnet/minecraft/client/gui/DrawContext;fillGradient(IIIIII)V
-
fillGradient
public void fillGradient(int startX, int startY, int endX, int endY, int z, int colorStart, int colorEnd) - Mappings:
Namespace Name Mixin selector official aLerx;a(IIIIIII)Vintermediary method_33284Lnet/minecraft/class_332;method_33284(IIIIIII)Vnamed fillGradientLnet/minecraft/client/gui/DrawContext;fillGradient(IIIIIII)V
-
fillGradient
public void fillGradient(RenderLayer layer, int startX, int startY, int endX, int endY, int colorStart, int colorEnd, int z) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lfno;IIIIIII)Vintermediary method_51740Lnet/minecraft/class_332;method_51740(Lnet/minecraft/class_1921;IIIIIII)Vnamed fillGradientLnet/minecraft/client/gui/DrawContext;fillGradient(Lnet/minecraft/client/render/RenderLayer;IIIIIII)V
-
fillGradient
private void fillGradient(VertexConsumer vertexConsumer, int startX, int startY, int endX, int endY, int z, int colorStart, int colorEnd) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lell;IIIIIII)Vintermediary method_27533Lnet/minecraft/class_332;method_27533(Lnet/minecraft/class_4588;IIIIIII)Vnamed fillGradientLnet/minecraft/client/gui/DrawContext;fillGradient(Lnet/minecraft/client/render/VertexConsumer;IIIIIII)V
-
drawCenteredTextWithShadow
public void drawCenteredTextWithShadow(TextRenderer textRenderer, String text, int centerX, int y, int color) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lerv;Ljava/lang/String;III)Vintermediary method_25300Lnet/minecraft/class_332;method_25300(Lnet/minecraft/class_327;Ljava/lang/String;III)Vnamed drawCenteredTextWithShadowLnet/minecraft/client/gui/DrawContext;drawCenteredTextWithShadow(Lnet/minecraft/client/font/TextRenderer;Ljava/lang/String;III)V
-
drawCenteredTextWithShadow
public void drawCenteredTextWithShadow(TextRenderer textRenderer, Text text, int centerX, int y, int color) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lerv;Lte;III)Vintermediary method_27534Lnet/minecraft/class_332;method_27534(Lnet/minecraft/class_327;Lnet/minecraft/class_2561;III)Vnamed drawCenteredTextWithShadowLnet/minecraft/client/gui/DrawContext;drawCenteredTextWithShadow(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Text;III)V
-
drawCenteredTextWithShadow
public void drawCenteredTextWithShadow(TextRenderer textRenderer, OrderedText text, int centerX, int y, int color) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lerv;Lara;III)Vintermediary method_35719Lnet/minecraft/class_332;method_35719(Lnet/minecraft/class_327;Lnet/minecraft/class_5481;III)Vnamed drawCenteredTextWithShadowLnet/minecraft/client/gui/DrawContext;drawCenteredTextWithShadow(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/OrderedText;III)V
-
drawTextWithShadow
public int drawTextWithShadow(TextRenderer textRenderer, @Nullable @Nullable String text, int x, int y, int color) - Mappings:
Namespace Name Mixin selector official bLerx;b(Lerv;Ljava/lang/String;III)Iintermediary method_25303Lnet/minecraft/class_332;method_25303(Lnet/minecraft/class_327;Ljava/lang/String;III)Inamed drawTextWithShadowLnet/minecraft/client/gui/DrawContext;drawTextWithShadow(Lnet/minecraft/client/font/TextRenderer;Ljava/lang/String;III)I
-
drawText
public int drawText(TextRenderer textRenderer, @Nullable @Nullable String text, int x, int y, int color, boolean shadow) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lerv;Ljava/lang/String;IIIZ)Iintermediary method_51433Lnet/minecraft/class_332;method_51433(Lnet/minecraft/class_327;Ljava/lang/String;IIIZ)Inamed drawTextLnet/minecraft/client/gui/DrawContext;drawText(Lnet/minecraft/client/font/TextRenderer;Ljava/lang/String;IIIZ)I
-
drawTextWithShadow
- Mappings:
Namespace Name Mixin selector official bLerx;b(Lerv;Lara;III)Iintermediary method_35720Lnet/minecraft/class_332;method_35720(Lnet/minecraft/class_327;Lnet/minecraft/class_5481;III)Inamed drawTextWithShadowLnet/minecraft/client/gui/DrawContext;drawTextWithShadow(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/OrderedText;III)I
-
drawText
public int drawText(TextRenderer textRenderer, OrderedText text, int x, int y, int color, boolean shadow) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lerv;Lara;IIIZ)Iintermediary method_51430Lnet/minecraft/class_332;method_51430(Lnet/minecraft/class_327;Lnet/minecraft/class_5481;IIIZ)Inamed drawTextLnet/minecraft/client/gui/DrawContext;drawText(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/OrderedText;IIIZ)I
-
drawTextWithShadow
- Mappings:
Namespace Name Mixin selector official bLerx;b(Lerv;Lte;III)Iintermediary method_27535Lnet/minecraft/class_332;method_27535(Lnet/minecraft/class_327;Lnet/minecraft/class_2561;III)Inamed drawTextWithShadowLnet/minecraft/client/gui/DrawContext;drawTextWithShadow(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Text;III)I
-
drawText
- Mappings:
Namespace Name Mixin selector official aLerx;a(Lerv;Lte;IIIZ)Iintermediary method_51439Lnet/minecraft/class_332;method_51439(Lnet/minecraft/class_327;Lnet/minecraft/class_2561;IIIZ)Inamed drawTextLnet/minecraft/client/gui/DrawContext;drawText(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Text;IIIZ)I
-
drawTextWrapped
public void drawTextWrapped(TextRenderer textRenderer, StringVisitable text, int x, int y, int width, int color) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lerv;Lti;IIII)Vintermediary method_51440Lnet/minecraft/class_332;method_51440(Lnet/minecraft/class_327;Lnet/minecraft/class_5348;IIII)Vnamed drawTextWrappedLnet/minecraft/client/gui/DrawContext;drawTextWrapped(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/StringVisitable;IIII)V
-
drawSprite
- Mappings:
Namespace Name Mixin selector official aLerx;a(IIIIILfyg;)Vintermediary method_25298Lnet/minecraft/class_332;method_25298(IIIIILnet/minecraft/class_1058;)Vnamed drawSpriteLnet/minecraft/client/gui/DrawContext;drawSprite(IIIIILnet/minecraft/client/texture/Sprite;)V
-
drawSprite
public void drawSprite(int x, int y, int z, int width, int height, Sprite sprite, float red, float green, float blue, float alpha) - Mappings:
Namespace Name Mixin selector official aLerx;a(IIIIILfyg;FFFF)Vintermediary method_48465Lnet/minecraft/class_332;method_48465(IIIIILnet/minecraft/class_1058;FFFF)Vnamed drawSpriteLnet/minecraft/client/gui/DrawContext;drawSprite(IIIIILnet/minecraft/client/texture/Sprite;FFFF)V
-
drawBorder
public void drawBorder(int x, int y, int width, int height, int color) - Mappings:
Namespace Name Mixin selector official bLerx;b(IIIII)Vintermediary method_49601Lnet/minecraft/class_332;method_49601(IIIII)Vnamed drawBorderLnet/minecraft/client/gui/DrawContext;drawBorder(IIIII)V
-
drawGuiTexture
- Mappings:
Namespace Name Mixin selector official aLerx;a(Laep;IIII)Vintermediary method_52706Lnet/minecraft/class_332;method_52706(Lnet/minecraft/class_2960;IIII)Vnamed drawGuiTextureLnet/minecraft/client/gui/DrawContext;drawGuiTexture(Lnet/minecraft/util/Identifier;IIII)V
-
drawGuiTexture
- Mappings:
Namespace Name Mixin selector official aLerx;a(Laep;IIIII)Vintermediary method_52707Lnet/minecraft/class_332;method_52707(Lnet/minecraft/class_2960;IIIII)Vnamed drawGuiTextureLnet/minecraft/client/gui/DrawContext;drawGuiTexture(Lnet/minecraft/util/Identifier;IIIII)V
-
drawGuiTexture
public void drawGuiTexture(Identifier texture, int int2, int int3, int int4, int int5, int x, int y, int width, int height) - Mappings:
Namespace Name Mixin selector official aLerx;a(Laep;IIIIIIII)Vintermediary method_52708Lnet/minecraft/class_332;method_52708(Lnet/minecraft/class_2960;IIIIIIII)Vnamed drawGuiTextureLnet/minecraft/client/gui/DrawContext;drawGuiTexture(Lnet/minecraft/util/Identifier;IIIIIIII)V
-
drawGuiTexture
public void drawGuiTexture(Identifier texture, int int2, int int3, int int4, int int5, int x, int y, int z, int width, int height) - Mappings:
Namespace Name Mixin selector official aLerx;a(Laep;IIIIIIIII)Vintermediary method_52709Lnet/minecraft/class_332;method_52709(Lnet/minecraft/class_2960;IIIIIIIII)Vnamed drawGuiTextureLnet/minecraft/client/gui/DrawContext;drawGuiTexture(Lnet/minecraft/util/Identifier;IIIIIIIII)V
-
drawSprite
private void drawSprite(Sprite sprite, int int2, int int3, int int4, int int5, int x, int y, int z, int width, int height) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lfyg;IIIIIIIII)Vintermediary method_52711Lnet/minecraft/class_332;method_52711(Lnet/minecraft/class_1058;IIIIIIIII)Vnamed drawSpriteLnet/minecraft/client/gui/DrawContext;drawSprite(Lnet/minecraft/client/texture/Sprite;IIIIIIIII)V
-
drawSprite
- Mappings:
Namespace Name Mixin selector official aLerx;a(Lfyg;IIIII)Vintermediary method_52710Lnet/minecraft/class_332;method_52710(Lnet/minecraft/class_1058;IIIII)Vnamed drawSpriteLnet/minecraft/client/gui/DrawContext;drawSprite(Lnet/minecraft/client/texture/Sprite;IIIII)V
-
drawTexture
Draws a textured rectangle from a region in a 256x256 texture.The Z coordinate of the rectangle is
0.The width and height of the region are the same as the dimensions of the rectangle.
- Mappings:
Namespace Name Mixin selector official aLerx;a(Laep;IIIIII)Vintermediary method_25302Lnet/minecraft/class_332;method_25302(Lnet/minecraft/class_2960;IIIIII)Vnamed drawTextureLnet/minecraft/client/gui/DrawContext;drawTexture(Lnet/minecraft/util/Identifier;IIIIII)V
-
drawTexture
public void drawTexture(Identifier texture, int x, int y, int z, float u, float v, int width, int height, int textureWidth, int textureHeight) Draws a textured rectangle from a region in a texture.The width and height of the region are the same as the dimensions of the rectangle.
- Mappings:
Namespace Name Mixin selector official aLerx;a(Laep;IIIFFIIII)Vintermediary method_25291Lnet/minecraft/class_332;method_25291(Lnet/minecraft/class_2960;IIIFFIIII)Vnamed drawTextureLnet/minecraft/client/gui/DrawContext;drawTexture(Lnet/minecraft/util/Identifier;IIIFFIIII)V
-
drawTexture
public void drawTexture(Identifier texture, int x, int y, int width, int height, float u, float v, int regionWidth, int regionHeight, int textureWidth, int textureHeight) Draws a textured rectangle from a region in a texture.- Mappings:
Namespace Name Mixin selector official aLerx;a(Laep;IIIIFFIIII)Vintermediary method_25293Lnet/minecraft/class_332;method_25293(Lnet/minecraft/class_2960;IIIIFFIIII)Vnamed drawTextureLnet/minecraft/client/gui/DrawContext;drawTexture(Lnet/minecraft/util/Identifier;IIIIFFIIII)V
-
drawTexture
public void drawTexture(Identifier texture, int x, int y, float u, float v, int width, int height, int textureWidth, int textureHeight) Draws a textured rectangle from a region in a texture.The width and height of the region are the same as the dimensions of the rectangle.
- Mappings:
Namespace Name Mixin selector official aLerx;a(Laep;IIFFIIII)Vintermediary method_25290Lnet/minecraft/class_332;method_25290(Lnet/minecraft/class_2960;IIFFIIII)Vnamed drawTextureLnet/minecraft/client/gui/DrawContext;drawTexture(Lnet/minecraft/util/Identifier;IIFFIIII)V
-
drawTexture
void drawTexture(Identifier texture, int x1, int x2, int y1, int y2, int z, int regionWidth, int regionHeight, float u, float v, int textureWidth, int textureHeight) - Mappings:
Namespace Name Mixin selector official aLerx;a(Laep;IIIIIIIFFII)Vintermediary method_25297Lnet/minecraft/class_332;method_25297(Lnet/minecraft/class_2960;IIIIIIIFFII)Vnamed drawTextureLnet/minecraft/client/gui/DrawContext;drawTexture(Lnet/minecraft/util/Identifier;IIIIIIIFFII)V
-
drawTexturedQuad
void drawTexturedQuad(Identifier texture, int x1, int x2, int y1, int y2, int z, float u1, float u2, float v1, float v2) - Mappings:
Namespace Name Mixin selector official aLerx;a(Laep;IIIIIFFFF)Vintermediary method_25295Lnet/minecraft/class_332;method_25295(Lnet/minecraft/class_2960;IIIIIFFFF)Vnamed drawTexturedQuadLnet/minecraft/client/gui/DrawContext;drawTexturedQuad(Lnet/minecraft/util/Identifier;IIIIIFFFF)V
-
drawTexturedQuad
void drawTexturedQuad(Identifier texture, int x1, int x2, int y1, int y2, int z, float u1, float u2, float v1, float v2, float red, float green, float blue, float alpha) - Mappings:
Namespace Name Mixin selector official aLerx;a(Laep;IIIIIFFFFFFFF)Vintermediary method_48466Lnet/minecraft/class_332;method_48466(Lnet/minecraft/class_2960;IIIIIFFFFFFFF)Vnamed drawTexturedQuadLnet/minecraft/client/gui/DrawContext;drawTexturedQuad(Lnet/minecraft/util/Identifier;IIIIIFFFFFFFF)V
-
drawSprite
private void drawSprite(Sprite sprite, Scaling.NineSlice nineSlice, int x, int y, int z, int width, int height) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lfyg;Lfzy$a;IIIII)Vintermediary method_52713Lnet/minecraft/class_332;method_52713(Lnet/minecraft/class_1058;Lnet/minecraft/class_8690$class_8691;IIIII)Vnamed drawSpriteLnet/minecraft/client/gui/DrawContext;drawSprite(Lnet/minecraft/client/texture/Sprite;Lnet/minecraft/client/texture/Scaling$NineSlice;IIIII)V
-
drawSpriteTiled
private void drawSpriteTiled(Sprite sprite, int x, int y, int z, int width, int height, int int2, int int3, int tileWidth, int tileHeight, int int4, int int5) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lfyg;IIIIIIIIIII)Vintermediary method_52712Lnet/minecraft/class_332;method_52712(Lnet/minecraft/class_1058;IIIIIIIIIII)Vnamed drawSpriteTiledLnet/minecraft/client/gui/DrawContext;drawSpriteTiled(Lnet/minecraft/client/texture/Sprite;IIIIIIIIIII)V
-
drawItem
- Mappings:
Namespace Name Mixin selector official aLerx;a(Lciw;II)Vintermediary method_51427Lnet/minecraft/class_332;method_51427(Lnet/minecraft/class_1799;II)Vnamed drawItemLnet/minecraft/client/gui/DrawContext;drawItem(Lnet/minecraft/item/ItemStack;II)V
-
drawItem
- Mappings:
Namespace Name Mixin selector official aLerx;a(Lciw;III)Vintermediary method_51428Lnet/minecraft/class_332;method_51428(Lnet/minecraft/class_1799;III)Vnamed drawItemLnet/minecraft/client/gui/DrawContext;drawItem(Lnet/minecraft/item/ItemStack;III)V
-
drawItem
- Mappings:
Namespace Name Mixin selector official aLerx;a(Lciw;IIII)Vintermediary method_51429Lnet/minecraft/class_332;method_51429(Lnet/minecraft/class_1799;IIII)Vnamed drawItemLnet/minecraft/client/gui/DrawContext;drawItem(Lnet/minecraft/item/ItemStack;IIII)V
-
drawItemWithoutEntity
- Mappings:
Namespace Name Mixin selector official bLerx;b(Lciw;II)Vintermediary method_51445Lnet/minecraft/class_332;method_51445(Lnet/minecraft/class_1799;II)Vnamed drawItemWithoutEntityLnet/minecraft/client/gui/DrawContext;drawItemWithoutEntity(Lnet/minecraft/item/ItemStack;II)V
-
drawItem
- Mappings:
Namespace Name Mixin selector official aLerx;a(Lbiw;Lciw;III)Vintermediary method_51423Lnet/minecraft/class_332;method_51423(Lnet/minecraft/class_1309;Lnet/minecraft/class_1799;III)Vnamed drawItemLnet/minecraft/client/gui/DrawContext;drawItem(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/item/ItemStack;III)V
-
drawItem
private void drawItem(@Nullable @Nullable LivingEntity entity, @Nullable @Nullable World world, ItemStack stack, int x, int y, int seed) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lbiw;Lcpk;Lciw;III)Vintermediary method_51424Lnet/minecraft/class_332;method_51424(Lnet/minecraft/class_1309;Lnet/minecraft/class_1937;Lnet/minecraft/class_1799;III)Vnamed drawItemLnet/minecraft/client/gui/DrawContext;drawItem(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;III)V
-
drawItem
private void drawItem(@Nullable @Nullable LivingEntity entity, @Nullable @Nullable World world, ItemStack stack, int x, int y, int seed, int z) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lbiw;Lcpk;Lciw;IIII)Vintermediary method_51425Lnet/minecraft/class_332;method_51425(Lnet/minecraft/class_1309;Lnet/minecraft/class_1937;Lnet/minecraft/class_1799;IIII)Vnamed drawItemLnet/minecraft/client/gui/DrawContext;drawItem(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;IIII)V
-
drawItemInSlot
- Mappings:
Namespace Name Mixin selector official aLerx;a(Lerv;Lciw;II)Vintermediary method_51431Lnet/minecraft/class_332;method_51431(Lnet/minecraft/class_327;Lnet/minecraft/class_1799;II)Vnamed drawItemInSlotLnet/minecraft/client/gui/DrawContext;drawItemInSlot(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/item/ItemStack;II)V
-
drawItemInSlot
public void drawItemInSlot(TextRenderer textRenderer, ItemStack stack, int x, int y, @Nullable @Nullable String countOverride) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lerv;Lciw;IILjava/lang/String;)Vintermediary method_51432Lnet/minecraft/class_332;method_51432(Lnet/minecraft/class_327;Lnet/minecraft/class_1799;IILjava/lang/String;)Vnamed drawItemInSlotLnet/minecraft/client/gui/DrawContext;drawItemInSlot(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/item/ItemStack;IILjava/lang/String;)V
-
drawItemTooltip
- Mappings:
Namespace Name Mixin selector official bLerx;b(Lerv;Lciw;II)Vintermediary method_51446Lnet/minecraft/class_332;method_51446(Lnet/minecraft/class_327;Lnet/minecraft/class_1799;II)Vnamed drawItemTooltipLnet/minecraft/client/gui/DrawContext;drawItemTooltip(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/item/ItemStack;II)V
-
drawTooltip
public void drawTooltip(TextRenderer textRenderer, List<Text> text, Optional<TooltipData> data, int x, int y) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lerv;Ljava/util/List;Ljava/util/Optional;II)Vintermediary method_51437Lnet/minecraft/class_332;method_51437(Lnet/minecraft/class_327;Ljava/util/List;Ljava/util/Optional;II)Vnamed drawTooltipLnet/minecraft/client/gui/DrawContext;drawTooltip(Lnet/minecraft/client/font/TextRenderer;Ljava/util/List;Ljava/util/Optional;II)V
-
drawTooltip
- Mappings:
Namespace Name Mixin selector official aLerx;a(Lerv;Lte;II)Vintermediary method_51438Lnet/minecraft/class_332;method_51438(Lnet/minecraft/class_327;Lnet/minecraft/class_2561;II)Vnamed drawTooltipLnet/minecraft/client/gui/DrawContext;drawTooltip(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Text;II)V
-
drawTooltip
- Mappings:
Namespace Name Mixin selector official aLerx;a(Lerv;Ljava/util/List;II)Vintermediary method_51434Lnet/minecraft/class_332;method_51434(Lnet/minecraft/class_327;Ljava/util/List;II)Vnamed drawTooltipLnet/minecraft/client/gui/DrawContext;drawTooltip(Lnet/minecraft/client/font/TextRenderer;Ljava/util/List;II)V
-
drawOrderedTooltip
public void drawOrderedTooltip(TextRenderer textRenderer, List<? extends OrderedText> text, int x, int y) - Mappings:
Namespace Name Mixin selector official bLerx;b(Lerv;Ljava/util/List;II)Vintermediary method_51447Lnet/minecraft/class_332;method_51447(Lnet/minecraft/class_327;Ljava/util/List;II)Vnamed drawOrderedTooltipLnet/minecraft/client/gui/DrawContext;drawOrderedTooltip(Lnet/minecraft/client/font/TextRenderer;Ljava/util/List;II)V
-
drawTooltip
public void drawTooltip(TextRenderer textRenderer, List<OrderedText> text, TooltipPositioner positioner, int x, int y) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lerv;Ljava/util/List;Lfam;II)Vintermediary method_51436Lnet/minecraft/class_332;method_51436(Lnet/minecraft/class_327;Ljava/util/List;Lnet/minecraft/class_8000;II)Vnamed drawTooltipLnet/minecraft/client/gui/DrawContext;drawTooltip(Lnet/minecraft/client/font/TextRenderer;Ljava/util/List;Lnet/minecraft/client/gui/tooltip/TooltipPositioner;II)V
-
drawTooltip
private void drawTooltip(TextRenderer textRenderer, List<TooltipComponent> components, int x, int y, TooltipPositioner positioner) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lerv;Ljava/util/List;IILfam;)Vintermediary method_51435Lnet/minecraft/class_332;method_51435(Lnet/minecraft/class_327;Ljava/util/List;IILnet/minecraft/class_8000;)Vnamed drawTooltipLnet/minecraft/client/gui/DrawContext;drawTooltip(Lnet/minecraft/client/font/TextRenderer;Ljava/util/List;IILnet/minecraft/client/gui/tooltip/TooltipPositioner;)V
-
drawHoverEvent
public void drawHoverEvent(TextRenderer textRenderer, @Nullable @Nullable Style style, int x, int y) - Mappings:
Namespace Name Mixin selector official aLerx;a(Lerv;Lua;II)Vintermediary method_51441Lnet/minecraft/class_332;method_51441(Lnet/minecraft/class_327;Lnet/minecraft/class_2583;II)Vnamed drawHoverEventLnet/minecraft/client/gui/DrawContext;drawHoverEvent(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Style;II)V
-