Package net.minecraft.client.gui
Class DrawContext
java.lang.Object
net.minecraft.client.gui.DrawContext
- Mappings:
Namespace Name named net/minecraft/client/gui/DrawContextintermediary net/minecraft/class_332official ftk
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MinecraftClientprivate static final intstatic final floatstatic final floatprivate final GuiAtlasManagerprivate final ItemRenderStateprivate final MatrixStackprivate 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()voiddraw(Consumer<VertexConsumerProvider> drawer) 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) private voiddrawCooldownProgress(ItemStack stack, int x, int y) voiddrawGuiTexture(Function<Identifier, RenderLayer> renderLayers, Identifier sprite, int x, int y, int width, int height) voiddrawGuiTexture(Function<Identifier, RenderLayer> renderLayers, Identifier sprite, int x, int y, int width, int height, int color) voiddrawGuiTexture(Function<Identifier, RenderLayer> renderLayers, Identifier sprite, int textureWidth, int textureHeight, int u, int v, int x, int y, int width, int height) Draws a textured rectangle from a region in a gui texture.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 voiddrawInnerSprite(Function<Identifier, RenderLayer> renderLayers, Scaling.NineSlice nineSlice, Sprite sprite, int x, int y, int width, int height, int u, int v, int tileWidth, int tileHeight, int textureWidth, int textureHeight, int color) 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) voidvoidvoidprivate voiddrawItemBar(ItemStack stack, int x, int y) voiddrawItemTooltip(TextRenderer textRenderer, ItemStack stack, int x, int y) voiddrawItemWithoutEntity(ItemStack stack, int x, int y) voiddrawItemWithoutEntity(ItemStack stack, int x, int y, int seed) voiddrawOrderedTooltip(TextRenderer textRenderer, List<? extends OrderedText> text, int x, int y) voiddrawOrderedTooltip(TextRenderer textRenderer, List<? extends OrderedText> text, int x, int y, @Nullable Identifier texture) private voiddrawSpriteNineSliced(Function<Identifier, RenderLayer> renderLayers, Sprite sprite, Scaling.NineSlice nineSlice, int x, int y, int width, int height, int color) private voiddrawSpriteRegion(Function<Identifier, RenderLayer> renderLayers, Sprite sprite, int textureWidth, int textureHeight, int u, int v, int x, int y, int width, int height, int color) voiddrawSpriteStretched(Function<Identifier, RenderLayer> renderLayers, Sprite sprite, int x, int y, int width, int height) voiddrawSpriteStretched(Function<Identifier, RenderLayer> renderLayers, Sprite sprite, int x, int y, int width, int height, int color) private voiddrawSpriteTiled(Function<Identifier, RenderLayer> renderLayers, Sprite sprite, int x, int y, int width, int height, int u, int v, int tileWidth, int tileHeight, int textureWidth, int textureHeight, int color) private voiddrawStackCount(TextRenderer textRenderer, ItemStack stack, int x, int y, @Nullable String stackCountText) voiddrawStackOverlay(TextRenderer textRenderer, ItemStack stack, int x, int y) voiddrawStackOverlay(TextRenderer textRenderer, ItemStack stack, int x, int y, @Nullable String stackCountText) 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(Function<Identifier, RenderLayer> renderLayers, Identifier sprite, 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(Function<Identifier, RenderLayer> renderLayers, Identifier sprite, int x, int y, float u, float v, int width, int height, int textureWidth, int textureHeight, int color) Draws a textured rectangle from a region in a texture.voiddrawTexture(Function<Identifier, RenderLayer> renderLayers, Identifier sprite, int x, int y, float u, float v, int width, int height, int regionWith, int regionHeight, int textureWidth, int textureHeight) Draws a textured rectangle from a region in a 256x256 texture.voiddrawTexture(Function<Identifier, RenderLayer> renderLayers, Identifier sprite, int x, int y, float u, float v, int width, int height, int regionWidth, int regionHeight, int textureWidth, int textureHeight, int color) Draws a textured rectangle from a region in a texture.private voiddrawTexturedQuad(Function<Identifier, RenderLayer> renderLayers, Identifier sprite, int x1, int x2, int y1, int y2, float u1, float u2, float v1, float v2, int color) intdrawTextWithBackground(TextRenderer textRenderer, Text text, int x, int y, int width, int color) 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) private voiddrawTooltip(TextRenderer textRenderer, List<TooltipComponent> components, int x, int y, TooltipPositioner positioner, @Nullable Identifier texture) 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, int x, int y, @Nullable Identifier texture) voiddrawTooltip(TextRenderer textRenderer, List<Text> text, Optional<TooltipData> data, int x, int y) voiddrawTooltip(TextRenderer textRenderer, List<Text> text, Optional<TooltipData> data, int x, int y, @Nullable Identifier texture) voiddrawTooltip(TextRenderer textRenderer, Text text, int x, int y) voiddrawTooltip(TextRenderer textRenderer, Text text, int x, int y, @Nullable Identifier texture) voiddrawVerticalLine(int x, int y1, int y2, int color) voiddrawVerticalLine(RenderLayer layer, int x, int y1, int y2, int color) voiddrawWrappedText(TextRenderer textRenderer, StringVisitable text, int x, int y, int width, int color, boolean shadow) voiddrawWrappedTextWithShadow(TextRenderer textRenderer, StringVisitable text, int x, int y, int width, 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) voidfillWithLayer(RenderLayer layer, int startX, int startY, int endX, int endY, int z) intintbooleanscissorContains(int x, int y) private voidsetScissor(@Nullable ScreenRect rect)
-
Field Details
-
field_44931
public static final float field_44931- See Also:
- Mappings:
Namespace Name Mixin selector named field_44931Lnet/minecraft/client/gui/DrawContext;field_44931:Fintermediary field_44931Lnet/minecraft/class_332;field_44931:Fofficial aLftk;a:F
-
field_44932
public static final float field_44932- See Also:
- Mappings:
Namespace Name Mixin selector named field_44932Lnet/minecraft/client/gui/DrawContext;field_44932:Fintermediary field_44932Lnet/minecraft/class_332;field_44932:Fofficial bLftk;b:F
-
field_44655
private static final int field_44655- See Also:
- Mappings:
Namespace Name Mixin selector named field_44655Lnet/minecraft/client/gui/DrawContext;field_44655:Iintermediary field_44655Lnet/minecraft/class_332;field_44655:Iofficial cLftk;c:I
-
client
- Mappings:
Namespace Name Mixin selector named clientLnet/minecraft/client/gui/DrawContext;client:Lnet/minecraft/client/MinecraftClient;intermediary field_44656Lnet/minecraft/class_332;field_44656:Lnet/minecraft/class_310;official dLftk;d:Lfqq;
-
matrices
- Mappings:
Namespace Name Mixin selector named matricesLnet/minecraft/client/gui/DrawContext;matrices:Lnet/minecraft/client/util/math/MatrixStack;intermediary field_44657Lnet/minecraft/class_332;field_44657:Lnet/minecraft/class_4587;official eLftk;e:Lfld;
-
vertexConsumers
- Mappings:
Namespace Name Mixin selector named vertexConsumersLnet/minecraft/client/gui/DrawContext;vertexConsumers:Lnet/minecraft/client/render/VertexConsumerProvider$Immediate;intermediary field_44658Lnet/minecraft/class_332;field_44658:Lnet/minecraft/class_4597$class_4598;official fLftk;f:Lgrn$a;
-
scissorStack
- Mappings:
Namespace Name Mixin selector named scissorStackLnet/minecraft/client/gui/DrawContext;scissorStack:Lnet/minecraft/client/gui/DrawContext$ScissorStack;intermediary field_44659Lnet/minecraft/class_332;field_44659:Lnet/minecraft/class_332$class_8214;official gLftk;g:Lftk$a;
-
guiAtlasManager
- Mappings:
Namespace Name Mixin selector named guiAtlasManagerLnet/minecraft/client/gui/DrawContext;guiAtlasManager:Lnet/minecraft/client/texture/GuiAtlasManager;intermediary field_45337Lnet/minecraft/class_332;field_45337:Lnet/minecraft/class_8658;official hLftk;h:Lftl;
-
itemRenderState
- Mappings:
Namespace Name Mixin selector named itemRenderStateLnet/minecraft/client/gui/DrawContext;itemRenderState:Lnet/minecraft/client/render/item/ItemRenderState;intermediary field_55257Lnet/minecraft/class_332;field_55257:Lnet/minecraft/class_10444;official iLftk;i:Lhhi;
-
-
Constructor Details
-
DrawContext
private DrawContext(MinecraftClient client, MatrixStack matrices, VertexConsumerProvider.Immediate vertexConsumers) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/DrawContext;<init>(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider$Immediate;)Vintermediary <init>Lnet/minecraft/class_332;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597$class_4598;)Vofficial <init>Lftk;<init>(Lfqq;Lfld;Lgrn$a;)V
-
DrawContext
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/DrawContext;<init>(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/render/VertexConsumerProvider$Immediate;)Vintermediary <init>Lnet/minecraft/class_332;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_4597$class_4598;)Vofficial <init>Lftk;<init>(Lfqq;Lgrn$a;)V
-
-
Method Details
-
getScaledWindowWidth
public int getScaledWindowWidth()- Mappings:
Namespace Name Mixin selector named getScaledWindowWidthLnet/minecraft/client/gui/DrawContext;getScaledWindowWidth()Iintermediary method_51421Lnet/minecraft/class_332;method_51421()Iofficial aLftk;a()I
-
getScaledWindowHeight
public int getScaledWindowHeight()- Mappings:
Namespace Name Mixin selector named getScaledWindowHeightLnet/minecraft/client/gui/DrawContext;getScaledWindowHeight()Iintermediary method_51443Lnet/minecraft/class_332;method_51443()Iofficial bLftk;b()I
-
getMatrices
- Mappings:
Namespace Name Mixin selector named getMatricesLnet/minecraft/client/gui/DrawContext;getMatrices()Lnet/minecraft/client/util/math/MatrixStack;intermediary method_51448Lnet/minecraft/class_332;method_51448()Lnet/minecraft/class_4587;official cLftk;c()Lfld;
-
draw
public void draw()- Mappings:
Namespace Name Mixin selector named drawLnet/minecraft/client/gui/DrawContext;draw()Vintermediary method_51452Lnet/minecraft/class_332;method_51452()Vofficial dLftk;d()V
-
drawHorizontalLine
public void drawHorizontalLine(int x1, int x2, int y, int color) - Mappings:
Namespace Name Mixin selector named drawHorizontalLineLnet/minecraft/client/gui/DrawContext;drawHorizontalLine(IIII)Vintermediary method_25292Lnet/minecraft/class_332;method_25292(IIII)Vofficial aLftk;a(IIII)V
-
drawHorizontalLine
- Mappings:
Namespace Name Mixin selector named drawHorizontalLineLnet/minecraft/client/gui/DrawContext;drawHorizontalLine(Lnet/minecraft/client/render/RenderLayer;IIII)Vintermediary method_51738Lnet/minecraft/class_332;method_51738(Lnet/minecraft/class_1921;IIII)Vofficial aLftk;a(Lgry;IIII)V
-
drawVerticalLine
public void drawVerticalLine(int x, int y1, int y2, int color) - Mappings:
Namespace Name Mixin selector named drawVerticalLineLnet/minecraft/client/gui/DrawContext;drawVerticalLine(IIII)Vintermediary method_25301Lnet/minecraft/class_332;method_25301(IIII)Vofficial bLftk;b(IIII)V
-
drawVerticalLine
- Mappings:
Namespace Name Mixin selector named drawVerticalLineLnet/minecraft/client/gui/DrawContext;drawVerticalLine(Lnet/minecraft/client/render/RenderLayer;IIII)Vintermediary method_51742Lnet/minecraft/class_332;method_51742(Lnet/minecraft/class_1921;IIII)Vofficial bLftk;b(Lgry;IIII)V
-
enableScissor
public void enableScissor(int x1, int y1, int x2, int y2) - Mappings:
Namespace Name Mixin selector named enableScissorLnet/minecraft/client/gui/DrawContext;enableScissor(IIII)Vintermediary method_44379Lnet/minecraft/class_332;method_44379(IIII)Vofficial cLftk;c(IIII)V
-
disableScissor
public void disableScissor()- Mappings:
Namespace Name Mixin selector named disableScissorLnet/minecraft/client/gui/DrawContext;disableScissor()Vintermediary method_44380Lnet/minecraft/class_332;method_44380()Vofficial eLftk;e()V
-
scissorContains
public boolean scissorContains(int x, int y) - Mappings:
Namespace Name Mixin selector named scissorContainsLnet/minecraft/client/gui/DrawContext;scissorContains(II)Zintermediary method_58135Lnet/minecraft/class_332;method_58135(II)Zofficial aLftk;a(II)Z
-
setScissor
- Mappings:
Namespace Name Mixin selector named setScissorLnet/minecraft/client/gui/DrawContext;setScissor(Lnet/minecraft/client/gui/ScreenRect;)Vintermediary method_49698Lnet/minecraft/class_332;method_49698(Lnet/minecraft/class_8030;)Vofficial aLftk;a(Lfyf;)V
-
fill
public void fill(int x1, int y1, int x2, int y2, int color) - Mappings:
Namespace Name Mixin selector named fillLnet/minecraft/client/gui/DrawContext;fill(IIIII)Vintermediary method_25294Lnet/minecraft/class_332;method_25294(IIIII)Vofficial aLftk;a(IIIII)V
-
fill
public void fill(int x1, int y1, int x2, int y2, int z, int color) - Mappings:
Namespace Name Mixin selector named fillLnet/minecraft/client/gui/DrawContext;fill(IIIIII)Vintermediary method_51737Lnet/minecraft/class_332;method_51737(IIIIII)Vofficial aLftk;a(IIIIII)V
-
fill
- Mappings:
Namespace Name Mixin selector named fillLnet/minecraft/client/gui/DrawContext;fill(Lnet/minecraft/client/render/RenderLayer;IIIII)Vintermediary method_51739Lnet/minecraft/class_332;method_51739(Lnet/minecraft/class_1921;IIIII)Vofficial aLftk;a(Lgry;IIIII)V
-
fill
- Mappings:
Namespace Name Mixin selector named fillLnet/minecraft/client/gui/DrawContext;fill(Lnet/minecraft/client/render/RenderLayer;IIIIII)Vintermediary method_48196Lnet/minecraft/class_332;method_48196(Lnet/minecraft/class_1921;IIIIII)Vofficial aLftk;a(Lgry;IIIIII)V
-
fillGradient
public void fillGradient(int startX, int startY, int endX, int endY, int colorStart, int colorEnd) - Mappings:
Namespace Name Mixin selector named fillGradientLnet/minecraft/client/gui/DrawContext;fillGradient(IIIIII)Vintermediary method_25296Lnet/minecraft/class_332;method_25296(IIIIII)Vofficial bLftk;b(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 named fillGradientLnet/minecraft/client/gui/DrawContext;fillGradient(IIIIIII)Vintermediary method_33284Lnet/minecraft/class_332;method_33284(IIIIIII)Vofficial aLftk;a(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 named fillGradientLnet/minecraft/client/gui/DrawContext;fillGradient(Lnet/minecraft/client/render/RenderLayer;IIIIIII)Vintermediary method_51740Lnet/minecraft/class_332;method_51740(Lnet/minecraft/class_1921;IIIIIII)Vofficial aLftk;a(Lgry;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 named fillGradientLnet/minecraft/client/gui/DrawContext;fillGradient(Lnet/minecraft/client/render/VertexConsumer;IIIIIII)Vintermediary method_27533Lnet/minecraft/class_332;method_27533(Lnet/minecraft/class_4588;IIIIIII)Vofficial aLftk;a(Lflg;IIIIIII)V
-
fillWithLayer
- Mappings:
Namespace Name Mixin selector named fillWithLayerLnet/minecraft/client/gui/DrawContext;fillWithLayer(Lnet/minecraft/client/render/RenderLayer;IIIII)Vintermediary method_57709Lnet/minecraft/class_332;method_57709(Lnet/minecraft/class_1921;IIIII)Vofficial bLftk;b(Lgry;IIIII)V
-
drawCenteredTextWithShadow
public void drawCenteredTextWithShadow(TextRenderer textRenderer, String text, int centerX, int y, int color) - Mappings:
Namespace Name Mixin selector named drawCenteredTextWithShadowLnet/minecraft/client/gui/DrawContext;drawCenteredTextWithShadow(Lnet/minecraft/client/font/TextRenderer;Ljava/lang/String;III)Vintermediary method_25300Lnet/minecraft/class_332;method_25300(Lnet/minecraft/class_327;Ljava/lang/String;III)Vofficial aLftk;a(Lfti;Ljava/lang/String;III)V
-
drawCenteredTextWithShadow
public void drawCenteredTextWithShadow(TextRenderer textRenderer, Text text, int centerX, int y, int color) - Mappings:
Namespace Name Mixin selector named drawCenteredTextWithShadowLnet/minecraft/client/gui/DrawContext;drawCenteredTextWithShadow(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Text;III)Vintermediary method_27534Lnet/minecraft/class_332;method_27534(Lnet/minecraft/class_327;Lnet/minecraft/class_2561;III)Vofficial aLftk;a(Lfti;Lxg;III)V
-
drawCenteredTextWithShadow
public void drawCenteredTextWithShadow(TextRenderer textRenderer, OrderedText text, int centerX, int y, int color) - Mappings:
Namespace Name Mixin selector named drawCenteredTextWithShadowLnet/minecraft/client/gui/DrawContext;drawCenteredTextWithShadow(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/OrderedText;III)Vintermediary method_35719Lnet/minecraft/class_332;method_35719(Lnet/minecraft/class_327;Lnet/minecraft/class_5481;III)Vofficial aLftk;a(Lfti;Lazk;III)V
-
drawTextWithShadow
public int drawTextWithShadow(TextRenderer textRenderer, @Nullable @Nullable String text, int x, int y, int color) - Mappings:
Namespace Name Mixin selector named drawTextWithShadowLnet/minecraft/client/gui/DrawContext;drawTextWithShadow(Lnet/minecraft/client/font/TextRenderer;Ljava/lang/String;III)Iintermediary method_25303Lnet/minecraft/class_332;method_25303(Lnet/minecraft/class_327;Ljava/lang/String;III)Iofficial bLftk;b(Lfti;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 named drawTextLnet/minecraft/client/gui/DrawContext;drawText(Lnet/minecraft/client/font/TextRenderer;Ljava/lang/String;IIIZ)Iintermediary method_51433Lnet/minecraft/class_332;method_51433(Lnet/minecraft/class_327;Ljava/lang/String;IIIZ)Iofficial aLftk;a(Lfti;Ljava/lang/String;IIIZ)I
-
drawTextWithShadow
- Mappings:
Namespace Name Mixin selector named drawTextWithShadowLnet/minecraft/client/gui/DrawContext;drawTextWithShadow(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/OrderedText;III)Iintermediary method_35720Lnet/minecraft/class_332;method_35720(Lnet/minecraft/class_327;Lnet/minecraft/class_5481;III)Iofficial bLftk;b(Lfti;Lazk;III)I
-
drawText
public int drawText(TextRenderer textRenderer, OrderedText text, int x, int y, int color, boolean shadow) - Mappings:
Namespace Name Mixin selector named drawTextLnet/minecraft/client/gui/DrawContext;drawText(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/OrderedText;IIIZ)Iintermediary method_51430Lnet/minecraft/class_332;method_51430(Lnet/minecraft/class_327;Lnet/minecraft/class_5481;IIIZ)Iofficial aLftk;a(Lfti;Lazk;IIIZ)I
-
drawTextWithShadow
- Mappings:
Namespace Name Mixin selector named drawTextWithShadowLnet/minecraft/client/gui/DrawContext;drawTextWithShadow(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Text;III)Iintermediary method_27535Lnet/minecraft/class_332;method_27535(Lnet/minecraft/class_327;Lnet/minecraft/class_2561;III)Iofficial bLftk;b(Lfti;Lxg;III)I
-
drawText
- Mappings:
Namespace Name Mixin selector named drawTextLnet/minecraft/client/gui/DrawContext;drawText(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Text;IIIZ)Iintermediary method_51439Lnet/minecraft/class_332;method_51439(Lnet/minecraft/class_327;Lnet/minecraft/class_2561;IIIZ)Iofficial aLftk;a(Lfti;Lxg;IIIZ)I
-
drawWrappedTextWithShadow
public void drawWrappedTextWithShadow(TextRenderer textRenderer, StringVisitable text, int x, int y, int width, int color) - Mappings:
Namespace Name Mixin selector named drawWrappedTextWithShadowLnet/minecraft/client/gui/DrawContext;drawWrappedTextWithShadow(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/StringVisitable;IIII)Vintermediary method_65179Lnet/minecraft/class_332;method_65179(Lnet/minecraft/class_327;Lnet/minecraft/class_5348;IIII)Vofficial aLftk;a(Lfti;Lxl;IIII)V
-
drawWrappedText
public void drawWrappedText(TextRenderer textRenderer, StringVisitable text, int x, int y, int width, int color, boolean shadow) - Mappings:
Namespace Name Mixin selector named drawWrappedTextLnet/minecraft/client/gui/DrawContext;drawWrappedText(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/StringVisitable;IIIIZ)Vintermediary method_51440Lnet/minecraft/class_332;method_51440(Lnet/minecraft/class_327;Lnet/minecraft/class_5348;IIIIZ)Vofficial aLftk;a(Lfti;Lxl;IIIIZ)V
-
drawTextWithBackground
public int drawTextWithBackground(TextRenderer textRenderer, Text text, int x, int y, int width, int color) - Mappings:
Namespace Name Mixin selector named drawTextWithBackgroundLnet/minecraft/client/gui/DrawContext;drawTextWithBackground(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Text;IIII)Iintermediary method_60649Lnet/minecraft/class_332;method_60649(Lnet/minecraft/class_327;Lnet/minecraft/class_2561;IIII)Iofficial aLftk;a(Lfti;Lxg;IIII)I
-
drawBorder
public void drawBorder(int x, int y, int width, int height, int color) - Mappings:
Namespace Name Mixin selector named drawBorderLnet/minecraft/client/gui/DrawContext;drawBorder(IIIII)Vintermediary method_49601Lnet/minecraft/class_332;method_49601(IIIII)Vofficial bLftk;b(IIIII)V
-
drawGuiTexture
public void drawGuiTexture(Function<Identifier, RenderLayer> renderLayers, Identifier sprite, int x, int y, int width, int height) - Mappings:
Namespace Name Mixin selector named drawGuiTextureLnet/minecraft/client/gui/DrawContext;drawGuiTexture(Ljava/util/function/Function;Lnet/minecraft/util/Identifier;IIII)Vintermediary method_52706Lnet/minecraft/class_332;method_52706(Ljava/util/function/Function;Lnet/minecraft/class_2960;IIII)Vofficial aLftk;a(Ljava/util/function/Function;Lalr;IIII)V
-
drawGuiTexture
public void drawGuiTexture(Function<Identifier, RenderLayer> renderLayers, Identifier sprite, int x, int y, int width, int height, int color) - Mappings:
Namespace Name Mixin selector named drawGuiTextureLnet/minecraft/client/gui/DrawContext;drawGuiTexture(Ljava/util/function/Function;Lnet/minecraft/util/Identifier;IIIII)Vintermediary method_52707Lnet/minecraft/class_332;method_52707(Ljava/util/function/Function;Lnet/minecraft/class_2960;IIIII)Vofficial aLftk;a(Ljava/util/function/Function;Lalr;IIIII)V
-
drawGuiTexture
public void drawGuiTexture(Function<Identifier, RenderLayer> renderLayers, Identifier sprite, int textureWidth, int textureHeight, int u, int v, int x, int y, int width, int height) Draws a textured rectangle from a region in a gui texture.The width and height of the region are the same as the dimensions of the rectangle.
- Parameters:
textureWidth- the width of the entire texturetextureHeight- the height of the entire textureu- the x starting position of the region in the texturev- the y starting position of the region in the textureheight- the height of the drawn rectangle and of the region in the texture- Mappings:
Namespace Name Mixin selector named drawGuiTextureLnet/minecraft/client/gui/DrawContext;drawGuiTexture(Ljava/util/function/Function;Lnet/minecraft/util/Identifier;IIIIIIII)Vintermediary method_52708Lnet/minecraft/class_332;method_52708(Ljava/util/function/Function;Lnet/minecraft/class_2960;IIIIIIII)Vofficial aLftk;a(Ljava/util/function/Function;Lalr;IIIIIIII)V
-
drawSpriteStretched
public void drawSpriteStretched(Function<Identifier, RenderLayer> renderLayers, Sprite sprite, int x, int y, int width, int height) - Mappings:
Namespace Name Mixin selector named drawSpriteStretchedLnet/minecraft/client/gui/DrawContext;drawSpriteStretched(Ljava/util/function/Function;Lnet/minecraft/client/texture/Sprite;IIII)Vintermediary method_52709Lnet/minecraft/class_332;method_52709(Ljava/util/function/Function;Lnet/minecraft/class_1058;IIII)Vofficial aLftk;a(Ljava/util/function/Function;Lhkq;IIII)V
-
drawSpriteStretched
public void drawSpriteStretched(Function<Identifier, RenderLayer> renderLayers, Sprite sprite, int x, int y, int width, int height, int color) - Mappings:
Namespace Name Mixin selector named drawSpriteStretchedLnet/minecraft/client/gui/DrawContext;drawSpriteStretched(Ljava/util/function/Function;Lnet/minecraft/client/texture/Sprite;IIIII)Vintermediary method_52710Lnet/minecraft/class_332;method_52710(Ljava/util/function/Function;Lnet/minecraft/class_1058;IIIII)Vofficial aLftk;a(Ljava/util/function/Function;Lhkq;IIIII)V
-
drawSpriteRegion
private void drawSpriteRegion(Function<Identifier, RenderLayer> renderLayers, Sprite sprite, int textureWidth, int textureHeight, int u, int v, int x, int y, int width, int height, int color) - Mappings:
Namespace Name Mixin selector named drawSpriteRegionLnet/minecraft/client/gui/DrawContext;drawSpriteRegion(Ljava/util/function/Function;Lnet/minecraft/client/texture/Sprite;IIIIIIIII)Vintermediary method_52711Lnet/minecraft/class_332;method_52711(Ljava/util/function/Function;Lnet/minecraft/class_1058;IIIIIIIII)Vofficial aLftk;a(Ljava/util/function/Function;Lhkq;IIIIIIIII)V
-
drawSpriteNineSliced
private void drawSpriteNineSliced(Function<Identifier, RenderLayer> renderLayers, Sprite sprite, Scaling.NineSlice nineSlice, int x, int y, int width, int height, int color) - Mappings:
Namespace Name Mixin selector named drawSpriteNineSlicedLnet/minecraft/client/gui/DrawContext;drawSpriteNineSliced(Ljava/util/function/Function;Lnet/minecraft/client/texture/Sprite;Lnet/minecraft/client/texture/Scaling$NineSlice;IIIII)Vintermediary method_52713Lnet/minecraft/class_332;method_52713(Ljava/util/function/Function;Lnet/minecraft/class_1058;Lnet/minecraft/class_8690$class_8691;IIIII)Vofficial aLftk;a(Ljava/util/function/Function;Lhkq;Lhmi$a;IIIII)V
-
drawInnerSprite
private void drawInnerSprite(Function<Identifier, RenderLayer> renderLayers, Scaling.NineSlice nineSlice, Sprite sprite, int x, int y, int width, int height, int u, int v, int tileWidth, int tileHeight, int textureWidth, int textureHeight, int color) - Mappings:
Namespace Name Mixin selector named drawInnerSpriteLnet/minecraft/client/gui/DrawContext;drawInnerSprite(Ljava/util/function/Function;Lnet/minecraft/client/texture/Scaling$NineSlice;Lnet/minecraft/client/texture/Sprite;IIIIIIIIIII)Vintermediary method_64040Lnet/minecraft/class_332;method_64040(Ljava/util/function/Function;Lnet/minecraft/class_8690$class_8691;Lnet/minecraft/class_1058;IIIIIIIIIII)Vofficial aLftk;a(Ljava/util/function/Function;Lhmi$a;Lhkq;IIIIIIIIIII)V
-
drawSpriteTiled
private void drawSpriteTiled(Function<Identifier, RenderLayer> renderLayers, Sprite sprite, int x, int y, int width, int height, int u, int v, int tileWidth, int tileHeight, int textureWidth, int textureHeight, int color) - Mappings:
Namespace Name Mixin selector named drawSpriteTiledLnet/minecraft/client/gui/DrawContext;drawSpriteTiled(Ljava/util/function/Function;Lnet/minecraft/client/texture/Sprite;IIIIIIIIIII)Vintermediary method_52712Lnet/minecraft/class_332;method_52712(Ljava/util/function/Function;Lnet/minecraft/class_1058;IIIIIIIIIII)Vofficial aLftk;a(Ljava/util/function/Function;Lhkq;IIIIIIIIIII)V
-
drawTexture
public void drawTexture(Function<Identifier, RenderLayer> renderLayers, Identifier sprite, int x, int y, float u, float v, int width, int height, int textureWidth, int textureHeight, int color) 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 named drawTextureLnet/minecraft/client/gui/DrawContext;drawTexture(Ljava/util/function/Function;Lnet/minecraft/util/Identifier;IIFFIIIII)Vintermediary method_25291Lnet/minecraft/class_332;method_25291(Ljava/util/function/Function;Lnet/minecraft/class_2960;IIFFIIIII)Vofficial aLftk;a(Ljava/util/function/Function;Lalr;IIFFIIIII)V
-
drawTexture
public void drawTexture(Function<Identifier, RenderLayer> renderLayers, Identifier sprite, 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 named drawTextureLnet/minecraft/client/gui/DrawContext;drawTexture(Ljava/util/function/Function;Lnet/minecraft/util/Identifier;IIFFIIII)Vintermediary method_25290Lnet/minecraft/class_332;method_25290(Ljava/util/function/Function;Lnet/minecraft/class_2960;IIFFIIII)Vofficial aLftk;a(Ljava/util/function/Function;Lalr;IIFFIIII)V
-
drawTexture
public void drawTexture(Function<Identifier, RenderLayer> renderLayers, Identifier sprite, int x, int y, float u, float v, int width, int height, int regionWith, int regionHeight, int textureWidth, int textureHeight) 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 named drawTextureLnet/minecraft/client/gui/DrawContext;drawTexture(Ljava/util/function/Function;Lnet/minecraft/util/Identifier;IIFFIIIIII)Vintermediary method_25302Lnet/minecraft/class_332;method_25302(Ljava/util/function/Function;Lnet/minecraft/class_2960;IIFFIIIIII)Vofficial aLftk;a(Ljava/util/function/Function;Lalr;IIFFIIIIII)V
-
drawTexture
public void drawTexture(Function<Identifier, RenderLayer> renderLayers, Identifier sprite, int x, int y, float u, float v, int width, int height, int regionWidth, int regionHeight, int textureWidth, int textureHeight, int color) Draws a textured rectangle from a region in a texture.- Mappings:
Namespace Name Mixin selector named drawTextureLnet/minecraft/client/gui/DrawContext;drawTexture(Ljava/util/function/Function;Lnet/minecraft/util/Identifier;IIFFIIIIIII)Vintermediary method_25293Lnet/minecraft/class_332;method_25293(Ljava/util/function/Function;Lnet/minecraft/class_2960;IIFFIIIIIII)Vofficial aLftk;a(Ljava/util/function/Function;Lalr;IIFFIIIIIII)V
-
drawTexturedQuad
private void drawTexturedQuad(Function<Identifier, RenderLayer> renderLayers, Identifier sprite, int x1, int x2, int y1, int y2, float u1, float u2, float v1, float v2, int color) - Mappings:
Namespace Name Mixin selector named drawTexturedQuadLnet/minecraft/client/gui/DrawContext;drawTexturedQuad(Ljava/util/function/Function;Lnet/minecraft/util/Identifier;IIIIFFFFI)Vintermediary method_25295Lnet/minecraft/class_332;method_25295(Ljava/util/function/Function;Lnet/minecraft/class_2960;IIIIFFFFI)Vofficial aLftk;a(Ljava/util/function/Function;Lalr;IIIIFFFFI)V
-
drawItem
- Mappings:
Namespace Name Mixin selector named drawItemLnet/minecraft/client/gui/DrawContext;drawItem(Lnet/minecraft/item/ItemStack;II)Vintermediary method_51427Lnet/minecraft/class_332;method_51427(Lnet/minecraft/class_1799;II)Vofficial aLftk;a(Ldak;II)V
-
drawItem
- Mappings:
Namespace Name Mixin selector named drawItemLnet/minecraft/client/gui/DrawContext;drawItem(Lnet/minecraft/item/ItemStack;III)Vintermediary method_51428Lnet/minecraft/class_332;method_51428(Lnet/minecraft/class_1799;III)Vofficial aLftk;a(Ldak;III)V
-
drawItem
- Mappings:
Namespace Name Mixin selector named drawItemLnet/minecraft/client/gui/DrawContext;drawItem(Lnet/minecraft/item/ItemStack;IIII)Vintermediary method_51429Lnet/minecraft/class_332;method_51429(Lnet/minecraft/class_1799;IIII)Vofficial aLftk;a(Ldak;IIII)V
-
drawItemWithoutEntity
- Mappings:
Namespace Name Mixin selector named drawItemWithoutEntityLnet/minecraft/client/gui/DrawContext;drawItemWithoutEntity(Lnet/minecraft/item/ItemStack;II)Vintermediary method_51445Lnet/minecraft/class_332;method_51445(Lnet/minecraft/class_1799;II)Vofficial bLftk;b(Ldak;II)V
-
drawItemWithoutEntity
- Mappings:
Namespace Name Mixin selector named drawItemWithoutEntityLnet/minecraft/client/gui/DrawContext;drawItemWithoutEntity(Lnet/minecraft/item/ItemStack;III)Vintermediary method_55231Lnet/minecraft/class_332;method_55231(Lnet/minecraft/class_1799;III)Vofficial bLftk;b(Ldak;III)V
-
drawItem
- Mappings:
Namespace Name Mixin selector named drawItemLnet/minecraft/client/gui/DrawContext;drawItem(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/item/ItemStack;III)Vintermediary method_51423Lnet/minecraft/class_332;method_51423(Lnet/minecraft/class_1309;Lnet/minecraft/class_1799;III)Vofficial aLftk;a(Lbyf;Ldak;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 named drawItemLnet/minecraft/client/gui/DrawContext;drawItem(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;III)Vintermediary method_51424Lnet/minecraft/class_332;method_51424(Lnet/minecraft/class_1309;Lnet/minecraft/class_1937;Lnet/minecraft/class_1799;III)Vofficial aLftk;a(Lbyf;Ldkj;Ldak;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 named drawItemLnet/minecraft/client/gui/DrawContext;drawItem(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;IIII)Vintermediary method_51425Lnet/minecraft/class_332;method_51425(Lnet/minecraft/class_1309;Lnet/minecraft/class_1937;Lnet/minecraft/class_1799;IIII)Vofficial aLftk;a(Lbyf;Ldkj;Ldak;IIII)V
-
drawStackOverlay
- Mappings:
Namespace Name Mixin selector named drawStackOverlayLnet/minecraft/client/gui/DrawContext;drawStackOverlay(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/item/ItemStack;II)Vintermediary method_51431Lnet/minecraft/class_332;method_51431(Lnet/minecraft/class_327;Lnet/minecraft/class_1799;II)Vofficial aLftk;a(Lfti;Ldak;II)V
-
drawStackOverlay
public void drawStackOverlay(TextRenderer textRenderer, ItemStack stack, int x, int y, @Nullable @Nullable String stackCountText) - Mappings:
Namespace Name Mixin selector named drawStackOverlayLnet/minecraft/client/gui/DrawContext;drawStackOverlay(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/item/ItemStack;IILjava/lang/String;)Vintermediary method_51432Lnet/minecraft/class_332;method_51432(Lnet/minecraft/class_327;Lnet/minecraft/class_1799;IILjava/lang/String;)Vofficial aLftk;a(Lfti;Ldak;IILjava/lang/String;)V
-
drawItemTooltip
- Mappings:
Namespace Name Mixin selector named drawItemTooltipLnet/minecraft/client/gui/DrawContext;drawItemTooltip(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/item/ItemStack;II)Vintermediary method_51446Lnet/minecraft/class_332;method_51446(Lnet/minecraft/class_327;Lnet/minecraft/class_1799;II)Vofficial bLftk;b(Lfti;Ldak;II)V
-
drawTooltip
public void drawTooltip(TextRenderer textRenderer, List<Text> text, Optional<TooltipData> data, int x, int y) - Mappings:
Namespace Name Mixin selector named drawTooltipLnet/minecraft/client/gui/DrawContext;drawTooltip(Lnet/minecraft/client/font/TextRenderer;Ljava/util/List;Ljava/util/Optional;II)Vintermediary method_64038Lnet/minecraft/class_332;method_64038(Lnet/minecraft/class_327;Ljava/util/List;Ljava/util/Optional;II)Vofficial aLftk;a(Lfti;Ljava/util/List;Ljava/util/Optional;II)V
-
drawTooltip
public void drawTooltip(TextRenderer textRenderer, List<Text> text, Optional<TooltipData> data, int x, int y, @Nullable @Nullable Identifier texture) - Mappings:
Namespace Name Mixin selector named drawTooltipLnet/minecraft/client/gui/DrawContext;drawTooltip(Lnet/minecraft/client/font/TextRenderer;Ljava/util/List;Ljava/util/Optional;IILnet/minecraft/util/Identifier;)Vintermediary method_51437Lnet/minecraft/class_332;method_51437(Lnet/minecraft/class_327;Ljava/util/List;Ljava/util/Optional;IILnet/minecraft/class_2960;)Vofficial aLftk;a(Lfti;Ljava/util/List;Ljava/util/Optional;IILalr;)V
-
drawTooltip
- Mappings:
Namespace Name Mixin selector named drawTooltipLnet/minecraft/client/gui/DrawContext;drawTooltip(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Text;II)Vintermediary method_51438Lnet/minecraft/class_332;method_51438(Lnet/minecraft/class_327;Lnet/minecraft/class_2561;II)Vofficial aLftk;a(Lfti;Lxg;II)V
-
drawTooltip
public void drawTooltip(TextRenderer textRenderer, Text text, int x, int y, @Nullable @Nullable Identifier texture) - Mappings:
Namespace Name Mixin selector named drawTooltipLnet/minecraft/client/gui/DrawContext;drawTooltip(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Text;IILnet/minecraft/util/Identifier;)Vintermediary method_64235Lnet/minecraft/class_332;method_64235(Lnet/minecraft/class_327;Lnet/minecraft/class_2561;IILnet/minecraft/class_2960;)Vofficial aLftk;a(Lfti;Lxg;IILalr;)V
-
drawTooltip
- Mappings:
Namespace Name Mixin selector named drawTooltipLnet/minecraft/client/gui/DrawContext;drawTooltip(Lnet/minecraft/client/font/TextRenderer;Ljava/util/List;II)Vintermediary method_51434Lnet/minecraft/class_332;method_51434(Lnet/minecraft/class_327;Ljava/util/List;II)Vofficial aLftk;a(Lfti;Ljava/util/List;II)V
-
drawTooltip
public void drawTooltip(TextRenderer textRenderer, List<Text> text, int x, int y, @Nullable @Nullable Identifier texture) - Mappings:
Namespace Name Mixin selector named drawTooltipLnet/minecraft/client/gui/DrawContext;drawTooltip(Lnet/minecraft/client/font/TextRenderer;Ljava/util/List;IILnet/minecraft/util/Identifier;)Vintermediary method_64037Lnet/minecraft/class_332;method_64037(Lnet/minecraft/class_327;Ljava/util/List;IILnet/minecraft/class_2960;)Vofficial aLftk;a(Lfti;Ljava/util/List;IILalr;)V
-
drawOrderedTooltip
public void drawOrderedTooltip(TextRenderer textRenderer, List<? extends OrderedText> text, int x, int y) - Mappings:
Namespace Name Mixin selector named drawOrderedTooltipLnet/minecraft/client/gui/DrawContext;drawOrderedTooltip(Lnet/minecraft/client/font/TextRenderer;Ljava/util/List;II)Vintermediary method_51447Lnet/minecraft/class_332;method_51447(Lnet/minecraft/class_327;Ljava/util/List;II)Vofficial bLftk;b(Lfti;Ljava/util/List;II)V
-
drawOrderedTooltip
public void drawOrderedTooltip(TextRenderer textRenderer, List<? extends OrderedText> text, int x, int y, @Nullable @Nullable Identifier texture) - Mappings:
Namespace Name Mixin selector named drawOrderedTooltipLnet/minecraft/client/gui/DrawContext;drawOrderedTooltip(Lnet/minecraft/client/font/TextRenderer;Ljava/util/List;IILnet/minecraft/util/Identifier;)Vintermediary method_64236Lnet/minecraft/class_332;method_64236(Lnet/minecraft/class_327;Ljava/util/List;IILnet/minecraft/class_2960;)Vofficial bLftk;b(Lfti;Ljava/util/List;IILalr;)V
-
drawTooltip
public void drawTooltip(TextRenderer textRenderer, List<OrderedText> text, TooltipPositioner positioner, int x, int y) - Mappings:
Namespace Name Mixin selector named drawTooltipLnet/minecraft/client/gui/DrawContext;drawTooltip(Lnet/minecraft/client/font/TextRenderer;Ljava/util/List;Lnet/minecraft/client/gui/tooltip/TooltipPositioner;II)Vintermediary method_51436Lnet/minecraft/class_332;method_51436(Lnet/minecraft/class_327;Ljava/util/List;Lnet/minecraft/class_8000;II)Vofficial aLftk;a(Lfti;Ljava/util/List;Lgcd;II)V
-
drawTooltip
private void drawTooltip(TextRenderer textRenderer, List<TooltipComponent> components, int x, int y, TooltipPositioner positioner, @Nullable @Nullable Identifier texture) - Mappings:
Namespace Name Mixin selector named drawTooltipLnet/minecraft/client/gui/DrawContext;drawTooltip(Lnet/minecraft/client/font/TextRenderer;Ljava/util/List;IILnet/minecraft/client/gui/tooltip/TooltipPositioner;Lnet/minecraft/util/Identifier;)Vintermediary method_51435Lnet/minecraft/class_332;method_51435(Lnet/minecraft/class_327;Ljava/util/List;IILnet/minecraft/class_8000;Lnet/minecraft/class_2960;)Vofficial aLftk;a(Lfti;Ljava/util/List;IILgcd;Lalr;)V
-
drawItemBar
- Mappings:
Namespace Name Mixin selector named drawItemBarLnet/minecraft/client/gui/DrawContext;drawItemBar(Lnet/minecraft/item/ItemStack;II)Vintermediary method_64860Lnet/minecraft/class_332;method_64860(Lnet/minecraft/class_1799;II)Vofficial cLftk;c(Ldak;II)V
-
drawStackCount
private void drawStackCount(TextRenderer textRenderer, ItemStack stack, int x, int y, @Nullable @Nullable String stackCountText) - Mappings:
Namespace Name Mixin selector named drawStackCountLnet/minecraft/client/gui/DrawContext;drawStackCount(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/item/ItemStack;IILjava/lang/String;)Vintermediary method_64859Lnet/minecraft/class_332;method_64859(Lnet/minecraft/class_327;Lnet/minecraft/class_1799;IILjava/lang/String;)Vofficial bLftk;b(Lfti;Ldak;IILjava/lang/String;)V
-
drawCooldownProgress
- Mappings:
Namespace Name Mixin selector named drawCooldownProgressLnet/minecraft/client/gui/DrawContext;drawCooldownProgress(Lnet/minecraft/item/ItemStack;II)Vintermediary method_64861Lnet/minecraft/class_332;method_64861(Lnet/minecraft/class_1799;II)Vofficial dLftk;d(Ldak;II)V
-
drawHoverEvent
public void drawHoverEvent(TextRenderer textRenderer, @Nullable @Nullable Style style, int x, int y) - Mappings:
Namespace Name Mixin selector named drawHoverEventLnet/minecraft/client/gui/DrawContext;drawHoverEvent(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Style;II)Vintermediary method_51441Lnet/minecraft/class_332;method_51441(Lnet/minecraft/class_327;Lnet/minecraft/class_2583;II)Vofficial aLftk;a(Lfti;Lyd;II)V
-
draw
- Mappings:
Namespace Name Mixin selector named drawLnet/minecraft/client/gui/DrawContext;draw(Ljava/util/function/Consumer;)Vintermediary method_64039Lnet/minecraft/class_332;method_64039(Ljava/util/function/Consumer;)Vofficial aLftk;a(Ljava/util/function/Consumer;)V
-