Package-level declarations

Types

Link copied to clipboard
class BooleanProperty(id: ResourceLocation) : BlockStateProperty<Boolean>
Link copied to clipboard
class EnumProperty<E : Enum<E>>(id: ResourceLocation, enumClass: Class<E>) : BlockStateProperty<E>
Link copied to clipboard
class IntProperty(id: ResourceLocation) : BlockStateProperty<Int>

Functions

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