Modifier and Type | Field and Description |
---|---|
int |
armorTier |
java.lang.String |
gameFile |
HeroClass |
heroClass |
java.lang.String |
info |
java.lang.String |
mod |
int |
score |
boolean |
win |
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
boolean |
dontPack() |
void |
restoreFromBundle(Bundle bundle) |
void |
storeInBundle(Bundle bundle) |
public java.lang.String info
public boolean win
public HeroClass heroClass
public int armorTier
public int score
public java.lang.String gameFile
public java.lang.String mod
public void restoreFromBundle(Bundle bundle)
restoreFromBundle
in interface Bundlable
public void storeInBundle(Bundle bundle)
storeInBundle
in interface Bundlable