Package-level declarations

Types

Link copied to clipboard
@CataloguedBy(catalogue = Blocks::class)
interface Block : StateHolder<BlockState> , BlockLike, ItemLike, Translatable, Keyed

A block with certain properties.

Link copied to clipboard
interface BlockContainer

Something that contains blocks.

Link copied to clipboard
fun interface BlockLike

Something that could be represented as a block.

Link copied to clipboard
@Catalogue(type = Block::class)
object Blocks

This file is auto-generated. Do not edit this manually!

Link copied to clipboard
interface BlockSoundGroup

The sounds that a block will make when specific actions are taken, such as breaking it, stepping on it, or falling on it.

Link copied to clipboard

A state that a block may be in.

Link copied to clipboard

The reaction something will have when it is pushed.