Companion

Functions

Link copied to clipboard
fun of(stack: ItemStack?): Item
fun of(choice: RecipeChoice?): Item
fun of(vararg stacks: ItemStack): ItemButton
fun of(stacks: List<ItemStack>, preDisplayDecorator: (ItemStack, Player) -> ItemStack = { stack, _ -> stack }): ItemButton
fun of(stack: ItemStack, preDisplayDecorator: (ItemStack, Player) -> ItemStack): ItemButton
fun of(stack: ItemStack?, preDisplayDecorator: (ItemStack, Player) -> ItemStack): Item