Package com.prineside.tdi2.items
Class BlueprintItem
java.lang.Object
com.prineside.tdi2.Item
com.prineside.tdi2.items.BlueprintItem
- All Implemented Interfaces:
 KryoSerializable
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class com.prineside.tdi2.Item
Item.D, Item.Factory<T extends Item>, Item.UsableItem - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddSellItems(Array<ItemStack> toStacks) booleangenerateIcon(float size, boolean withShadow) getData()doublegetPriceInAcceleratorsForResearchReset(int count) getTitle()getType()booleanbooleanbooleanvoidtoString()Methods inherited from class com.prineside.tdi2.Item
addSellItemsMultiplied, affectedByLuckyWheelMultiplier, canBeUnpacked, cpy, fillItemCreationForm, fillWithInfo, fromJson, getDataOfType, getSortingScore, openPack, read, toJsonString, write 
- 
Method Details
- 
isAffectedByDoubleGain
public boolean isAffectedByDoubleGain()- Overrides:
 isAffectedByDoubleGainin classItem
 - 
getData
 - 
canBeSold
public boolean canBeSold() - 
from
 - 
addSellItems
- Overrides:
 addSellItemsin classItem
 - 
getPriceInAcceleratorsForResearchReset
public double getPriceInAcceleratorsForResearchReset(int count) - Overrides:
 getPriceInAcceleratorsForResearchResetin classItem- Returns:
 - relative value of the item. Score of 1.0 equals to 1 accelerator
 
 - 
getTitle
 - 
getDescription
- Specified by:
 getDescriptionin classItem
 - 
getBlueprintType
 - 
getRarity
 - 
isCountable
public boolean isCountable()- Specified by:
 isCountablein classItem- Returns:
 - true if ItemStack.count is being accounted for
 
 - 
toJson
 - 
toString
 - 
getType
 - 
getCategory
- Specified by:
 getCategoryin classItem
 - 
getSubcategory
- Specified by:
 getSubcategoryin classItem
 - 
getAnalyticName
- Overrides:
 getAnalyticNamein classItem
 - 
getIconDrawable
- Overrides:
 getIconDrawablein classItem
 - 
generateIcon
- Specified by:
 generateIconin classItem
 - 
sameAs
 
 -