MixinGuiContainer

Functions

Link copied to clipboard
abstract fun confirmClicked(result: Boolean, id: Int)
Link copied to clipboard
open fun drawContainer(mouseX: Int, mouseY: Int, partialTicks: Float, ci: CallbackInfo)
Link copied to clipboard
open fun drawContainerLast(mouseX: Int, mouseY: Int, partialTicks: Float, ci: CallbackInfo)
Link copied to clipboard
open fun drawRect(left: Int, top: Int, right: Int, bottom: Int, color: Int)
Link copied to clipboard
abstract fun drawScreen(mouseX: Int, mouseY: Int, partialTicks: Float)
Link copied to clipboard
open fun guiClicked(mouseX: Int, mouseY: Int, mouseButton: Int, ci: CallbackInfo)
Link copied to clipboard
open fun guiTyped(keyCode: Int, cir: CallbackInfoReturnable<Boolean>)

Properties

Link copied to clipboard
open var height: Int
Link copied to clipboard
open var inventorySlots: Container
Link copied to clipboard
open var mc: Minecraft
Link copied to clipboard
open var width: Int