| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.bukkit | |
| com.sk89q.worldedit.masks | |
| com.sk89q.worldedit.shape |
| Modifier and Type | Field and Description |
|---|---|
static BiomeType |
BiomeType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
BiomeType |
BiomeTypes.get(String name)
Returns the biome type for the given name
|
abstract BiomeType |
LocalWorld.getBiome(Vector2D pt)
Get biome type
|
| Modifier and Type | Method and Description |
|---|---|
List<BiomeType> |
BiomeTypes.all()
Returns a list of all available biome types.
|
| Modifier and Type | Method and Description |
|---|---|
int |
EditSession.makeBiomeShape(Region region,
Vector zero,
Vector unit,
BiomeType biomeType,
String expressionString,
boolean hollow) |
abstract void |
LocalWorld.setBiome(Vector2D pt,
BiomeType biome)
Set the biome type
|
| Modifier and Type | Class and Description |
|---|---|
class |
BukkitBiomeType |
| Modifier and Type | Method and Description |
|---|---|
BiomeType |
BukkitBiomeTypes.get(String name) |
BiomeType |
BukkitWorld.getBiome(Vector2D pt)
Get biome type
|
| Modifier and Type | Method and Description |
|---|---|
List<BiomeType> |
BukkitBiomeTypes.all() |
| Modifier and Type | Method and Description |
|---|---|
void |
BukkitWorld.setBiome(Vector2D pt,
BiomeType biome) |
| Constructor and Description |
|---|
BiomeTypeMask(Set<BiomeType> biomes) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BiomeType |
ArbitraryBiomeShape.getBiome(int x,
int z,
BiomeType defaultBiomeType)
Override this function to specify the shape to generate.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ArbitraryBiomeShape.generate(EditSession editSession,
BiomeType biomeType,
boolean hollow)
Generates the shape.
|
protected abstract BiomeType |
ArbitraryBiomeShape.getBiome(int x,
int z,
BiomeType defaultBiomeType)
Override this function to specify the shape to generate.
|
Copyright © 2010-2014. All Rights Reserved.