Package | Description |
---|---|
fr.aumgn.dac2.arena.regions | |
fr.aumgn.dac2.exceptions | |
fr.aumgn.dac2.shape | |
fr.aumgn.dac2.shape.worldedit |
Modifier and Type | Method and Description |
---|---|
Shape |
SurroundingRegion.getShape() |
Shape |
StartRegion.getShape() |
abstract Shape |
Region.getShape() |
Modifier and Type | Method and Description |
---|---|
static void |
GsonRegionFactory.registerShape(Class<? extends Shape> shapeClass) |
Constructor and Description |
---|
StartRegion(Shape shape) |
SurroundingRegion(Shape shape) |
Constructor and Description |
---|
InvalidSelectorForRegion(DAC dac,
WESelector selector,
Class<? extends Shape> clazz) |
WESelectionNotSupported(DAC dac,
Class<? extends Shape> clazz) |
Modifier and Type | Interface and Description |
---|---|
interface |
FlatShape
Represents a flat shape and defines specific methods.
|
Modifier and Type | Class and Description |
---|---|
class |
ArbitraryFlatShape |
class |
CuboidShape |
class |
CylinderShape |
class |
EllipsoidShape |
class |
PolygonalShape |
Modifier and Type | Method and Description |
---|---|
abstract Shape |
ShapeFactory.create(DAC dac,
World world,
Vector center,
int radius,
int height) |
Modifier and Type | Method and Description |
---|---|
static Shape |
WEShapeUtils.getShape(DAC dac,
com.sk89q.worldedit.regions.Region region) |
Modifier and Type | Method and Description |
---|---|
abstract com.sk89q.worldedit.regions.RegionSelector |
WESelector.create(DAC dac,
com.sk89q.worldedit.LocalWorld world,
Shape shape) |
Copyright © 2012. All Rights Reserved.