Uses of Enum Class
net.minecraft.client.gui.DrawContext.GuiType
Packages that use DrawContext.GuiType
-
Uses of DrawContext.GuiType in net.minecraft.client.gui
Methods in net.minecraft.client.gui that return DrawContext.GuiTypeModifier and TypeMethodDescriptionstatic DrawContext.GuiTypeReturns the enum constant of this class with the specified name.static DrawContext.GuiType[]DrawContext.GuiType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui with parameters of type DrawContext.GuiTypeModifier and TypeMethodDescriptionvoidDrawContext.drawStackOverlay(DrawContext.GuiType guiType, TextRenderer textRenderer, ItemStack stack, int x, int y) voidDrawContext.drawStackOverlay(DrawContext.GuiType guiType, TextRenderer textRenderer, ItemStack stack, int x, int y, @Nullable String stackCountText)