public static class SleeperPodsSpecial.SleeperPodsSpecialData extends java.lang.Object implements SalvageSpecialInteraction.SalvageSpecialData
| Modifier and Type | Field and Description |
|---|---|
int |
max |
int |
min |
PersonAPI |
officer |
SleeperPodsSpecial.SleeperSpecialType |
type |
| Constructor and Description |
|---|
SleeperPodsSpecialData(SleeperPodsSpecial.SleeperSpecialType type,
int min,
int max) |
SleeperPodsSpecialData(SleeperPodsSpecial.SleeperSpecialType type,
PersonAPI officer) |
| Modifier and Type | Method and Description |
|---|---|
SalvageSpecialInteraction.SalvageSpecialPlugin |
createSpecialPlugin() |
public SleeperPodsSpecial.SleeperSpecialType type
public int min
public int max
public SleeperPodsSpecialData(SleeperPodsSpecial.SleeperSpecialType type, PersonAPI officer)
public SleeperPodsSpecialData(SleeperPodsSpecial.SleeperSpecialType type, int min, int max)
public SalvageSpecialInteraction.SalvageSpecialPlugin createSpecialPlugin()
createSpecialPlugin in interface SalvageSpecialInteraction.SalvageSpecialData