Package com.prineside.tdi2.items
Class ResearchTokenUsedItem
java.lang.Object
com.prineside.tdi2.Item
com.prineside.tdi2.items.ResearchTokenUsedItem
- 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
-
Method Summary
Modifier and TypeMethodDescriptiongenerateIcon
(float size, boolean withShadow) getTitle()
getType()
boolean
boolean
Methods inherited from class com.prineside.tdi2.Item
addSellItems, addSellItemsMultiplied, affectedByLuckyWheelMultiplier, canBeSold, canBeUnpacked, cpy, fillItemCreationForm, fillWithInfo, from, fromJson, getData, getDataOfType, getIconDrawable, getPriceInAcceleratorsForResearchReset, getSortingScore, openPack, read, sameAs, toJson, toJsonString, write
-
Method Details
-
isAffectedByDoubleGain
public boolean isAffectedByDoubleGain()- Overrides:
isAffectedByDoubleGain
in classItem
-
getType
-
getCategory
- Specified by:
getCategory
in classItem
-
getSubcategory
- Specified by:
getSubcategory
in classItem
-
getTitle
-
getDescription
- Specified by:
getDescription
in classItem
-
getRarity
-
getAnalyticName
- Overrides:
getAnalyticName
in classItem
-
isCountable
public boolean isCountable()- Specified by:
isCountable
in classItem
- Returns:
- true if ItemStack.count is being accounted for
-
generateIcon
- Specified by:
generateIcon
in classItem
-