Package-level declarations

Types

Link copied to clipboard
sealed interface ItemTypeWrapper : Keyed

Allows the representation of both vanilla and Rebar items in a unified way.

Link copied to clipboard
open class RebarItem(val stack: ItemStack) : Keyed

RebarItems are wrappers around ItemStacks that allow you to easily add extra functionality.

Link copied to clipboard

Stores information about a Rebar item type, including its key, default ItemStack, class, and any associated blocks.

Link copied to clipboard