Chest Boat Properties
data class ChestBoatProperties @JvmOverloads constructor(val container: Identifier, val name: String?, val biome: Identifier?, val height: Int, val variant: String, val date: LocalDate = LocalDate.now()) : CommonProperties(source)
Properties for chest boats.
Parameters
variant
The variant of the chest boat: acacia
, bamboo
, birch
, dark_oak
, jungle
, mangrove
, oak
, or spruce
Constructors
Link copied to clipboard
constructor(container: Identifier, name: String?, biome: Identifier?, height: Int, variant: String, date: LocalDate = LocalDate.now())