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 gcy
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static final record -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate final MinecraftClientprivate Cursorprivate final Matrix3x2fStackprivate final DrawContext.ScissorStackprivate final SpriteAtlasTextureprivate final SpriteHolderprivate final GuiRenderStateprivate final List<DrawContext.StrokedRectangle> -
Constructor Summary
ConstructorsModifierConstructorDescriptionDrawContext(MinecraftClient client, GuiRenderState state) privateDrawContext(MinecraftClient client, Matrix3x2fStack matrices, GuiRenderState state) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBannerResult(BannerFlagBlockModel bannerModel, DyeColor baseColor, BannerPatternsComponent resultBannerPatterns, int x1, int y1, int x2, int y2) voidaddBookModel(BookModel bookModel, Identifier texture, float scale, float open, float flip, int x1, int y1, int x2, int y2) voidaddEntity(EntityRenderState entityState, float scale, Vector3f translation, Quaternionf rotation, @Nullable Quaternionf overrideCameraAngle, int x1, int y1, int x2, int y2) voidaddPlayerSkin(PlayerEntityModel playerModel, Identifier texture, float scale, float xRotation, float yRotation, float yPivot, int x1, int y1, int x2, int y2) voidaddProfilerChart(List<ProfilerTiming> chartData, int x1, int y1, int x2, int y2) voidaddSign(Model.SinglePartModel model, float scale, WoodType woodType, int x1, int y1, int x2, int y2) voidvoidapplyCursorTo(Window window) voidvoidvoiddrawCenteredTextWithShadow(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) voidvoiddrawGuiTexture(RenderPipeline pipeline, Identifier sprite, int x, int y, int width, int height) voiddrawGuiTexture(RenderPipeline pipeline, Identifier sprite, int x, int y, int width, int height, float alpha) voiddrawGuiTexture(RenderPipeline pipeline, Identifier sprite, int x, int y, int width, int height, int color) voiddrawGuiTexture(RenderPipeline pipeline, Identifier sprite, int textureWidth, int textureHeight, int u, int v, int x, int y, int width, int height) voiddrawGuiTexture(RenderPipeline pipeline, Identifier sprite, int textureWidth, int textureHeight, int u, int v, int x, int y, int width, int height, int color) Draws a textured rectangle from a region in a gui texture.voiddrawHorizontalLine(int x1, int x2, int y, int color) voiddrawHoverEvent(TextRenderer textRenderer, @Nullable Style style, int x, int y) private voiddrawInnerSprite(RenderPipeline pipeline, 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) voiddrawItem(LivingEntity entity, ItemStack stack, int x, int y, int seed) voidvoidprivate 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) voiddrawMap(MapRenderState mapState) 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) voiddrawSelection(int x1, int y1, int x2, int y2) private voiddrawSpriteNineSliced(RenderPipeline pipeline, Sprite sprite, Scaling.NineSlice nineSlice, int x, int y, int width, int height, int color) private voiddrawSpriteRegion(RenderPipeline pipeline, Sprite sprite, int textureWidth, int textureHeight, int u, int v, int x, int y, int width, int height, int color) voiddrawSpriteStretched(RenderPipeline pipeline, Sprite sprite, int x, int y, int width, int height) voiddrawSpriteStretched(RenderPipeline pipeline, Sprite sprite, int x, int y, int width, int height, int color) private voiddrawSpriteTiled(RenderPipeline pipeline, 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) voiddrawStrokedRectangle(int x, int y, int width, int height, int color) voiddrawText(TextRenderer textRenderer, @Nullable String text, int x, int y, int color, boolean shadow) voiddrawText(TextRenderer textRenderer, OrderedText text, int x, int y, int color, boolean shadow) voiddrawText(TextRenderer textRenderer, Text text, int x, int y, int color, boolean shadow) voiddrawTexture(RenderPipeline pipeline, 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(RenderPipeline pipeline, 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(RenderPipeline pipeline, Identifier sprite, int x, int y, float u, float v, int width, int height, int regionWidth, int regionHeight, int textureWidth, int textureHeight) Draws a textured rectangle from a region in a 256x256 texture.voiddrawTexture(RenderPipeline pipeline, 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(RenderPipeline pipeline, GpuTextureView texture, int x1, int y1, int x2, int y2, float u1, float u2, float v1, float v2, int color) private voiddrawTexturedQuad(RenderPipeline pipeline, Identifier sprite, int x1, int x2, int y1, int y2, float u1, float u2, float v1, float v2, int color) voiddrawTexturedQuad(Identifier sprite, int x1, int y1, int x2, int y2, float u1, float u2, float v1, float v2) voiddrawTextWithBackground(TextRenderer textRenderer, Text text, int x, int y, int width, int color) voiddrawTextWithShadow(TextRenderer textRenderer, @Nullable String text, int x, int y, int color) voiddrawTextWithShadow(TextRenderer textRenderer, OrderedText text, int x, int y, int color) voiddrawTextWithShadow(TextRenderer textRenderer, Text text, int x, int y, int color) private voiddrawTiledTexturedQuad(RenderPipeline pipeline, GpuTextureView texture, int tileWidth, int tileHeight, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color) voiddrawTooltip(List<OrderedText> text, int x, int y) private voiddrawTooltip(TextRenderer textRenderer, List<TooltipComponent> components, int x, int y, TooltipPositioner positioner, @Nullable Identifier texture, boolean focused) voiddrawTooltip(TextRenderer textRenderer, List<OrderedText> text, TooltipPositioner positioner, int x, int y, boolean focused) 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) voiddrawTooltip(Text text, int x, int y) voiddrawTooltipImmediately(TextRenderer textRenderer, List<TooltipComponent> components, int x, int y, TooltipPositioner positioner, @Nullable Identifier texture) voiddrawVerticalLine(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(RenderPipeline pipeline, int x1, int y1, int x2, int y2, int color) voidfill(RenderPipeline pipeline, TextureSetup textureSetup, int x1, int y1, int x2, int y2) private voidfill(RenderPipeline pipeline, TextureSetup textureSetup, int x1, int y1, int x2, int y2, int color, @Nullable Integer color2) voidfillGradient(int startX, int startY, int endX, int endY, int colorStart, int colorEnd) intintprivate static ScalinggetScaling(Sprite sprite) booleanscissorContains(int x, int y) void
-
Field Details
-
BACKGROUND_MARGIN
private static final int BACKGROUND_MARGIN- See Also:
- Mappings:
Namespace Name Mixin selector named BACKGROUND_MARGINLnet/minecraft/client/gui/DrawContext;BACKGROUND_MARGIN:Iintermediary field_44655Lnet/minecraft/class_332;field_44655:Iofficial aLgcy;a: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 bLgcy;b:Lfzu;
-
matrices
- Mappings:
Namespace Name Mixin selector named matricesLnet/minecraft/client/gui/DrawContext;matrices:Lorg/joml/Matrix3x2fStack;intermediary field_44657Lnet/minecraft/class_332;field_44657:Lorg/joml/Matrix3x2fStack;official cLgcy;c:Lorg/joml/Matrix3x2fStack;
-
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 dLgcy;d:Lgcy$b;
-
spriteHolder
- Mappings:
Namespace Name Mixin selector named spriteHolderLnet/minecraft/client/gui/DrawContext;spriteHolder:Lnet/minecraft/client/texture/SpriteHolder;intermediary field_61531Lnet/minecraft/class_332;field_61531:Lnet/minecraft/class_11701;official eLgcy;e:Liei;
-
spriteAtlasTexture
- Mappings:
Namespace Name Mixin selector named spriteAtlasTextureLnet/minecraft/client/gui/DrawContext;spriteAtlasTexture:Lnet/minecraft/client/texture/SpriteAtlasTexture;intermediary field_61532Lnet/minecraft/class_332;field_61532:Lnet/minecraft/class_1059;official fLgcy;f:Licc;
-
state
- Mappings:
Namespace Name Mixin selector named stateLnet/minecraft/client/gui/DrawContext;state:Lnet/minecraft/client/gui/render/state/GuiRenderState;intermediary field_59826Lnet/minecraft/class_332;field_59826:Lnet/minecraft/class_11246;official gLgcy;g:Lgkj;
-
cursor
- Mappings:
Namespace Name Mixin selector named cursorLnet/minecraft/client/gui/DrawContext;cursor:Lnet/minecraft/client/gui/cursor/Cursor;intermediary field_62463Lnet/minecraft/class_332;field_62463:Lnet/minecraft/class_11875;official hLgcy;h:Lfsy;
-
tooltipDrawer
- Mappings:
Namespace Name Mixin selector named tooltipDrawerLnet/minecraft/client/gui/DrawContext;tooltipDrawer:Ljava/lang/Runnable;intermediary field_60305Lnet/minecraft/class_332;field_60305:Ljava/lang/Runnable;official iLgcy;i:Ljava/lang/Runnable;
-
strokedRectangles
- Mappings:
Namespace Name Mixin selector named strokedRectanglesLnet/minecraft/client/gui/DrawContext;strokedRectangles:Ljava/util/List;intermediary field_62001Lnet/minecraft/class_332;field_62001:Ljava/util/List;official jLgcy;j:Ljava/util/List;
-
-
Constructor Details
-
DrawContext
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/DrawContext;<init>(Lnet/minecraft/client/MinecraftClient;Lorg/joml/Matrix3x2fStack;Lnet/minecraft/client/gui/render/state/GuiRenderState;)Vintermediary <init>Lnet/minecraft/class_332;<init>(Lnet/minecraft/class_310;Lorg/joml/Matrix3x2fStack;Lnet/minecraft/class_11246;)Vofficial <init>Lgcy;<init>(Lfzu;Lorg/joml/Matrix3x2fStack;Lgkj;)V
-
DrawContext
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/DrawContext;<init>(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/gui/render/state/GuiRenderState;)Vintermediary <init>Lnet/minecraft/class_332;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_11246;)Vofficial <init>Lgcy;<init>(Lfzu;Lgkj;)V
-
-
Method Details
-
setCursor
- Mappings:
Namespace Name Mixin selector named setCursorLnet/minecraft/client/gui/DrawContext;setCursor(Lnet/minecraft/client/gui/cursor/Cursor;)Vintermediary method_74037Lnet/minecraft/class_332;method_74037(Lnet/minecraft/class_11875;)Vofficial aLgcy;a(Lfsy;)V
-
applyCursorTo
- Mappings:
Namespace Name Mixin selector named applyCursorToLnet/minecraft/client/gui/DrawContext;applyCursorTo(Lnet/minecraft/client/util/Window;)Vintermediary method_74036Lnet/minecraft/class_332;method_74036(Lnet/minecraft/class_1041;)Vofficial aLgcy;a(Lfsw;)V
-
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 aLgcy;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 bLgcy;b()I
-
createNewRootLayer
public void createNewRootLayer()- Mappings:
Namespace Name Mixin selector named createNewRootLayerLnet/minecraft/client/gui/DrawContext;createNewRootLayer()Vintermediary method_71048Lnet/minecraft/class_332;method_71048()Vofficial cLgcy;c()V
-
applyBlur
public void applyBlur()- Mappings:
Namespace Name Mixin selector named applyBlurLnet/minecraft/client/gui/DrawContext;applyBlur()Vintermediary method_71278Lnet/minecraft/class_332;method_71278()Vofficial dLgcy;d()V
-
getMatrices
- Mappings:
Namespace Name Mixin selector named getMatricesLnet/minecraft/client/gui/DrawContext;getMatrices()Lorg/joml/Matrix3x2fStack;intermediary method_51448Lnet/minecraft/class_332;method_51448()Lorg/joml/Matrix3x2fStack;official eLgcy;e()Lorg/joml/Matrix3x2fStack;
-
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_51738Lnet/minecraft/class_332;method_51738(IIII)Vofficial aLgcy;a(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_51742Lnet/minecraft/class_332;method_51742(IIII)Vofficial bLgcy;b(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 cLgcy;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 fLgcy;f()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 aLgcy;a(II)Z
-
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 aLgcy;a(IIIII)V
-
fill
- Mappings:
Namespace Name Mixin selector named fillLnet/minecraft/client/gui/DrawContext;fill(Lcom/mojang/blaze3d/pipeline/RenderPipeline;IIIII)Vintermediary method_48196Lnet/minecraft/class_332;method_48196(Lcom/mojang/blaze3d/pipeline/RenderPipeline;IIIII)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;IIIII)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 aLgcy;a(IIIIII)V
-
fill
public void fill(RenderPipeline pipeline, TextureSetup textureSetup, int x1, int y1, int x2, int y2) - Mappings:
Namespace Name Mixin selector named fillLnet/minecraft/client/gui/DrawContext;fill(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/client/texture/TextureSetup;IIII)Vintermediary method_51739Lnet/minecraft/class_332;method_51739(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_11231;IIII)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lgjt;IIII)V
-
fill
private void fill(RenderPipeline pipeline, TextureSetup textureSetup, int x1, int y1, int x2, int y2, int color, @Nullable @Nullable Integer color2) - Mappings:
Namespace Name Mixin selector named fillLnet/minecraft/client/gui/DrawContext;fill(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/client/texture/TextureSetup;IIIIILjava/lang/Integer;)Vintermediary method_70848Lnet/minecraft/class_332;method_70848(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_11231;IIIIILjava/lang/Integer;)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lgjt;IIIIILjava/lang/Integer;)V
-
drawSelection
public void drawSelection(int x1, int y1, int x2, int y2) - Mappings:
Namespace Name Mixin selector named drawSelectionLnet/minecraft/client/gui/DrawContext;drawSelection(IIII)Vintermediary method_72238Lnet/minecraft/class_332;method_72238(IIII)Vofficial dLgcy;d(IIII)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 aLgcy;a(Lgcv;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 aLgcy;a(Lgcv;Lxx;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 aLgcy;a(Lgcv;Lbep;III)V
-
drawTextWithShadow
public void 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)Vintermediary method_25303Lnet/minecraft/class_332;method_25303(Lnet/minecraft/class_327;Ljava/lang/String;III)Vofficial bLgcy;b(Lgcv;Ljava/lang/String;III)V
-
drawText
public void 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)Vintermediary method_51433Lnet/minecraft/class_332;method_51433(Lnet/minecraft/class_327;Ljava/lang/String;IIIZ)Vofficial aLgcy;a(Lgcv;Ljava/lang/String;IIIZ)V
-
drawTextWithShadow
public void drawTextWithShadow(TextRenderer textRenderer, OrderedText text, int x, int y, int color) - Mappings:
Namespace Name Mixin selector named drawTextWithShadowLnet/minecraft/client/gui/DrawContext;drawTextWithShadow(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/OrderedText;III)Vintermediary method_35720Lnet/minecraft/class_332;method_35720(Lnet/minecraft/class_327;Lnet/minecraft/class_5481;III)Vofficial bLgcy;b(Lgcv;Lbep;III)V
-
drawText
public void 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)Vintermediary method_51430Lnet/minecraft/class_332;method_51430(Lnet/minecraft/class_327;Lnet/minecraft/class_5481;IIIZ)Vofficial aLgcy;a(Lgcv;Lbep;IIIZ)V
-
drawTextWithShadow
- Mappings:
Namespace Name Mixin selector named drawTextWithShadowLnet/minecraft/client/gui/DrawContext;drawTextWithShadow(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Text;III)Vintermediary method_27535Lnet/minecraft/class_332;method_27535(Lnet/minecraft/class_327;Lnet/minecraft/class_2561;III)Vofficial bLgcy;b(Lgcv;Lxx;III)V
-
drawText
- Mappings:
Namespace Name Mixin selector named drawTextLnet/minecraft/client/gui/DrawContext;drawText(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Text;IIIZ)Vintermediary method_51439Lnet/minecraft/class_332;method_51439(Lnet/minecraft/class_327;Lnet/minecraft/class_2561;IIIZ)Vofficial aLgcy;a(Lgcv;Lxx;IIIZ)V
-
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 aLgcy;a(Lgcv;Lyd;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 aLgcy;a(Lgcv;Lyd;IIIIZ)V
-
drawTextWithBackground
public void 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)Vintermediary method_60649Lnet/minecraft/class_332;method_60649(Lnet/minecraft/class_327;Lnet/minecraft/class_2561;IIII)Vofficial aLgcy;a(Lgcv;Lxx;IIII)V
-
drawStrokedRectangle
public void drawStrokedRectangle(int x, int y, int width, int height, int color) - Mappings:
Namespace Name Mixin selector named drawStrokedRectangleLnet/minecraft/client/gui/DrawContext;drawStrokedRectangle(IIIII)Vintermediary method_73198Lnet/minecraft/class_332;method_73198(IIIII)Vofficial bLgcy;b(IIIII)V
-
drawGuiTexture
public void drawGuiTexture(RenderPipeline pipeline, Identifier sprite, int x, int y, int width, int height) - Mappings:
Namespace Name Mixin selector named drawGuiTextureLnet/minecraft/client/gui/DrawContext;drawGuiTexture(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/util/Identifier;IIII)Vintermediary method_52706Lnet/minecraft/class_332;method_52706(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_2960;IIII)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lamj;IIII)V
-
drawGuiTexture
public void drawGuiTexture(RenderPipeline pipeline, Identifier sprite, int x, int y, int width, int height, float alpha) - Mappings:
Namespace Name Mixin selector named drawGuiTextureLnet/minecraft/client/gui/DrawContext;drawGuiTexture(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/util/Identifier;IIIIF)Vintermediary method_71501Lnet/minecraft/class_332;method_71501(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_2960;IIIIF)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lamj;IIIIF)V
-
getScaling
- Mappings:
Namespace Name Mixin selector named getScalingLnet/minecraft/client/gui/DrawContext;getScaling(Lnet/minecraft/client/texture/Sprite;)Lnet/minecraft/client/texture/Scaling;intermediary method_72740Lnet/minecraft/class_332;method_72740(Lnet/minecraft/class_1058;)Lnet/minecraft/class_8690;official aLgcy;a(Licd;)Lidt;
-
drawGuiTexture
public void drawGuiTexture(RenderPipeline pipeline, Identifier sprite, int x, int y, int width, int height, int color) - Mappings:
Namespace Name Mixin selector named drawGuiTextureLnet/minecraft/client/gui/DrawContext;drawGuiTexture(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/util/Identifier;IIIII)Vintermediary method_52707Lnet/minecraft/class_332;method_52707(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_2960;IIIII)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lamj;IIIII)V
-
drawGuiTexture
public void drawGuiTexture(RenderPipeline pipeline, Identifier sprite, int textureWidth, int textureHeight, int u, int v, int x, int y, int width, int height) - Mappings:
Namespace Name Mixin selector named drawGuiTextureLnet/minecraft/client/gui/DrawContext;drawGuiTexture(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/util/Identifier;IIIIIIII)Vintermediary method_70846Lnet/minecraft/class_332;method_70846(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_2960;IIIIIIII)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lamj;IIIIIIII)V
-
drawGuiTexture
public void drawGuiTexture(RenderPipeline pipeline, Identifier sprite, int textureWidth, int textureHeight, int u, int v, int x, int y, int width, int height, int color) 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(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/util/Identifier;IIIIIIIII)Vintermediary method_52708Lnet/minecraft/class_332;method_52708(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_2960;IIIIIIIII)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lamj;IIIIIIIII)V
-
drawSpriteStretched
public void drawSpriteStretched(RenderPipeline pipeline, Sprite sprite, int x, int y, int width, int height) - Mappings:
Namespace Name Mixin selector named drawSpriteStretchedLnet/minecraft/client/gui/DrawContext;drawSpriteStretched(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/client/texture/Sprite;IIII)Vintermediary method_52709Lnet/minecraft/class_332;method_52709(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_1058;IIII)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Licd;IIII)V
-
drawSpriteStretched
public void drawSpriteStretched(RenderPipeline pipeline, Sprite sprite, int x, int y, int width, int height, int color) - Mappings:
Namespace Name Mixin selector named drawSpriteStretchedLnet/minecraft/client/gui/DrawContext;drawSpriteStretched(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/client/texture/Sprite;IIIII)Vintermediary method_52710Lnet/minecraft/class_332;method_52710(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_1058;IIIII)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Licd;IIIII)V
-
drawSpriteRegion
private void drawSpriteRegion(RenderPipeline pipeline, 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(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/client/texture/Sprite;IIIIIIIII)Vintermediary method_52711Lnet/minecraft/class_332;method_52711(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_1058;IIIIIIIII)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Licd;IIIIIIIII)V
-
drawSpriteNineSliced
private void drawSpriteNineSliced(RenderPipeline pipeline, 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(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/client/texture/Sprite;Lnet/minecraft/client/texture/Scaling$NineSlice;IIIII)Vintermediary method_52713Lnet/minecraft/class_332;method_52713(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_1058;Lnet/minecraft/class_8690$class_8691;IIIII)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Licd;Lidt$a;IIIII)V
-
drawInnerSprite
private void drawInnerSprite(RenderPipeline pipeline, 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(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/client/texture/Scaling$NineSlice;Lnet/minecraft/client/texture/Sprite;IIIIIIIIIII)Vintermediary method_64040Lnet/minecraft/class_332;method_64040(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_8690$class_8691;Lnet/minecraft/class_1058;IIIIIIIIIII)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lidt$a;Licd;IIIIIIIIIII)V
-
drawSpriteTiled
private void drawSpriteTiled(RenderPipeline pipeline, 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(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/client/texture/Sprite;IIIIIIIIIII)Vintermediary method_52712Lnet/minecraft/class_332;method_52712(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_1058;IIIIIIIIIII)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Licd;IIIIIIIIIII)V
-
drawTexture
public void drawTexture(RenderPipeline pipeline, 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(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/util/Identifier;IIFFIIIII)Vintermediary method_25291Lnet/minecraft/class_332;method_25291(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_2960;IIFFIIIII)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lamj;IIFFIIIII)V
-
drawTexture
public void drawTexture(RenderPipeline pipeline, 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(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/util/Identifier;IIFFIIII)Vintermediary method_25290Lnet/minecraft/class_332;method_25290(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_2960;IIFFIIII)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lamj;IIFFIIII)V
-
drawTexture
public void drawTexture(RenderPipeline pipeline, Identifier sprite, int x, int y, float u, float v, int width, int height, int regionWidth, 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(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/util/Identifier;IIFFIIIIII)Vintermediary method_25302Lnet/minecraft/class_332;method_25302(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_2960;IIFFIIIIII)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lamj;IIFFIIIIII)V
-
drawTexture
public void drawTexture(RenderPipeline pipeline, 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(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/util/Identifier;IIFFIIIIIII)Vintermediary method_25293Lnet/minecraft/class_332;method_25293(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_2960;IIFFIIIIIII)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lamj;IIFFIIIIIII)V
-
drawTexturedQuad
public void drawTexturedQuad(Identifier sprite, int x1, int y1, int x2, int y2, float u1, float u2, float v1, float v2) - Mappings:
Namespace Name Mixin selector named drawTexturedQuadLnet/minecraft/client/gui/DrawContext;drawTexturedQuad(Lnet/minecraft/util/Identifier;IIIIFFFF)Vintermediary method_70845Lnet/minecraft/class_332;method_70845(Lnet/minecraft/class_2960;IIIIFFFF)Vofficial aLgcy;a(Lamj;IIIIFFFF)V
-
drawTexturedQuad
private void drawTexturedQuad(RenderPipeline pipeline, 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(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/util/Identifier;IIIIFFFFI)Vintermediary method_25295Lnet/minecraft/class_332;method_25295(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_2960;IIIIFFFFI)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lamj;IIIIFFFFI)V
-
drawTexturedQuad
private void drawTexturedQuad(RenderPipeline pipeline, GpuTextureView texture, int x1, int y1, int x2, int y2, float u1, float u2, float v1, float v2, int color) - Mappings:
Namespace Name Mixin selector named drawTexturedQuadLnet/minecraft/client/gui/DrawContext;drawTexturedQuad(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lcom/mojang/blaze3d/textures/GpuTextureView;IIIIFFFFI)Vintermediary method_70847Lnet/minecraft/class_332;method_70847(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lcom/mojang/blaze3d/textures/GpuTextureView;IIIIFFFFI)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lcom/mojang/blaze3d/textures/GpuTextureView;IIIIFFFFI)V
-
drawTiledTexturedQuad
private void drawTiledTexturedQuad(RenderPipeline pipeline, GpuTextureView texture, int tileWidth, int tileHeight, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color) - Mappings:
Namespace Name Mixin selector named drawTiledTexturedQuadLnet/minecraft/client/gui/DrawContext;drawTiledTexturedQuad(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lcom/mojang/blaze3d/textures/GpuTextureView;IIIIIIFFFFI)Vintermediary method_74707Lnet/minecraft/class_332;method_74707(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lcom/mojang/blaze3d/textures/GpuTextureView;IIIIIIFFFFI)Vofficial aLgcy;a(Lcom/mojang/blaze3d/pipeline/RenderPipeline;Lcom/mojang/blaze3d/textures/GpuTextureView;IIIIIIFFFFI)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 aLgcy;a(Ldhk;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 aLgcy;a(Ldhk;III)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 bLgcy;b(Ldhk;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 bLgcy;b(Ldhk;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 aLgcy;a(Lcer;Ldhk;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_51425Lnet/minecraft/class_332;method_51425(Lnet/minecraft/class_1309;Lnet/minecraft/class_1937;Lnet/minecraft/class_1799;III)Vofficial aLgcy;a(Lcer;Ldrl;Ldhk;III)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 aLgcy;a(Lgcv;Ldhk;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 aLgcy;a(Lgcv;Ldhk;IILjava/lang/String;)V
-
drawTooltip
- Mappings:
Namespace Name Mixin selector named drawTooltipLnet/minecraft/client/gui/DrawContext;drawTooltip(Lnet/minecraft/text/Text;II)Vintermediary method_71276Lnet/minecraft/class_332;method_71276(Lnet/minecraft/class_2561;II)Vofficial aLgcy;a(Lxx;II)V
-
drawTooltip
- Mappings:
Namespace Name Mixin selector named drawTooltipLnet/minecraft/client/gui/DrawContext;drawTooltip(Ljava/util/List;II)Vintermediary method_71274Lnet/minecraft/class_332;method_71274(Ljava/util/List;II)Vofficial aLgcy;a(Ljava/util/List;II)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 bLgcy;b(Lgcv;Ldhk;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 aLgcy;a(Lgcv;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 aLgcy;a(Lgcv;Ljava/util/List;Ljava/util/Optional;IILamj;)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 aLgcy;a(Lgcv;Lxx;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 aLgcy;a(Lgcv;Lxx;IILamj;)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 aLgcy;a(Lgcv;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 aLgcy;a(Lgcv;Ljava/util/List;IILamj;)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 bLgcy;b(Lgcv;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 bLgcy;b(Lgcv;Ljava/util/List;IILamj;)V
-
drawTooltip
public void drawTooltip(TextRenderer textRenderer, List<OrderedText> text, TooltipPositioner positioner, int x, int y, boolean focused) - 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;IIZ)Vintermediary method_51436Lnet/minecraft/class_332;method_51436(Lnet/minecraft/class_327;Ljava/util/List;Lnet/minecraft/class_8000;IIZ)Vofficial aLgcy;a(Lgcv;Ljava/util/List;Lgpk;IIZ)V
-
drawTooltip
private void drawTooltip(TextRenderer textRenderer, List<TooltipComponent> components, int x, int y, TooltipPositioner positioner, @Nullable @Nullable Identifier texture, boolean focused) - 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;Z)Vintermediary method_71273Lnet/minecraft/class_332;method_71273(Lnet/minecraft/class_327;Ljava/util/List;IILnet/minecraft/class_8000;Lnet/minecraft/class_2960;Z)Vofficial aLgcy;a(Lgcv;Ljava/util/List;IILgpk;Lamj;Z)V
-
drawTooltipImmediately
public void drawTooltipImmediately(TextRenderer textRenderer, List<TooltipComponent> components, int x, int y, TooltipPositioner positioner, @Nullable @Nullable Identifier texture) - Mappings:
Namespace Name Mixin selector named drawTooltipImmediatelyLnet/minecraft/client/gui/DrawContext;drawTooltipImmediately(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 aLgcy;a(Lgcv;Ljava/util/List;IILgpk;Lamj;)V
-
drawDeferredElements
public void drawDeferredElements()- Mappings:
Namespace Name Mixin selector named drawDeferredElementsLnet/minecraft/client/gui/DrawContext;drawDeferredElements()Vintermediary method_73199Lnet/minecraft/class_332;method_73199()Vofficial gLgcy;g()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 cLgcy;c(Ldhk;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 bLgcy;b(Lgcv;Ldhk;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 dLgcy;d(Ldhk;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 aLgcy;a(Lgcv;Lyv;II)V
-
drawMap
- Mappings:
Namespace Name Mixin selector named drawMapLnet/minecraft/client/gui/DrawContext;drawMap(Lnet/minecraft/client/render/MapRenderState;)Vintermediary method_70857Lnet/minecraft/class_332;method_70857(Lnet/minecraft/class_10090;)Vofficial aLgcy;a(Libl;)V
-
addEntity
public void addEntity(EntityRenderState entityState, float scale, Vector3f translation, Quaternionf rotation, @Nullable @Nullable Quaternionf overrideCameraAngle, int x1, int y1, int x2, int y2) - Mappings:
Namespace Name Mixin selector named addEntityLnet/minecraft/client/gui/DrawContext;addEntity(Lnet/minecraft/client/render/entity/state/EntityRenderState;FLorg/joml/Vector3f;Lorg/joml/Quaternionf;Lorg/joml/Quaternionf;IIII)Vintermediary method_70856Lnet/minecraft/class_332;method_70856(Lnet/minecraft/class_10017;FLorg/joml/Vector3f;Lorg/joml/Quaternionf;Lorg/joml/Quaternionf;IIII)Vofficial aLgcy;a(Lhuj;FLorg/joml/Vector3f;Lorg/joml/Quaternionf;Lorg/joml/Quaternionf;IIII)V
-
addPlayerSkin
public void addPlayerSkin(PlayerEntityModel playerModel, Identifier texture, float scale, float xRotation, float yRotation, float yPivot, int x1, int y1, int x2, int y2) - Mappings:
Namespace Name Mixin selector named addPlayerSkinLnet/minecraft/client/gui/DrawContext;addPlayerSkin(Lnet/minecraft/client/render/entity/model/PlayerEntityModel;Lnet/minecraft/util/Identifier;FFFFIIII)Vintermediary method_70854Lnet/minecraft/class_332;method_70854(Lnet/minecraft/class_591;Lnet/minecraft/class_2960;FFFFIIII)Vofficial aLgcy;a(Lgwl;Lamj;FFFFIIII)V
-
addBookModel
public void addBookModel(BookModel bookModel, Identifier texture, float scale, float open, float flip, int x1, int y1, int x2, int y2) - Mappings:
Namespace Name Mixin selector named addBookModelLnet/minecraft/client/gui/DrawContext;addBookModel(Lnet/minecraft/client/render/entity/model/BookModel;Lnet/minecraft/util/Identifier;FFFIIII)Vintermediary method_70852Lnet/minecraft/class_332;method_70852(Lnet/minecraft/class_557;Lnet/minecraft/class_2960;FFFIIII)Vofficial aLgcy;a(Lgug;Lamj;FFFIIII)V
-
addBannerResult
public void addBannerResult(BannerFlagBlockModel bannerModel, DyeColor baseColor, BannerPatternsComponent resultBannerPatterns, int x1, int y1, int x2, int y2) - Mappings:
Namespace Name Mixin selector named addBannerResultLnet/minecraft/client/gui/DrawContext;addBannerResult(Lnet/minecraft/client/render/block/entity/model/BannerFlagBlockModel;Lnet/minecraft/util/DyeColor;Lnet/minecraft/component/type/BannerPatternsComponent;IIII)Vintermediary method_70855Lnet/minecraft/class_332;method_70855(Lnet/minecraft/class_10377;Lnet/minecraft/class_1767;Lnet/minecraft/class_9307;IIII)Vofficial aLgcy;a(Lgtx;Ldgi;Lefr;IIII)V
-
addSign
public void addSign(Model.SinglePartModel model, float scale, WoodType woodType, int x1, int y1, int x2, int y2) - Mappings:
Namespace Name Mixin selector named addSignLnet/minecraft/client/gui/DrawContext;addSign(Lnet/minecraft/client/model/Model$SinglePartModel;FLnet/minecraft/block/WoodType;IIII)Vintermediary method_70853Lnet/minecraft/class_332;method_70853(Lnet/minecraft/class_3879$class_9948;FLnet/minecraft/class_4719;IIII)Vofficial aLgcy;a(Lgwb$a;FLekw;IIII)V
-
addProfilerChart
- Mappings:
Namespace Name Mixin selector named addProfilerChartLnet/minecraft/client/gui/DrawContext;addProfilerChart(Ljava/util/List;IIII)Vintermediary method_70858Lnet/minecraft/class_332;method_70858(Ljava/util/List;IIII)Vofficial aLgcy;a(Ljava/util/List;IIII)V
-
getSprite
- Mappings:
Namespace Name Mixin selector named getSpriteLnet/minecraft/client/gui/DrawContext;getSprite(Lnet/minecraft/client/util/SpriteIdentifier;)Lnet/minecraft/client/texture/Sprite;intermediary method_72741Lnet/minecraft/class_332;method_72741(Lnet/minecraft/class_4730;)Lnet/minecraft/class_1058;official aLgcy;a(Lieh;)Licd;
-