ChestProperties

data class ChestProperties(val container: String, val texture: Identifier, val name: String?, val biome: Identifier?, val height: Int, val isLarge: Boolean, val isTrapped: Boolean, val isChristmas: Boolean, val isEnder: Boolean, val isBarrel: Boolean, val isMinecart: Boolean) : GeneralProperties(source)

Chest OptiFine container properties.

Parameters

isLarge

Whether a chest is large

isTrapped

Whether a chest is trapped

isChristmas

Whether now is Christmas

isEnder

Whether a chest is an ender chest

isBarrel

Whether a container is a barrel

isMinecart

Whether a container is a chest minecart

See also

Constructors

Link copied to clipboard
constructor(container: String, texture: Identifier, name: String?, biome: Identifier?, height: Int, isLarge: Boolean, isTrapped: Boolean, isChristmas: Boolean, isEnder: Boolean, isBarrel: Boolean, isMinecart: Boolean)

Properties

Link copied to clipboard
open override val biome: Identifier?
Link copied to clipboard
open override val container: String
Link copied to clipboard
open override val height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val name: String?
Link copied to clipboard
open override val texture: Identifier