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