public class SummonerSpellDto
extends java.lang.Object
ChampionSpellDto but
the classes look different enough
to preclude inheritance.| Constructor and Description |
|---|
SummonerSpellDto() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getCooldown() |
java.lang.String |
getCooldownBurn() |
int[] |
getCost() |
java.lang.String |
getCostBurn() |
java.lang.String |
getCostType() |
java.lang.String |
getDescription() |
double[][] |
getEffect()
Implementation note: not applicable to all
summoner spells, so some will return empty.
|
java.lang.String[] |
getEffectBurn() |
long |
getId() |
ImageDto |
getImage() |
static long |
getInstanceCount() |
java.lang.String |
getKey() |
LevelTipDto |
getLeveltip()
Implementation note: not all summoner spells
define a level tip.
|
int |
getMaxrank() |
GameMode[] |
getModes() |
java.lang.String |
getName() |
RangeDto |
getRange() |
java.lang.String |
getRangeBurn() |
java.lang.String |
getResource() |
java.lang.String |
getSanitizedDescription() |
java.lang.String |
getSanitizedTooltip() |
int |
getSummonerLevel() |
java.lang.String |
getTooltip() |
SpellVarsDto[] |
getVars()
Implementation note: not all summoner spells
define vars.
|
public static long getInstanceCount()
public double[] getCooldown()
public java.lang.String getCooldownBurn()
public int[] getCost()
public java.lang.String getCostBurn()
public java.lang.String getCostType()
public java.lang.String getDescription()
public double[][] getEffect()
public java.lang.String[] getEffectBurn()
public long getId()
-1 if not defined.public ImageDto getImage()
public java.lang.String getKey()
public LevelTipDto getLeveltip()
null if
not defined.public int getMaxrank()
-1 if not
defined.public GameMode[] getModes()
public java.lang.String getName()
public RangeDto getRange()
public java.lang.String getRangeBurn()
public java.lang.String getResource()
public java.lang.String getSanitizedDescription()
public java.lang.String getSanitizedTooltip()
public int getSummonerLevel()
public java.lang.String getTooltip()
public SpellVarsDto[] getVars()