| Package | Description |
|---|---|
| com.sk89q.util.yaml | |
| com.sk89q.worldedit | |
| com.sk89q.worldedit.bukkit | |
| com.sk89q.worldedit.bukkit.selections | |
| com.sk89q.worldedit.data | |
| com.sk89q.worldedit.regions |
| Modifier and Type | Method and Description |
|---|---|
List<BlockVector2D> |
YAMLNode.getBlockVector2dList(String path,
List<BlockVector2D> def)
Gets a list of 2D vectors.
|
| Modifier and Type | Method and Description |
|---|---|
List<BlockVector2D> |
YAMLNode.getBlockVector2dList(String path,
List<BlockVector2D> def)
Gets a list of 2D vectors.
|
| Modifier and Type | Field and Description |
|---|---|
static BlockVector2D |
BlockVector2D.ONE |
static BlockVector2D |
BlockVector2D.UNIT_X |
static BlockVector2D |
BlockVector2D.UNIT_Z |
static BlockVector2D |
BlockVector2D.ZERO |
| Modifier and Type | Method and Description |
|---|---|
BlockVector2D |
Vector2D.toBlockVector2D()
Gets a BlockVector version.
|
BlockVector2D |
BlockVector2D.toBlockVector2D() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalWorld.fixAfterFastMode(Iterable<BlockVector2D> chunks)
Does some post-processing.
|
void |
LocalWorld.fixLighting(Iterable<BlockVector2D> chunks) |
| Modifier and Type | Method and Description |
|---|---|
void |
BukkitWorld.fixAfterFastMode(Iterable<BlockVector2D> chunks) |
| Modifier and Type | Method and Description |
|---|---|
List<BlockVector2D> |
Polygonal2DSelection.getNativePoints() |
| Constructor and Description |
|---|
Polygonal2DSelection(org.bukkit.World world,
List<BlockVector2D> points,
int minY,
int maxY) |
| Modifier and Type | Method and Description |
|---|---|
static BlockVector2D |
ChunkStore.toChunk(Vector pos)
Convert a position to a chunk.
|
| Modifier and Type | Method and Description |
|---|---|
List<BlockVector2D> |
Polygonal2DRegion.getPoints()
Get the list of points.
|
List<BlockVector2D> |
Polygonal2DRegion.polygonize(int maxPoints) |
List<BlockVector2D> |
Region.polygonize(int maxPoints)
Polygonizes a cross-section or a 2D projection of the region orthogonal to the Y axis.
|
List<BlockVector2D> |
AbstractRegion.polygonize(int maxPoints) |
List<BlockVector2D> |
CylinderRegion.polygonize(int maxPoints) |
| Modifier and Type | Method and Description |
|---|---|
void |
Polygonal2DRegion.addPoint(BlockVector2D pt)
Add a point to the list.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Polygonal2DRegion.contains(List<BlockVector2D> points,
int minY,
int maxY,
Vector pt)
Checks to see if a point is inside a region.
|
| Constructor and Description |
|---|
Polygonal2DRegion(LocalWorld world,
List<BlockVector2D> points,
int minY,
int maxY)
Construct the region.
|
Polygonal2DRegionSelector(LocalWorld world,
List<BlockVector2D> points,
int minY,
int maxY) |
Copyright © 2010-2014. All Rights Reserved.