Package com.prineside.tdi2.items
Class GameValueLevelItem
java.lang.Object
com.prineside.tdi2.Item
com.prineside.tdi2.items.GameValueLevelItem
- All Implemented Interfaces:
KryoSerializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from class com.prineside.tdi2.Item
Item.D, Item.Factory<T extends Item>, Item.UsableItem
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncpy()
void
fillItemCreationForm
(ItemCreationOverlay overlay) generateIcon
(float size, boolean withShadow) getData()
getTitle()
getType()
boolean
boolean
void
Methods inherited from class com.prineside.tdi2.Item
addSellItems, addSellItemsMultiplied, affectedByLuckyWheelMultiplier, canBeSold, canBeUnpacked, fillWithInfo, fromJson, getDataOfType, getIconDrawable, getPriceInAcceleratorsForResearchReset, getSortingScore, isAffectedByDoubleGain, openPack, read, toJsonString, write
-
Field Details
-
gameValueType
-
levelName
-
delta
public double delta
-
-
Method Details
-
from
-
getData
-
getAnalyticName
- Overrides:
getAnalyticName
in classItem
-
cpy
-
getTitle
-
getDescription
- Specified by:
getDescription
in classItem
-
getRarity
-
isCountable
public boolean isCountable()- Specified by:
isCountable
in classItem
- Returns:
- true if ItemStack.count is being accounted for
-
toJson
-
getType
-
getCategory
- Specified by:
getCategory
in classItem
-
getSubcategory
- Specified by:
getSubcategory
in classItem
-
generateIcon
- Specified by:
generateIcon
in classItem
-
sameAs
-