MixinGuiMainMenu

abstract class MixinGuiMainMenu : GuiScreen, GuiYesNoCallback

Functions

Link copied to clipboard
open fun confirmClicked(result: Boolean, id: Int)
Link copied to clipboard
Link copied to clipboard
open fun drawBackground(tint: Int)
Link copied to clipboard
open fun drawCenteredString(fontRendererIn: FontRenderer, text: String, x: Int, y: Int, color: Int)
Link copied to clipboard
Link copied to clipboard
open fun drawModalRectWithCustomSizedTexture(x: Int, y: Int, u: Float, v: Float, width: Int, height: Int, textureWidth: Float, textureHeight: Float)
Link copied to clipboard
open fun drawRect(left: Int, top: Int, right: Int, bottom: Int, color: Int)
Link copied to clipboard
open fun drawScaledCustomSizeModalRect(x: Int, y: Int, u: Float, v: Float, uWidth: Int, vHeight: Int, width: Int, height: Int, tileWidth: Float, tileHeight: Float)
Link copied to clipboard
open fun drawScreen(mouseX: Int, mouseY: Int, partialTicks: Float)
Link copied to clipboard
open fun drawString(fontRendererIn: FontRenderer, text: String, x: Int, y: Int, color: Int)
Link copied to clipboard
open fun drawTexturedModalRect(x: Int, y: Int, textureX: Int, textureY: Int, width: Int, height: Int)
Link copied to clipboard
open fun drawWorldBackground(tint: Int)
Link copied to clipboard
Link copied to clipboard
open fun handleInput()
Link copied to clipboard
Link copied to clipboard
open fun handleMouseInput()
Link copied to clipboard
open fun initGui()
Link copied to clipboard
open fun initMainMenu(callbackInfo: CallbackInfo)
Link copied to clipboard
open fun isAltKeyDown(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun isKeyComboCtrlA(keyID: Int): Boolean
Link copied to clipboard
open fun isKeyComboCtrlC(keyID: Int): Boolean
Link copied to clipboard
open fun isKeyComboCtrlV(keyID: Int): Boolean
Link copied to clipboard
open fun isKeyComboCtrlX(keyID: Int): Boolean
Link copied to clipboard
Link copied to clipboard
open fun onGuiClosed()
Link copied to clipboard
open fun onResize(mcIn: Minecraft, w: Int, h: Int)
Link copied to clipboard
open fun sendChatMessage(msg: String)
Link copied to clipboard
open fun setClipboardString(copyText: String)
Link copied to clipboard
open fun setGuiSize(w: Int, h: Int)
Link copied to clipboard
open fun setWorldAndResolution(mc: Minecraft, width: Int, height: Int)
Link copied to clipboard
open fun updateScreen()

Properties

Link copied to clipboard
Link copied to clipboard
open var height: Int
Link copied to clipboard
val icons: ResourceLocation
Link copied to clipboard
open var mc: Minecraft
Link copied to clipboard
val optionsBackground: ResourceLocation
Link copied to clipboard
val statIcons: ResourceLocation
Link copied to clipboard
open var width: Int