TreeType

public enum TreeType

Tree and organic structure types.

Entries

Link copied to clipboard

Regular tree, no branches

Link copied to clipboard

Regular tree, extra tall with branches

Link copied to clipboard

Redwood tree, shaped like pine tree

Link copied to clipboard

Tall redwood tree with just few leaves at the top

Link copied to clipboard

Birch tree

Link copied to clipboard

Standard jungle tree; 4 blocks wide and tall

Link copied to clipboard

Smaller jungle tree; 1 block wide

Link copied to clipboard

Jungle tree with cocoa plants; 1 block wide

Link copied to clipboard

Small bush that grows in the jungle

Link copied to clipboard

Big red mushroom; short and fat

Link copied to clipboard

Big brown mushroom; tall and umbrella-like

Link copied to clipboard

Swamp tree (regular with vines on the side)

Link copied to clipboard

Acacia tree.

Link copied to clipboard

Dark Oak tree.

Link copied to clipboard

Mega redwood tree; 4 blocks wide and tall

Link copied to clipboard

Tall birch tree

Functions

Link copied to clipboard
public static TreeType 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<TreeType> 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.