createClientsideItemStack

abstract fun createClientsideItemStack(amount: Int): ItemStack

Creates a client-side ItemStack of this NovaItem with the specified amount.

Return

A client-side ItemStack of this NovaItem with the specified amount.

Parameters

amount

The amount of items in the stack.


open fun createClientsideItemStack(): ItemStack

Creates a client-side ItemStack of this NovaItem with the amount of 1.

Return

A client-side ItemStack of this NovaItem with the amount of 1.