ChestBoatProperties

public final class ChestBoatProperties extends 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
public ChestBoatProperties ChestBoatProperties(String name, Identifier biome, Integer height, String variant)

Functions

Link copied to clipboard
Link copied to clipboard
public Integer getHeight()
Link copied to clipboard
public String getName()
Link copied to clipboard
public final String getVariant()

Properties

Link copied to clipboard
private final Identifier biome
Link copied to clipboard
private final Integer height
Link copied to clipboard
private final String name
Link copied to clipboard
private final String variant