Package net.storm.api.widgets
Class WidgetGroup.DuelConfig
- java.lang.Object
-
- net.storm.api.widgets.WidgetGroup.DuelConfig
-
- Enclosing class:
- WidgetGroup
public static class WidgetGroup.DuelConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONFIG_GROUP_IP
static int
OPPONENT_ATT
static int
OPPONENT_DEF
static int
OPPONENT_HP
static int
OPPONENT_STR
static int
TITLE
-
Constructor Summary
Constructors Constructor Description DuelConfig()
-
-
-
Field Detail
-
CONFIG_GROUP_IP
public static final int CONFIG_GROUP_IP
- See Also:
- Constant Field Values
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
OPPONENT_ATT
public static final int OPPONENT_ATT
- See Also:
- Constant Field Values
-
OPPONENT_STR
public static final int OPPONENT_STR
- See Also:
- Constant Field Values
-
OPPONENT_DEF
public static final int OPPONENT_DEF
- See Also:
- Constant Field Values
-
OPPONENT_HP
public static final int OPPONENT_HP
- See Also:
- Constant Field Values
-
-