Uses of Class
VASSAL.script.proxy.GamePiece
Package | Description |
---|---|
VASSAL.script.proxy |
-
Uses of GamePiece in VASSAL.script.proxy
Subclasses of GamePiece in VASSAL.script.proxy Modifier and Type Class Description class
Stack
BeanShell proxy for the Vassal GamePiece object BeanShell proxies control access to Vassal components and expose a consistent API to BeanShell Scripts.Methods in VASSAL.script.proxy that return GamePiece Modifier and Type Method Description GamePiece
Stack. bottomPiece()
GamePiece
Stack. getPieceAt(int i)
GamePiece
Stack. topPiece()