KattonLevelBlockStateCollection

class KattonLevelBlockStateCollection(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): BlockState
Link copied to clipboard
operator fun set(blockPos: BlockPos, blockState: BlockState)
operator fun set(start: BlockPos, end: BlockPos, blockState: BlockState)