Package VASSAL.script.proxy
Class Stack
java.lang.Object
VASSAL.script.proxy.GamePiece
VASSAL.script.proxy.Stack
public class Stack extends GamePiece
BeanShell proxy for the Vassal GamePiece object
BeanShell proxies control access to Vassal components and expose
a consistent API to BeanShell Scripts.
PLEASE NOTE
New methods may be added, but DO NOT remove or change the
call signature of any existing methods
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description GamePiecebottomPiece()StackgetParent()GamePiecegetPieceAt(int i)intgetPieceCount()List<GamePiece>getPieces()GamePiecetopPiece()Methods inherited from class VASSAL.script.proxy.GamePiece
getMap, getName, getPosition, getProperty, setVassalGamePiece