| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.internal | |
| com.sk89q.worldedit.regions | |
| com.sk89q.worldedit.regions.selector | |
| com.sk89q.worldedit.session.request |
| Modifier and Type | Field and Description |
|---|---|
protected LocalWorld |
WorldVector2D.world
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LocalWorld |
WorldVector.getWorld()
Deprecated.
Get the world.
|
LocalWorld |
Location.getWorld()
Deprecated.
|
LocalWorld |
WorldVector2D.getWorld()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Location |
Location.fromEye(LocalWorld world,
Vector start,
Vector eye)
Deprecated.
|
static Location |
Location.fromLookAt(LocalWorld world,
Vector start,
Vector lookAt)
Deprecated.
|
EditSession |
EditSessionFactory.getEditSession(LocalWorld world,
int maxBlocks)
Deprecated.
We are replacing
LocalWorld with World, so use EditSessionFactory.getEditSession(World, int) instead |
EditSession |
EditSessionFactory.getEditSession(LocalWorld world,
int maxBlocks,
BlockBag blockBag)
Deprecated.
We are replacing
LocalWorld with World, so use EditSessionFactory.getEditSession(World, int, BlockBag) instead |
EditSession |
EditSessionFactory.getEditSession(LocalWorld world,
int maxBlocks,
BlockBag blockBag,
LocalPlayer player)
Deprecated.
We are replacing
LocalWorld with World, so use EditSessionFactory.getEditSession(World, int, BlockBag, Player) instead |
EditSession |
EditSessionFactory.getEditSession(LocalWorld world,
int maxBlocks,
LocalPlayer player)
Deprecated.
We are replacing
LocalWorld with World, so use EditSessionFactory.getEditSession(World, int, Player) instead |
RegionSelector |
LocalSession.getRegionSelector(LocalWorld world)
Deprecated.
|
Region |
LocalSession.getSelection(LocalWorld world)
Deprecated.
|
static WorldVectorFace |
WorldVectorFace.getWorldVectorFace(LocalWorld world,
Vector vector,
Vector face)
Deprecated.
Get a WorldVectorFace by comparing two vectors.
|
boolean |
LocalSession.isSelectionDefined(LocalWorld world)
Deprecated.
|
void |
LocalSession.setRegionSelector(LocalWorld world,
RegionSelector selector)
Deprecated.
|
static WorldVector |
WorldVector.toBlockPoint(LocalWorld world,
double x,
double y,
double z)
Deprecated.
Get a block point from a point.
|
| Constructor and Description |
|---|
BlockWorldVector(LocalWorld world,
double x,
double y,
double z)
Deprecated.
Construct a new instance.
|
BlockWorldVector(LocalWorld world,
float x,
float y,
float z)
Deprecated.
Construct a new instance.
|
BlockWorldVector(LocalWorld world,
int x,
int y,
int z)
Deprecated.
Construct a new instance.
|
BlockWorldVector(LocalWorld world,
Vector position)
Deprecated.
Construct an instance from another instance.
|
BlockWorldVector2D(LocalWorld world)
Deprecated.
Construct a new instance with X and Z set to (0, 0).
|
BlockWorldVector2D(LocalWorld world,
double x,
double z)
Deprecated.
Construct a new instance.
|
BlockWorldVector2D(LocalWorld world,
float x,
float z)
Deprecated.
Construct a new instance.
|
BlockWorldVector2D(LocalWorld world,
int x,
int z)
Deprecated.
Construct a new instance.
|
BlockWorldVector2D(LocalWorld world,
Vector2D position)
Deprecated.
Construct a new instance.
|
EditSession(LocalWorld world,
int maxBlocks)
Deprecated.
use
WorldEdit.getEditSessionFactory() to create EditSessions |
EditSession(LocalWorld world,
int maxBlocks,
BlockBag blockBag)
Deprecated.
use
WorldEdit.getEditSessionFactory() to create EditSessions |
Location(LocalWorld world,
Vector position)
Deprecated.
|
Location(LocalWorld world,
Vector position,
float yaw,
float pitch)
Deprecated.
|
WorldVector(LocalWorld world)
Deprecated.
Construct the Vector object.
|
WorldVector(LocalWorld world,
double x,
double y,
double z)
Deprecated.
Construct the Vector object.
|
WorldVector(LocalWorld world,
float x,
float y,
float z)
Deprecated.
Construct the Vector object.
|
WorldVector(LocalWorld world,
int x,
int y,
int z)
Deprecated.
Construct the Vector object.
|
WorldVector(LocalWorld world,
Vector other)
Deprecated.
Construct the Vector object.
|
WorldVector2D(LocalWorld world)
Deprecated.
|
WorldVector2D(LocalWorld world,
double x,
double z)
Deprecated.
|
WorldVector2D(LocalWorld world,
float x,
float z)
Deprecated.
|
WorldVector2D(LocalWorld world,
int x,
int z)
Deprecated.
|
WorldVector2D(LocalWorld world,
Vector2D pt)
Deprecated.
|
WorldVectorFace(LocalWorld world,
double x,
double y,
double z,
VectorFace face)
Deprecated.
|
WorldVectorFace(LocalWorld world,
float x,
float y,
float z,
VectorFace face)
Deprecated.
|
WorldVectorFace(LocalWorld world,
int x,
int y,
int z,
VectorFace face)
Deprecated.
|
WorldVectorFace(LocalWorld world,
VectorFace face)
Deprecated.
|
WorldVectorFace(LocalWorld world,
Vector pt,
VectorFace face)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalWorldAdapter
Wraps
Worlds into LocalWorld. |
| Modifier and Type | Method and Description |
|---|---|
void |
NullRegion.setWorld(LocalWorld world) |
void |
AbstractRegion.setWorld(LocalWorld world) |
void |
Region.setWorld(LocalWorld world)
Deprecated.
|
| Constructor and Description |
|---|
ConvexPolyhedralRegion(LocalWorld world)
Deprecated.
cast
world to World |
CuboidRegion(LocalWorld world,
Vector pos1,
Vector pos2)
Deprecated.
cast
world to World |
CylinderRegion(LocalWorld world)
Deprecated.
cast
world to World |
CylinderRegion(LocalWorld world,
Vector center,
Vector2D radius,
int minY,
int maxY)
Deprecated.
|
EllipsoidRegion(LocalWorld world,
Vector center,
Vector radius)
Deprecated.
|
Polygonal2DRegion(LocalWorld world)
Deprecated.
|
Polygonal2DRegion(LocalWorld world,
List<BlockVector2D> points,
int minY,
int maxY)
Deprecated.
|
RegionIntersection(LocalWorld world,
List<Region> regions)
Create a new instance with the included list of regions.
|
RegionIntersection(LocalWorld world,
Region... regions)
Create a new instance with the included list of regions.
|
| Constructor and Description |
|---|
Polygonal2DRegionSelector(LocalWorld world,
List<BlockVector2D> points,
int minY,
int maxY)
Deprecated.
cast
world to World |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestSelection.setWorld(LocalWorld world) |
Copyright © 2010-2014. All Rights Reserved.