Uses of Class
com.starpoints.state.ItemMove
-
Packages that use ItemMove Package Description com.starpoints.painter.arena2D Contains special 2D painters for things.com.starpoints.state Contains state classes for UI updates, replay and best move storage. -
-
Uses of ItemMove in com.starpoints.painter.arena2D
Methods in com.starpoints.painter.arena2D with parameters of type ItemMove Modifier and Type Method Description protected intPainterItemAsteroid. animationIndex(ItemMove anim, int repaintCounter)Calculates the animation index based on rocket speed and frame rate.protected intPainterItemRocket. animationIndex(ItemMove anim, int repaintCounter)Calculates the animation index based on rocket speed and frame rate.intPainterItemRocket. calculateCurveY(ThingState t, ItemMove anim, PointState nextTarget, Direction current, Direction next, int repaintCounter)intPainterItemRocket. calculateRocketAnimationX(ThingState t, ItemMove anim, int repaintCounter, PointState nextTarget, Direction current, Direction next)intPainterItemRocket. calculateRocketAnimationY(ThingState t, ItemMove anim, int repaintCounter, PointState nextTarget, Direction current, Direction next)java.lang.StringPainterItemRocket. curveImageName(ItemState i, ItemMove anim, Direction current, Direction next, int repaintCounter)Gets the curve image name.protected java.lang.StringPainterItemRocket. getImageName(ItemState i, ItemMove anim, Direction current, Direction next, int repaintCounter)PointStatePainterItemRocket. getTargetPoint(ItemMove anim, GameState state)protected intPainterItemRocket. indexForLastStraightMove(ThingState t, ItemMove anim, int repaintCounter)Calculates the index based factor for the last straight move after a curve. -
Uses of ItemMove in com.starpoints.state
Methods in com.starpoints.state that return ItemMove Modifier and Type Method Description ItemMoveGameState. getAdditionalItemMove(ItemState item)Gets an additional item move.ItemMoveItemState. getItemMove()Methods in com.starpoints.state with parameters of type ItemMove Modifier and Type Method Description voidGameState. addAdditionalItemMove(ItemState item, ItemMove additionalItemMove)Adds an additional item move (mainly for rockets that are launched directly into an enemy).voidItemState. setItemMove(ItemMove itemMove)
-