|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Shape | |
---|---|
org.eviline | |
org.eviline.ai | |
org.eviline.event | |
org.eviline.randomizer |
Uses of Shape in org.eviline |
---|
Fields in org.eviline declared as Shape | |
---|---|
Shape |
BlockMetadata.shape
|
protected Shape |
Field.shape
The current shape |
Methods in org.eviline that return Shape | |
---|---|
Shape |
ShapeType.down()
|
Shape |
PlayerAction.getEndShape()
|
Shape |
PlayerActionNode.getShape()
|
Shape |
Field.getShape()
|
Shape |
PlayerAction.getStartShape()
|
Shape |
ShapeType.left()
|
Shape[] |
ShapeType.orientations()
Returns the Shape s for this ShapeType that are distinct. |
Shape |
ShapeType.right()
|
Shape |
Shape.rotateLeft()
|
Shape |
Shape.rotateRight()
|
Shape[] |
ShapeType.searchOrientations()
|
Shape |
ShapeType.starter()
Returns the shape used to start a new round with this shape type |
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. |
Methods in org.eviline with parameters of type Shape | |
---|---|
void |
Field.setShape(Shape shape)
|
int[] |
Shape.symmetryTranslation(Shape s)
|
Constructors in org.eviline with parameters of type Shape | |
---|---|
BlockMetadata(Shape shape,
boolean ghost,
int shapeId)
|
|
PlayerActionNode(Shape shape,
int x,
int y)
|
Uses of Shape in org.eviline.ai |
---|
Fields in org.eviline.ai declared as Shape | |
---|---|
Shape |
Decision.bestShape
|
Constructors in org.eviline.ai with parameters of type Shape | |
---|---|
Decision(ShapeType type,
double score,
Field field,
Shape bestShape,
int bestShapeX,
int bestShapeY)
|
Uses of Shape in org.eviline.event |
---|
Fields in org.eviline.event declared as Shape | |
---|---|
protected Shape |
EvilineEvent.shape
|
Methods in org.eviline.event that return Shape | |
---|---|
Shape |
EvilineEvent.getShape()
|
Uses of Shape in org.eviline.randomizer |
---|
Methods in org.eviline.randomizer that return Shape | |
---|---|
Shape |
QueuedRandomizer.concurrentProvideShape(Field f)
|
Shape |
ConcurrentRandomizer.provideShape(Field f)
|
Shape |
AngelRandomizer.provideShape(Field field)
|
Shape |
ThreadedMaliciousRandomizer.provideShape(Field field)
|
Shape |
BipolarRandomizer.provideShape(Field field)
|
Shape |
QueuedRandomizer.provideShape(Field field)
|
Shape |
Bag7Randomizer.provideShape(Field field)
|
Shape |
Randomizer.provideShape(Field field)
Return the Shape to be next played on the argument Field |
Shape |
MaliciousRandomizer.provideShape(Field field)
|
Shape |
RandomRandomizer.provideShape(Field field)
|
Shape |
QueuedRandomizer.sequentialProvideShape(Field f)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |