Enum Class TreeType
- All Implemented Interfaces:
Serializable, Comparable<TreeType>, Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAcacia tree.Tree with large roots which grows above lush cavesRegular tree, extra tall with branchesBirch treeBig brown mushroom; tall and umbrella-likeCherry treeLarge plant native to The EndJungle tree with cocoa plants; 1 block wideLarge crimson fungus native to the netherDark Oak tree.Standard jungle tree; 4 blocks wide and tallSmall bush that grows in the jungleMangrove treeMega pine treeMega redwood tree; 4 blocks wide and tallPale oak treePale oak tree with a creaking heartBig red mushroom; short and fatRedwood tree, shaped like a pine treeSmaller jungle tree; 1 block wideSwamp tree (regular with vines on the side)Tall birch treeTall mangrove treeTall redwood tree with just a few leaves at the topRegular tree, no branchesLarge warped fungus native to the nether -
Method Summary
-
Enum Constant Details
-
TREE
-
BIG_TREE
-
REDWOOD
-
TALL_REDWOOD
Tall redwood tree with just a few leaves at the top- Since:
- 1.0.0
-
BIRCH
-
JUNGLE
-
SMALL_JUNGLE
-
COCOA_TREE
-
JUNGLE_BUSH
-
RED_MUSHROOM
-
BROWN_MUSHROOM
-
SWAMP
-
ACACIA
-
DARK_OAK
-
MEGA_REDWOOD
-
MEGA_PINE
-
TALL_BIRCH
-
CHORUS_PLANT
-
CRIMSON_FUNGUS
-
WARPED_FUNGUS
-
AZALEA
-
MANGROVE
-
TALL_MANGROVE
-
CHERRY
-
PALE_OAK
-
PALE_OAK_CREAKING
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-