Chest Properties
data class ChestProperties @JvmOverloads constructor(val container: Identifier, val name: String?, val biome: Identifier?, val height: Int, val isLarge: Boolean, val date: LocalDate = LocalDate.now(), val comparatorOutput: Int) : CommonProperties, ComparatorProperties(source)
Properties for chests and trapped chests.
Parameters
is Large
Whether a chest is large
Constructors
Link copied to clipboard
constructor(container: Identifier, name: String?, biome: Identifier?, height: Int, isLarge: Boolean, date: LocalDate = LocalDate.now(), comparatorOutput: Int)