Uses of Class
com.prineside.tdi2.Item
Packages that use Item
Package
Description
The game itself.
- 
Uses of Item in com.prineside.tdi2
Classes in com.prineside.tdi2 with type parameters of type ItemModifier and TypeInterfaceDescriptionstatic interfaceItem.Factory<T extends Item>static classItem.Factory.AbstractFactory<T extends Item>Fields in com.prineside.tdi2 declared as ItemMethods in com.prineside.tdi2 that return ItemModifier and TypeMethodDescriptionItem.cpy()static ItemItem[]CraftRecipe.Ingredient.getExampleItems()ItemStack.getItem()Methods in com.prineside.tdi2 with parameters of type ItemModifier and TypeMethodDescriptionbooleanbooleanvoidItemStack.setItemAndCount(Item item, int count) Constructors in com.prineside.tdi2 with parameters of type Item - 
Uses of Item in com.prineside.tdi2.events.game
Methods in com.prineside.tdi2.events.game that return ItemMethods in com.prineside.tdi2.events.game with parameters of type ItemConstructors in com.prineside.tdi2.events.game with parameters of type Item - 
Uses of Item in com.prineside.tdi2.events.mapEditor
Methods in com.prineside.tdi2.events.mapEditor that return ItemMethods in com.prineside.tdi2.events.mapEditor with parameters of type ItemConstructors in com.prineside.tdi2.events.mapEditor with parameters of type ItemModifierConstructorDescriptionInventoryItemAdd(Item item, int count) InventoryItemRemove(Item item, int count, int availableCount)  - 
Uses of Item in com.prineside.tdi2.gameplayMods.mods
Methods in com.prineside.tdi2.gameplayMods.mods with parameters of type Item - 
Uses of Item in com.prineside.tdi2.items
Subclasses of Item in com.prineside.tdi2.itemsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassИспользуется с началом игры Дает бонус +50% к кол-ву лутаclassclassclassclassclassclassclassclassДействует определенное время Дает бонус +50% к редкости лутаclassclassclassclassclassclassclassMethods in com.prineside.tdi2.items that return ItemModifier and TypeMethodDescriptionCaseItem.cpy()DoubleGainShardItem.cpy()GameValueGlobalItem.cpy()GameValueLevelItem.cpy()GateItem.cpy()OpenedResearchItem.cpy()RandomBarrierItem.cpy()RandomTileItem.cpy()ResourceItem.cpy()TileItem.cpy()TrophyItem.cpy()Methods in com.prineside.tdi2.items with parameters of type ItemModifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanboolean - 
Uses of Item in com.prineside.tdi2.managers
Fields in com.prineside.tdi2.managers declared as ItemMethods in com.prineside.tdi2.managers that return ItemMethods in com.prineside.tdi2.managers that return types with arguments of type ItemModifier and TypeMethodDescriptionItem.Factory<? extends Item>ItemManager.getFactory(ItemType itemType) Methods in com.prineside.tdi2.managers with parameters of type ItemModifier and TypeMethodDescriptionvoidДобавляет вещь куда надо, в зависимости от типа.static ItemStackProgressManager.addItemToStacksArray(Array<ItemStack> array, Item item, int count) Добавить предметы в массив стеков.voidItemManager.getCraftRecipes(Item item) intProgressManager.getItemsCount(Item item) static ItemStackProgressManager.getItemStackFromArray(Array<ItemStack> array, Item item) booleanvoidProgressManager.ProgressManagerListener.itemsChanged(Item item, int oldAmount, int delta) voidProgressManager.ProgressManagerListener.ProgressManagerListenerAdapter.itemsChanged(Item item, int oldAmount, int delta) booleanstatic ItemStackProgressManager.removeItemFromStacksArray(Array<ItemStack> array, Item item, int count) booleanProgressManager.removeItems(Item item, int count) booleanПродать вещьvoidProgressManager.setStarred(Item item, boolean setStarred) Method parameters in com.prineside.tdi2.managers with type arguments of type ItemModifier and TypeMethodDescriptionvoidProgressManager.startCrafting(CraftRecipe recipe, Array<Item> ingredients, int count) Начать крафт - 
Uses of Item in com.prineside.tdi2.managers.preferences.categories.progress
Methods in com.prineside.tdi2.managers.preferences.categories.progress with parameters of type ItemModifier and TypeMethodDescriptionvoidintPP_Inventory.getItemsCount(Item item) booleanPP_Inventory.removeItems(Item item, int count) booleanPP_Inventory.setStarred(Item item, boolean setStarred)  - 
Uses of Item in com.prineside.tdi2.systems
Methods in com.prineside.tdi2.systems with parameters of type ItemModifier and TypeMethodDescriptionvoidUse this method to add loot and trigger an eventbooleanvoidInventorySystem.initAddItem(Item item, int count) Used only by game mode / managers outside of map editor logic Ignores GM.isInventoryStatic()booleanbooleanInventorySystem.removeMany(Item item, int count)  - 
Uses of Item in com.prineside.tdi2.ui.actors
Methods in com.prineside.tdi2.ui.actors that return ItemMethods in com.prineside.tdi2.ui.actors with parameters of type Item - 
Uses of Item in com.prineside.tdi2.ui.components
Methods in com.prineside.tdi2.ui.components with parameters of type ItemModifier and TypeMethodDescriptionvoidMapEditorInventoryMenu.rebuildSlotOfItem(Item item, boolean forceIconRedraw)  - 
Uses of Item in com.prineside.tdi2.utils.mapeditor
Methods in com.prineside.tdi2.utils.mapeditor that return ItemModifier and TypeMethodDescriptionSelection.getCurrentItem()Creates an item from the selection At least one item must be selected (ideally exactly one) so check count() beforehand Throws exception when nothing is selected