Package-level declarations
Types
Link copied to clipboard
Represents a property-type of a block state.
Link copied to clipboard
object DefaultBlockStateProperties
Link copied to clipboard
Link copied to clipboard
abstract class ScopedBlockStateProperty<T : Any>(val property: BlockStateProperty<T>, val values: Set<T>, val initializer: BlockStatePropertyInitializer<T>)
Represents a property-type of a block state, along with the allowed values.