Package-level declarations

Types

Link copied to clipboard
abstract class BlockStateProperty<T : Any>(val id: ResourceLocation)

Represents a property-type of a block state.

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.