ReadonlyidentifierThe identifier of the block.
ReadonlynameThe human-readable name of the block.
ReadonlynamespaceThe namespace of the mod the block belongs to.
ReadonlytextureThe block's texture on all sides. This field is unavailable from blocks retrieved from BuiltinBlocks.
A Block is a registered PreBlock that has a namespace attached to it. Only use this to mutate the level.
Remarks
API functions will return different refrences for the same block. You must check the namespace and identifier instead of the actual object itself.