Package org.bukkit
Enum TreeType
- All Implemented Interfaces:
- Serializable,- Comparable<TreeType>,- java.lang.constant.Constable
Tree and organic structure types.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionAcacia tree.Tree with large roots which grows above lush cavesRegular tree, extra tall with branchesBirch treeBig brown mushroom; tall and umbrella-likeLarge 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 jungleMega redwood tree; 4 blocks wide and tallBig 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 redwood tree with just a few leaves at the topRegular tree, no branchesLarge warped fungus native to the nether
- 
Method Summary
- 
Enum Constant Details- 
TREERegular tree, no branches
- 
BIG_TREERegular tree, extra tall with branches
- 
REDWOODRedwood tree, shaped like a pine tree
- 
TALL_REDWOODTall redwood tree with just a few leaves at the top
- 
BIRCHBirch tree
- 
JUNGLEStandard jungle tree; 4 blocks wide and tall
- 
SMALL_JUNGLESmaller jungle tree; 1 block wide
- 
COCOA_TREEJungle tree with cocoa plants; 1 block wide
- 
JUNGLE_BUSHSmall bush that grows in the jungle
- 
RED_MUSHROOMBig red mushroom; short and fat
- 
BROWN_MUSHROOMBig brown mushroom; tall and umbrella-like
- 
SWAMPSwamp tree (regular with vines on the side)
- 
ACACIAAcacia tree.
- 
DARK_OAKDark Oak tree.
- 
MEGA_REDWOODMega redwood tree; 4 blocks wide and tall
- 
TALL_BIRCHTall birch tree
- 
CHORUS_PLANTLarge plant native to The End
- 
CRIMSON_FUNGUSLarge crimson fungus native to the nether
- 
WARPED_FUNGUSLarge warped fungus native to the nether
- 
AZALEATree with large roots which grows above lush caves
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
 
- 
valueOfReturns 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.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 
-