Uses of Class
com.starpoints.state.FieldState
-
Packages that use FieldState Package Description com.starpoints.game Contains the classes for the StarpointArena game.com.starpoints.painter Contains 2D painters.com.starpoints.state Contains state classes for UI updates, replay and best move storage. -
-
Uses of FieldState in com.starpoints.game
Methods in com.starpoints.game that return FieldState Modifier and Type Method Description FieldState
Field. createState(java.util.Map<java.lang.Integer,FigureState> figs, AnimationInfo animation)
-
Uses of FieldState in com.starpoints.painter
Methods in com.starpoints.painter that return FieldState Modifier and Type Method Description protected FieldState
Painter2DArena. getField()
Gets the field to display.Methods in com.starpoints.painter with parameters of type FieldState Modifier and Type Method Description PointState
Painter2DArena. getNearestPointState(FieldState f, int x, int y)
Gets the nearest PointState for the given screen coordinates. -
Uses of FieldState in com.starpoints.state
Methods in com.starpoints.state that return FieldState Modifier and Type Method Description FieldState
LevelState. getField()
Methods in com.starpoints.state with parameters of type FieldState Modifier and Type Method Description void
LevelState. setField(FieldState field)
-