Package org.bukkit
Enum Class TreeType
- All Implemented Interfaces:
Serializable
,Comparable<TreeType>
,Constable
Tree and organic structure types.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum 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
Regular tree, no branches -
BIG_TREE
Regular tree, extra tall with branches -
REDWOOD
Redwood tree, shaped like a pine tree -
TALL_REDWOOD
Tall redwood tree with just a few leaves at the top -
BIRCH
Birch tree -
JUNGLE
Standard jungle tree; 4 blocks wide and tall -
SMALL_JUNGLE
Smaller jungle tree; 1 block wide -
COCOA_TREE
Jungle tree with cocoa plants; 1 block wide -
JUNGLE_BUSH
Small bush that grows in the jungle -
RED_MUSHROOM
Big red mushroom; short and fat -
BROWN_MUSHROOM
Big brown mushroom; tall and umbrella-like -
SWAMP
Swamp tree (regular with vines on the side) -
ACACIA
Acacia tree. -
DARK_OAK
Dark Oak tree. -
MEGA_REDWOOD
Mega redwood tree; 4 blocks wide and tall -
MEGA_PINE
Mega pine tree -
TALL_BIRCH
Tall birch tree -
CHORUS_PLANT
Large plant native to The End -
CRIMSON_FUNGUS
Large crimson fungus native to the nether -
WARPED_FUNGUS
Large warped fungus native to the nether -
AZALEA
Tree with large roots which grows above lush caves -
MANGROVE
Mangrove tree -
TALL_MANGROVE
Tall mangrove tree -
CHERRY
Cherry tree -
PALE_OAK
Pale oak tree -
PALE_OAK_CREAKING
Pale oak tree with a creaking heart
-
-
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
-