empty

fun empty(item: () -> ItemStack = { XMaterial.GRAY_STAINED_GLASS_PANE.itemStack() .name("&7") .setGlowing(glowing = true) }): UiEntry

Creates an empty UiEntry

Parameters

item

the item that should be displayed. Defaults to a glowing gray stained-glass pane without name.