Package | Description |
---|---|
org.eviline.core |
Modifier and Type | Field and Description |
---|---|
protected Shape |
Block.shape |
Modifier and Type | Method and Description |
---|---|
Shape |
ShapeType.down() |
static Shape |
Shape.fromOrdinal(int ordinal) |
Shape |
ShapeType.left() |
Shape |
ShapeType.right() |
Shape |
Shape.rotatedLeft() |
Shape |
Shape.rotatedRight() |
Shape |
Block.shape() |
static Shape |
XYShapes.shapeFromInt(int i) |
Shape |
ShapeType.start() |
Shape |
ShapeType.up() |
static Shape |
Shape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Shape[] |
Shape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
XYShapes.toXYShape(int x,
int y,
Shape shape) |
Constructor and Description |
---|
Block(Shape shape,
long id) |
Block(Shape shape,
long id,
long flags) |
Copyright © 2015. All rights reserved.