public class LevelingMap
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
LevelingMap.LevelModification |
Constructor and Description |
---|
LevelingMap() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAllLevelFixedAmountModification() |
LevelingMap.LevelModification |
getAllLevelModification() |
java.lang.Float |
getAllLevelPercentageModification() |
java.lang.Integer |
getLevelFixedAmountModification(int lvl) |
LevelingMap.LevelModification |
getLevelModification(int lvl) |
java.lang.Float |
getLevelPercentageModification(int lvl) |
boolean |
hasLevelModification(int lvl) |
void |
setAllLevelFixedAmountModification(int fixed) |
void |
setAllLevelModification(float percentage,
int fixed) |
void |
setAllLevelPercentageModification(float percentage) |
void |
setLevelFixedAmountModification(int lvl,
int fixed) |
void |
setLevelModification(int lvl,
float percentage,
int fixed) |
void |
setLevelPercentageModification(int lvl,
float percentage) |
java.lang.String |
toString() |
public void setAllLevelPercentageModification(float percentage)
public void setAllLevelFixedAmountModification(int fixed)
public void setAllLevelModification(float percentage, int fixed)
public java.lang.Float getAllLevelPercentageModification()
public java.lang.Integer getAllLevelFixedAmountModification()
public LevelingMap.LevelModification getAllLevelModification()
public void setLevelPercentageModification(int lvl, float percentage)
public void setLevelFixedAmountModification(int lvl, int fixed)
public void setLevelModification(int lvl, float percentage, int fixed)
public java.lang.Float getLevelPercentageModification(int lvl)
public java.lang.Integer getLevelFixedAmountModification(int lvl)
public LevelingMap.LevelModification getLevelModification(int lvl)
public boolean hasLevelModification(int lvl)
public java.lang.String toString()
toString
in class java.lang.Object