Package-level declarations

Types

Link copied to clipboard

Welcome to the circus!

Link copied to clipboard
class PhantomBlock(val pdc: PersistentDataContainer, val erroredBlockKey: NamespacedKey, val block: Block) : PylonBlock

Phantom blocks are used where a block failed to load, or where a block errors and is unloaded.

Link copied to clipboard
open class PylonBlock

Represents a Pylon block in the world.

Link copied to clipboard
class PylonBlockSchema(key: NamespacedKey, val material: Material, blockClass: Class<out PylonBlock>) : Keyed

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