KattonLevelBlockCollection

class KattonLevelBlockCollection(val level: Level)

Constructors

Link copied to clipboard
constructor(level: Level)

Properties

Link copied to clipboard
val level: Level

Functions

Link copied to clipboard
operator fun get(blockPos: BlockPos): Block
Link copied to clipboard
operator fun set(blockPos: BlockPos, block: Block)
operator fun set(start: BlockPos, end: BlockPos, block: Block)