Package net.storm.api.widgets
Class WidgetGroup.DuelResult
- java.lang.Object
-
- net.storm.api.widgets.WidgetGroup.DuelResult
-
- Enclosing class:
- WidgetGroup
public static class WidgetGroup.DuelResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
RESULT_GROUP_ID
static int
TITLE
static int
TOTAL_STAKED
static int
TOTAL_TAX
static int
WINNINGS
-
Constructor Summary
Constructors Constructor Description DuelResult()
-
-
-
Field Detail
-
RESULT_GROUP_ID
public static final int RESULT_GROUP_ID
- See Also:
- Constant Field Values
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
TOTAL_STAKED
public static final int TOTAL_STAKED
- See Also:
- Constant Field Values
-
TOTAL_TAX
public static final int TOTAL_TAX
- See Also:
- Constant Field Values
-
WINNINGS
public static final int WINNINGS
- See Also:
- Constant Field Values
-
-