Package edu.wisc.game.sql
Class Piece.Shape
java.lang.Object
edu.wisc.game.sql.Piece.PseudoEnum
edu.wisc.game.sql.Piece.Shape
- Enclosing class:
Piece
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Piece.Shape
static final Piece.Shape[]
static final Piece.Shape
static final Piece.Shape
static final Piece.Shape
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static Piece.Shape
Finds an already existing Shape object with a specified name, or creates a new onestatic Piece.Shape[]
findShapes
(String[] v) Lists all shapes known to the system so farsymbol()
A human-readable representation of the shape, for use in ASCII graphicsMethods inherited from class edu.wisc.game.sql.Piece.PseudoEnum
hashCode, toString
-
Field Details
-
SQUARE
-
STAR
-
CIRCLE
-
TRIANGLE
-
legacyShapes
-
-
Method Details