| Package | Description |
|---|---|
| com.sk89q.worldedit |
| Modifier and Type | Method and Description |
|---|---|
static VectorFace |
VectorFace.fromMods(int modX2,
int modY2,
int modZ2) |
VectorFace |
WorldVectorFace.getFace()
Get the face.
|
static VectorFace |
VectorFace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorFace[] |
VectorFace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WorldVectorFace(LocalWorld world,
double x,
double y,
double z,
VectorFace face)
Construct the Vector object.
|
WorldVectorFace(LocalWorld world,
float x,
float y,
float z,
VectorFace face)
Construct the Vector object.
|
WorldVectorFace(LocalWorld world,
int x,
int y,
int z,
VectorFace face)
Construct the Vector object.
|
WorldVectorFace(LocalWorld world,
VectorFace face)
Construct the Vector object.
|
WorldVectorFace(LocalWorld world,
Vector pt,
VectorFace face)
Construct the Vector object.
|
Copyright © 2010-2014. All Rights Reserved.