Package com.starpoints.state
Class FigureShielding
- java.lang.Object
-
- com.starpoints.state.FigureShielding
-
- All Implemented Interfaces:
java.io.Serializable
public class FigureShielding extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FigureShielding(ShieldType type, int power)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPower()ShieldTypegetType()
-
-
-
Constructor Detail
-
FigureShielding
public FigureShielding(ShieldType type, int power)
-
-
Method Detail
-
getType
public ShieldType getType()
- Returns:
- the type
-
getPower
public int getPower()
- Returns:
- the power
-
-