ChestType

Indicates the type of chest a block this property is applied to represents.

This is used to help the client properly attach chest models, and combine adjacent chest blocks where necessary, for example, with the double chest, where adjacent chests need to be attached across blocks.

Entries

Link copied to clipboard

A single chest that is not connected to any other chest.

Link copied to clipboard

The left half of a double chest.

Link copied to clipboard

The right half of a double chest.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Gets the chest type opposite to this chest type.

Link copied to clipboard
fun valueOf(value: String): ChestType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard