PylonBlockSchema

class PylonBlockSchema(key: NamespacedKey, val material: Material, blockClass: Class<out PylonBlock>) : Keyed(source)

Stores information about a Pylon block type, including its key, material, and class.

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

Constructors

Link copied to clipboard
constructor(key: NamespacedKey, material: Material, blockClass: Class<out PylonBlock>)

Types

Link copied to clipboard
object Companion

Properties

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