| Modifier and Type | Class and Description |
|---|---|
class |
LocalWorld
Deprecated.
Replace with
World wherever appropriate |
| Modifier and Type | Field and Description |
|---|---|
protected World |
EditSession.world |
| Modifier and Type | Method and Description |
|---|---|
World |
LocalSession.getSelectionWorld()
Get the selection world.
|
World |
EditSession.getWorld()
Get the world.
|
| Modifier and Type | Method and Description |
|---|---|
EditSession |
EditSessionFactory.getEditSession(World world,
int maxBlocks)
Construct an edit session with a maximum number of blocks.
|
EditSession |
EditSessionFactory.getEditSession(World world,
int maxBlocks,
BlockBag blockBag)
Construct an edit session with a maximum number of blocks and a block bag.
|
EditSession |
EditSessionFactory.getEditSession(World world,
int maxBlocks,
BlockBag blockBag,
Player player)
Construct an edit session with a maximum number of blocks and a block bag.
|
EditSession |
EditSessionFactory.getEditSession(World world,
int maxBlocks,
Player player)
Construct an edit session with a maximum number of blocks.
|
RegionSelector |
LocalSession.getRegionSelector(World world)
Get the region selector for defining the selection.
|
Region |
LocalSession.getSelection(World world)
Get the selection region.
|
boolean |
LocalSession.isSelectionDefined(World world)
Returns true if the region is fully defined for the specified world.
|
void |
LocalSession.setRegionSelector(World world,
RegionSelector selector)
Set the region selector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BukkitWorld |
| Modifier and Type | Method and Description |
|---|---|
BukkitWorld |
BukkitServerInterface.matchWorld(World world) |
| Modifier and Type | Method and Description |
|---|---|
World |
Player.getWorld()
Return the world that the player is on.
|
| Modifier and Type | Method and Description |
|---|---|
World |
EditSessionEvent.getWorld()
Get the world.
|
| Constructor and Description |
|---|
EditSessionEvent(World world,
Actor actor,
int maxBlocks,
EditSession.Stage stage)
Create a new event.
|
| Modifier and Type | Method and Description |
|---|---|
World |
ParserContext.getWorld()
Get the
World set on this context. |
World |
ParserContext.requireWorld()
Get the
World set on this context. |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserContext.setWorld(World world)
Set the world.
|
| Modifier and Type | Method and Description |
|---|---|
World |
PlatformManager.getWorldForEditing(World base)
Given a world, possibly return the same world but using a different
platform preferred for world editing operations.
|
World |
Platform.matchWorld(World world)
Create a duplicate of the given world.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends World> |
AbstractPlatform.getWorlds() |
List<? extends World> |
Platform.getWorlds()
Get a list of available or loaded worlds.
|
| Modifier and Type | Method and Description |
|---|---|
World |
PlatformManager.getWorldForEditing(World base)
Given a world, possibly return the same world but using a different
platform preferred for world editing operations.
|
World |
Platform.matchWorld(World world)
Create a duplicate of the given world.
|
| Constructor and Description |
|---|
DataValidatorExtent(Extent extent,
World world)
Create a new instance.
|
| Constructor and Description |
|---|
BlockQuirkExtent(Extent extent,
World world)
Create a new instance.
|
ChunkLoadingExtent(Extent extent,
World world)
Create a new instance with chunk loading enabled.
|
ChunkLoadingExtent(Extent extent,
World world,
boolean enabled)
Create a new instance.
|
FastModeExtent(World world)
Create a new instance with fast mode enabled.
|
FastModeExtent(World world,
boolean enabled)
Create a new instance.
|
SurvivalModeExtent(Extent extent,
World world)
Create a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalWorldAdapter
Wraps
Worlds into LocalWorld. |
| Modifier and Type | Method and Description |
|---|---|
World |
ServerInterfaceAdapter.matchWorld(World world) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends World> |
ServerInterfaceAdapter.getWorlds() |
| Modifier and Type | Method and Description |
|---|---|
static LocalWorldAdapter |
LocalWorldAdapter.adapt(World world) |
World |
ServerInterfaceAdapter.matchWorld(World world) |
| Modifier and Type | Field and Description |
|---|---|
protected World |
AbstractRegion.world |
| Modifier and Type | Method and Description |
|---|---|
World |
NullRegion.getWorld() |
World |
RegionSelector.getWorld()
Get the world for the region selector.
|
World |
AbstractRegion.getWorld() |
World |
Region.getWorld()
Sets the world that the selection is in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NullRegion.setWorld(World world) |
void |
RegionSelector.setWorld(World world)
Set the world for the region selector.
|
void |
AbstractRegion.setWorld(World world) |
void |
Region.setWorld(World world)
Sets the world that the selection is in.
|
| Constructor and Description |
|---|
AbstractRegion(World world) |
ConvexPolyhedralRegion(World world)
Constructs an empty mesh, containing no vertices or triangles.
|
CuboidRegion(World world,
Vector pos1,
Vector pos2)
Construct a new instance of this cuboid using two corners of the cuboid.
|
CylinderRegion(World world)
Construct the region.
|
CylinderRegion(World world,
Vector center,
Vector2D radius,
int minY,
int maxY)
Construct the region.
|
EllipsoidRegion(World world,
Vector center,
Vector radius)
Construct a new instance of this ellipsoid region.
|
Polygonal2DRegion(World world)
Construct the region.
|
Polygonal2DRegion(World world,
List<BlockVector2D> points,
int minY,
int maxY)
Construct the region.
|
TransformRegion(World world,
Region region,
Transform transform)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
World |
ConvexPolyhedralRegionSelector.getWorld() |
World |
CylinderRegionSelector.getWorld() |
World |
Polygonal2DRegionSelector.getWorld() |
World |
CuboidRegionSelector.getWorld() |
World |
EllipsoidRegionSelector.getWorld() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConvexPolyhedralRegionSelector.setWorld(World world) |
void |
CylinderRegionSelector.setWorld(World world) |
void |
Polygonal2DRegionSelector.setWorld(World world) |
void |
CuboidRegionSelector.setWorld(World world) |
void |
EllipsoidRegionSelector.setWorld(World world) |
| Constructor and Description |
|---|
ConvexPolyhedralRegionSelector(World world)
Create a new selector.
|
CuboidRegionSelector(World world)
Create a new region selector.
|
CuboidRegionSelector(World world,
Vector position1,
Vector position2)
Create a new region selector with the given two positions.
|
CylinderRegionSelector(World world)
Create a new region selector.
|
CylinderRegionSelector(World world,
Vector2D center,
Vector2D radius,
int minY,
int maxY)
Create a new selector.
|
EllipsoidRegionSelector(World world)
Create a new selector.
|
EllipsoidRegionSelector(World world,
Vector center,
Vector radius)
Create a new selector.
|
ExtendingCuboidRegionSelector(World world)
Create a new selector.
|
ExtendingCuboidRegionSelector(World world,
Vector position1,
Vector position2)
Create a new selector.
|
Polygonal2DRegionSelector(World world)
Create a new selector with the given world.
|
Polygonal2DRegionSelector(World world,
List<BlockVector2D> points,
int minY,
int maxY)
Create a new selector.
|
SphereRegionSelector(World world)
Create a new selector.
|
SphereRegionSelector(World world,
Vector center,
int radius)
Create a new selector.
|
| Modifier and Type | Method and Description |
|---|---|
World |
Request.getWorld()
Get the request world.
|
World |
RequestSelection.getWorld() |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setWorld(World world)
Set the request world.
|
void |
RequestSelection.setWorld(World world) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWorld
An abstract implementation of
World. |
class |
NullWorld
A null implementation of
World that drops all changes and
returns dummy data. |
| Constructor and Description |
|---|
AnvilChunk(World world,
CompoundTag tag)
Construct the chunk with a compound tag.
|
OldChunk(World world,
CompoundTag tag)
Construct the chunk with a compound tag.
|
| Modifier and Type | Method and Description |
|---|---|
Chunk |
ChunkStore.getChunk(Vector2D position,
World world)
Get a chunk at a location.
|
CompoundTag |
McRegionChunkStore.getChunkTag(Vector2D position,
World world) |
CompoundTag |
LegacyChunkStore.getChunkTag(Vector2D position,
World world) |
abstract CompoundTag |
ChunkStore.getChunkTag(Vector2D position,
World world)
Get the tag for a chunk.
|
Copyright © 2010-2014. All Rights Reserved.