Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class EnumProperty<E : Enum<E>>(id: Key, enumClass: Class<E>) : BlockStateProperty<E>
Link copied to clipboard

Functions

Link copied to clipboard
inline fun <E : Enum<E>> EnumProperty(id: Key): EnumProperty<E>