Atavism Version 2018.1AGIS API

atavism.agis.objects
Class LevelingMap

java.lang.Object
  extended by atavism.agis.objects.LevelingMap

public class LevelingMap
extends java.lang.Object


Nested Class Summary
 class LevelingMap.LevelModification
           
 
Constructor Summary
LevelingMap()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LevelingMap

public LevelingMap()
Method Detail

setAllLevelPercentageModification

public void setAllLevelPercentageModification(float percentage)

setAllLevelFixedAmountModification

public void setAllLevelFixedAmountModification(int fixed)

setAllLevelModification

public void setAllLevelModification(float percentage,
                                    int fixed)

getAllLevelPercentageModification

public java.lang.Float getAllLevelPercentageModification()

getAllLevelFixedAmountModification

public java.lang.Integer getAllLevelFixedAmountModification()

getAllLevelModification

public LevelingMap.LevelModification getAllLevelModification()

setLevelPercentageModification

public void setLevelPercentageModification(int lvl,
                                           float percentage)

setLevelFixedAmountModification

public void setLevelFixedAmountModification(int lvl,
                                            int fixed)

setLevelModification

public void setLevelModification(int lvl,
                                 float percentage,
                                 int fixed)

getLevelPercentageModification

public java.lang.Float getLevelPercentageModification(int lvl)

getLevelFixedAmountModification

public java.lang.Integer getLevelFixedAmountModification(int lvl)

getLevelModification

public LevelingMap.LevelModification getLevelModification(int lvl)

hasLevelModification

public boolean hasLevelModification(int lvl)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2018 Dragonsan Studios Sp. z o.o.