PylonItemSchema

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

You should not need to use this if you are not working on Pylon Core.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun getKey(): NamespacedKey
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun key(): @NotNull Key
Link copied to clipboard
open fun onRegister(registry: PylonRegistry<*>)
Link copied to clipboard
open fun onUnregister(registry: PylonRegistry<*>)
Link copied to clipboard

Attempts to place the block associated with this item.