GlobalTileEntityMenu

abstract inner class GlobalTileEntityMenu(texture: GuiTexture? = null) : TileEntity.TileEntityMenu

A menu for a TileEntity that uses the same instance for all players.

Constructors

Link copied to clipboard
constructor(texture: GuiTexture? = null)

Properties

Link copied to clipboard
abstract val gui: Gui
Link copied to clipboard
open val windowBuilder: Window.Builder<*, *>

Functions

Link copied to clipboard
open fun getTitle(): Component
Link copied to clipboard
open fun openWindow(player: Player)

Opens a Window to this menu for the specified player.