| Modifier and Type | Method and Description |
|---|---|
boolean |
LocalWorld.generateTree(TreeGenerator.TreeType type,
EditSession editSession,
Vector pt)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegionCommands.forest(Player player,
EditSession editSession,
Region region,
TreeGenerator.TreeType type,
double density) |
void |
GenerationCommands.forestGen(Player player,
LocalSession session,
EditSession editSession,
int size,
TreeGenerator.TreeType type,
double density) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LocalWorldAdapter.generateTree(TreeGenerator.TreeType type,
EditSession editSession,
Vector position) |
| Modifier and Type | Method and Description |
|---|---|
TreeGenerator.TreeType |
WorldEditBinding.getTreeType(ArgumentStack context)
Gets an
TreeGenerator.TreeType from a ArgumentStack. |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NullWorld.generateTree(TreeGenerator.TreeType type,
EditSession editSession,
Vector position) |
boolean |
World.generateTree(TreeGenerator.TreeType type,
EditSession editSession,
Vector position)
Generate a tree at the given position.
|
Copyright © 2010-2014. All Rights Reserved.