public class EnchantProfileLevel
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
add_not_exist |
protected boolean |
all_stats |
protected float |
chance |
protected int |
cost |
protected int |
currency |
protected int |
id |
protected int |
level |
protected int |
lower_by |
protected int |
lower_to |
protected java.lang.String |
name |
protected boolean |
percentage |
protected float |
stat_value |
Constructor and Description |
---|
EnchantProfileLevel() |
EnchantProfileLevel(int id,
java.lang.String name,
int level) |
Modifier and Type | Method and Description |
---|---|
boolean |
GetAddNotExist() |
boolean |
GetAllStats() |
float |
GetChance() |
int |
GetCost() |
int |
GetCurrency() |
int |
GetLevel() |
int |
GetLowerBy() |
int |
GetLowerTo() |
java.lang.String |
GetName() |
boolean |
GetPercentage() |
java.util.HashMap<java.lang.String,EnchantStat> |
GetStats() |
float |
GetStatValue() |
void |
SetAddNotExist(boolean add_not_exist) |
void |
SetAllStats(boolean all_stats) |
void |
SetChance(float chance) |
void |
SetCost(int cost) |
void |
SetCurrency(int currency) |
void |
SetLevel(int level) |
void |
SetLowerBy(int lower_by) |
void |
SetLowerTo(int lower_to) |
void |
SetName(java.lang.String name) |
void |
SetPercentage(boolean percentage) |
void |
SetStats(java.util.HashMap<java.lang.String,EnchantStat> stats) |
void |
SetStatValue(float stat_value) |
protected int id
protected java.lang.String name
protected int level
protected boolean percentage
protected boolean all_stats
protected boolean add_not_exist
protected float stat_value
protected int lower_by
protected int lower_to
protected float chance
protected int cost
protected int currency
public EnchantProfileLevel()
public EnchantProfileLevel(int id, java.lang.String name, int level)
public void SetName(java.lang.String name)
public java.lang.String GetName()
public void SetCost(int cost)
public int GetCost()
public void SetCurrency(int currency)
public int GetCurrency()
public void SetLevel(int level)
public int GetLevel()
public void SetPercentage(boolean percentage)
public boolean GetPercentage()
public void SetAllStats(boolean all_stats)
public boolean GetAllStats()
public void SetAddNotExist(boolean add_not_exist)
public boolean GetAddNotExist()
public void SetStatValue(float stat_value)
public float GetStatValue()
public void SetLowerBy(int lower_by)
public int GetLowerBy()
public void SetLowerTo(int lower_to)
public int GetLowerTo()
public void SetStats(java.util.HashMap<java.lang.String,EnchantStat> stats)
public java.util.HashMap<java.lang.String,EnchantStat> GetStats()
public void SetChance(float chance)
public float GetChance()