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) : RebarBlock, RebarBreakHandler
Phantom blocks are used where a block failed to load, or where a block errors and is unloaded.
Link copied to clipboard
Represents a Rebar block in the world.
Link copied to clipboard
class RebarBlockSchema(key: NamespacedKey, val material: Material, val blockClass: Class<out RebarBlock>) : Keyed
Stores information about a Rebar block type, including its key, material, and class.