ChestBoatProperties

data class ChestBoatProperties(val container: String, val texture: Identifier, val name: String?, val biome: Identifier?, val height: Int, val variant: String) : GeneralProperties(source)

Chest boat OptiFine container properties.

Parameters

variant

The wood the boat is made of. Possible values: acacia, bamboo, birch, cherry, dark_oak, jungle, mangrove, oak, spruce

Constructors

Link copied to clipboard
constructor(container: String, texture: Identifier, name: String?, biome: Identifier?, height: Int, variant: String)

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
open override val name: String?
Link copied to clipboard
open override val texture: Identifier
Link copied to clipboard