| Modifier and Type | Method and Description |
|---|---|
BaseBiome |
EditSession.getBiome(Vector2D position) |
| Modifier and Type | Method and Description |
|---|---|
int |
EditSession.makeBiomeShape(Region region,
Vector zero,
Vector unit,
BaseBiome biomeType,
String expressionString,
boolean hollow) |
boolean |
EditSession.setBiome(Vector2D position,
BaseBiome biome) |
| Modifier and Type | Method and Description |
|---|---|
BaseBiome |
BukkitWorld.getBiome(Vector2D position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BukkitWorld.setBiome(Vector2D position,
BaseBiome biome) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenerationCommands.generateBiome(Player player,
LocalSession session,
EditSession editSession,
Region region,
BaseBiome target,
String expression,
boolean hollow,
boolean useRawCoords,
boolean offset,
boolean offsetCenter) |
void |
BiomeCommands.setBiome(Player player,
LocalSession session,
EditSession editSession,
BaseBiome target,
boolean atPosition) |
| Modifier and Type | Method and Description |
|---|---|
BaseBiome |
NullExtent.getBiome(Vector2D position) |
BaseBiome |
AbstractDelegateExtent.getBiome(Vector2D position) |
BaseBiome |
InputExtent.getBiome(Vector2D position)
Get the biome at the given location.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NullExtent.setBiome(Vector2D position,
BaseBiome biome) |
boolean |
OutputExtent.setBiome(Vector2D position,
BaseBiome biome)
Set the biome.
|
boolean |
AbstractDelegateExtent.setBiome(Vector2D position,
BaseBiome biome) |
| Modifier and Type | Method and Description |
|---|---|
BaseBiome |
BlockArrayClipboard.getBiome(Vector2D position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BlockArrayClipboard.setBiome(Vector2D position,
BaseBiome biome) |
| Constructor and Description |
|---|
BiomeReplace(Extent extent,
BaseBiome biome)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BaseBiome> |
BiomeMask2D.getBiomes()
Get the list of biomes that are tested with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BiomeMask2D.add(BaseBiome... biome)
Add the given biomes to the list of criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BiomeMask2D.add(Collection<BaseBiome> biomes)
Add the given biomes to the list of criteria.
|
| Constructor and Description |
|---|
BiomeMask2D(Extent extent,
BaseBiome... biome)
Create a new biome mask.
|
| Constructor and Description |
|---|
BiomeMask2D(Extent extent,
Collection<BaseBiome> biomes)
Create a new biome mask.
|
| Modifier and Type | Method and Description |
|---|---|
BaseBiome |
LocalWorldAdapter.getBiome(Vector2D position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LocalWorldAdapter.setBiome(Vector2D position,
BaseBiome biome) |
| Modifier and Type | Method and Description |
|---|---|
BaseBiome |
WorldEditBinding.getBiomeType(ArgumentStack context)
Gets an
BaseBiome from a ArgumentStack. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BaseBiome |
ArbitraryBiomeShape.getBiome(int x,
int z,
BaseBiome defaultBaseBiome)
Override this function to specify the shape to generate.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ArbitraryBiomeShape.generate(EditSession editSession,
BaseBiome baseBiome,
boolean hollow)
Generates the shape.
|
protected abstract BaseBiome |
ArbitraryBiomeShape.getBiome(int x,
int z,
BaseBiome defaultBaseBiome)
Override this function to specify the shape to generate.
|
| Modifier and Type | Method and Description |
|---|---|
BaseBiome |
NullWorld.getBiome(Vector2D position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NullWorld.setBiome(Vector2D position,
BaseBiome biome) |
| Modifier and Type | Method and Description |
|---|---|
static BaseBiome |
Biomes.findBiomeByName(Collection<BaseBiome> biomes,
String name,
BiomeRegistry registry)
Find a biome that matches the given input name.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseBiome |
Biomes.findBiomeByName(Collection<BaseBiome> biomes,
String name,
BiomeRegistry registry)
Find a biome that matches the given input name.
|
| Constructor and Description |
|---|
BaseBiome(BaseBiome biome)
Create a clone of the given biome.
|
| Modifier and Type | Method and Description |
|---|---|
BaseBiome |
NullBiomeRegistry.createFromId(int id) |
BaseBiome |
BiomeRegistry.createFromId(int id)
Create a new biome given its biome ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<BaseBiome> |
NullBiomeRegistry.getBiomes() |
List<BaseBiome> |
BiomeRegistry.getBiomes()
Get a list of available biomes.
|
| Modifier and Type | Method and Description |
|---|---|
BiomeData |
NullBiomeRegistry.getData(BaseBiome biome) |
BiomeData |
BiomeRegistry.getData(BaseBiome biome)
Get data about a biome.
|
Copyright © 2010-2014. All Rights Reserved.