public class BasicDataDto
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
|
BasicDataDto() |
protected |
BasicDataDto(boolean alreadyCounted) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColloq()
Implementation note: may be
null (e.g. |
int |
getDepth() |
java.lang.String |
getDescription() |
java.lang.String[] |
getFrom() |
GoldDto |
getGold()
Data Dragon includes the gold
field for basic data, which is shared
by both rune and item.
|
java.lang.String |
getGroup()
Implementation note: might be
null (e.g. |
long |
getId() |
ImageDto |
getImage()
Implementation note: this field may be deprecated.
|
static long |
getInstanceCount() |
java.lang.String[] |
getInto() |
java.util.Map<java.lang.String,java.lang.Boolean> |
getMaps() |
java.lang.String |
getName() |
java.lang.String |
getPlaintext()
Implementation note: might be
null
(e.g. |
java.lang.String |
getRequiredChampion() |
MetaDataDto |
getRune() |
java.lang.String |
getSanitizedDescription()
Implementation note: might be
null
(e.g. |
int |
getSpecialRecipe() |
int |
getStacks() |
BasicDataStatsDto |
getStats()
Implementation note: might be
null. |
java.lang.String[] |
getTags()
Implementation note: might be empty (e.g.
|
boolean |
isConsumed() |
boolean |
isConsumeOnFull() |
boolean |
isHideFromAll() |
boolean |
isInStore() |
java.lang.String |
toString() |
public BasicDataDto()
protected BasicDataDto(boolean alreadyCounted)
public static long getInstanceCount()
public java.lang.String getColloq()
null (e.g.
Devourer enchant is has no colloq string.public boolean isConsumeOnFull()
false
if not defined.public boolean isConsumed()
false if not
defined.public int getDepth()
-1 if not defined.public java.lang.String getDescription()
public java.lang.String[] getFrom()
public GoldDto getGold()
null if not applicable.public java.lang.String getGroup()
null (e.g.
Total Biscuit of Rejuvenation has no group).public boolean isHideFromAll()
false
if not defined.public long getId()
-1 if not defined.public ImageDto getImage()
null.public boolean isInStore()
false
if not defined.public java.lang.String[] getInto()
public java.util.Map<java.lang.String,java.lang.Boolean> getMaps()
public java.lang.String getName()
public java.lang.String getPlaintext()
null
(e.g. Devourer enchant has no plain text).public java.lang.String getRequiredChampion()
null
if not applicable.public MetaDataDto getRune()
null if not applicable.public java.lang.String getSanitizedDescription()
null
(e.g. Devourer enchant has no sanitized description).public int getSpecialRecipe()
-1
if not defined.public int getStacks()
-1
if not applicable.public BasicDataStatsDto getStats()
null.public java.lang.String[] getTags()
public java.lang.String toString()
toString in class java.lang.Object