| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.bukkit | |
| com.sk89q.worldedit.util |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LocalWorld.generateTree(TreeGenerator.TreeType type,
EditSession editSession,
Vector pt)
Generates a tree
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BukkitWorld.generateTree(TreeGenerator.TreeType type,
EditSession editSession,
Vector pt) |
static org.bukkit.TreeType |
BukkitWorld.toBukkitTreeType(TreeGenerator.TreeType type) |
| Modifier and Type | Method and Description |
|---|---|
static TreeGenerator.TreeType |
TreeGenerator.lookup(String type)
Looks up a tree type.
|
static TreeGenerator.TreeType |
TreeGenerator.TreeType.lookup(String name)
Return type from name.
|
static TreeGenerator.TreeType |
TreeGenerator.TreeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeGenerator.TreeType[] |
TreeGenerator.TreeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TreeGenerator(TreeGenerator.TreeType type)
Deprecated.
|
Copyright © 2010-2014. All Rights Reserved.