TreeSpecies

public enum TreeSpecies

Represents the different species of trees regardless of size.

Entries

Link copied to clipboard

Represents the common tree species.

Link copied to clipboard

Represents the darker barked/leaved tree species.

Link copied to clipboard

Represents birches.

Link copied to clipboard

Represents jungle trees.

Link copied to clipboard

Represents acacia trees.

Link copied to clipboard

Represents dark oak trees.

Properties

Link copied to clipboard
public final byte data

Functions

Link copied to clipboard
public static TreeSpecies valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<TreeSpecies> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.