Package-level declarations

Types

Link copied to clipboard
sealed interface ItemTypeWrapper : Keyed

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

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

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

Link copied to clipboard

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

Link copied to clipboard