Package com.prineside.tdi2.items
Class TileItem
java.lang.Object
com.prineside.tdi2.Item
com.prineside.tdi2.items.TileItem
- 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 - 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddSellItems(Array<ItemStack> toStacks) booleanbooleancpy()voidfillItemCreationForm(ItemCreationOverlay overlay) voidfillWithInfo(Table table, float width) Fill the additional item info table (no description)generateIcon(float size, boolean withShadow) final ItemCategoryTypegetData()intgetSortingScore(ItemSortingType sortingType) getTitle()getType()booleanbooleanvoidtoString()Methods inherited from class com.prineside.tdi2.Item
addSellItemsMultiplied, canBeUnpacked, fromJson, getDataOfType, getIconDrawable, getPriceInAcceleratorsForResearchReset, isAffectedByDoubleGain, openPack, read, toJsonString, write 
- 
Field Details
- 
tile
 
 - 
 - 
Method Details
- 
getData
 - 
getAnalyticName
- Overrides:
 getAnalyticNamein classItem
 - 
affectedByLuckyWheelMultiplier
public boolean affectedByLuckyWheelMultiplier()- Overrides:
 affectedByLuckyWheelMultiplierin classItem
 - 
fillWithInfo
Description copied from class:ItemFill the additional item info table (no description)- Overrides:
 fillWithInfoin classItem
 - 
from
 - 
cpy
 - 
getCategory
- Specified by:
 getCategoryin classItem
 - 
getSubcategory
- Specified by:
 getSubcategoryin classItem
 - 
getType
 - 
canBeSold
public boolean canBeSold() - 
getRarity
 - 
addSellItems
- Overrides:
 addSellItemsin classItem
 - 
getSortingScore
- Overrides:
 getSortingScorein classItem
 - 
getTitle
 - 
getDescription
- Specified by:
 getDescriptionin classItem
 - 
isCountable
public boolean isCountable()- Specified by:
 isCountablein classItem- Returns:
 - true if ItemStack.count is being accounted for
 
 - 
sameAs
 - 
toJson
 - 
generateIcon
- Specified by:
 generateIconin classItem
 - 
toString
 
 -