Uses of Class
zombie.inventory.ItemContainer
Packages that use ItemContainer
Package
Description
-
Uses of ItemContainer in zombie.characters
Fields in zombie.characters declared as ItemContainerMethods in zombie.characters that return ItemContainerModifier and TypeMethodDescriptionILuaGameCharacter.getInventory()
IsoGameCharacter.getInventory()
Methods in zombie.characters with parameters of type ItemContainer -
Uses of ItemContainer in zombie.characters.WornItems
Methods in zombie.characters.WornItems with parameters of type ItemContainerModifier and TypeMethodDescriptionvoid
WornItems.addItemsToItemContainer
(ItemContainer container) -
Uses of ItemContainer in zombie.core
Methods in zombie.core with parameters of type ItemContainerModifier and TypeMethodDescriptionstatic byte
TransactionManager.changeItemTypeTransaction
(IsoPlayer isoPlayer, InventoryItem inventoryItem, ItemContainer itemContainer0, ItemContainer itemContainer1, String string) static byte
TransactionManager.createItemTransaction
(IsoPlayer isoPlayer, InventoryItem inventoryItem, ItemContainer itemContainer0, ItemContainer itemContainer1) static byte
TransactionManager.createItemTransaction
(IsoPlayer isoPlayer, InventoryItem inventoryItem, ItemContainer itemContainer0, ItemContainer itemContainer1, IsoDirections isoDirections, float float0, float float1, float float2) static byte
TransactionManager.isConsistent
(int int0, ItemContainer itemContainer1, ItemContainer itemContainer0, String string1, ItemTransactionPacket itemTransactionPacket) void
Transaction.set
(IsoPlayer isoPlayer, InventoryItem inventoryItem, ItemContainer itemContainer0, ItemContainer itemContainer1, String string, IsoDirections isoDirections, float float0, float float1, float float2) -
Uses of ItemContainer in zombie.entity.components.build
Method parameters in zombie.entity.components.build with type arguments of type ItemContainerModifier and TypeMethodDescriptionvoid
BuildLogic.setContainers
(ArrayList<ItemContainer> arrayList) -
Uses of ItemContainer in zombie.entity.components.crafting.recipe
Methods in zombie.entity.components.crafting.recipe that return types with arguments of type ItemContainerMethod parameters in zombie.entity.components.crafting.recipe with type arguments of type ItemContainerModifier and TypeMethodDescriptionstatic ArrayList
<InventoryItem> CraftRecipeManager.getAllItemsFromContainers
(ArrayList<ItemContainer> arrayList1, ArrayList<InventoryItem> arrayList0) static ArrayList
<CraftRecipe> CraftRecipeManager.getUniqueRecipeItems
(InventoryItem inventoryItem, IsoGameCharacter isoGameCharacter, ArrayList<ItemContainer> arrayList) void
HandcraftLogic.setContainers
(ArrayList<ItemContainer> arrayList0) -
Uses of ItemContainer in zombie.inventory
Fields in zombie.inventory declared as ItemContainerModifier and TypeFieldDescriptionprotected ItemContainer
InventoryItem.container
protected ItemContainer
InventoryItem.rightClickContainer
Methods in zombie.inventory that return ItemContainerModifier and TypeMethodDescriptionInventoryItem.getContainer()
InventoryItem.getOutermostContainer()
ItemContainer.getOutermostContainer()
InventoryItem.getRightClickContainer()
Methods in zombie.inventory with parameters of type ItemContainerModifier and TypeMethodDescriptionstatic boolean
ItemPickerJava.addVehicleKeyAsLoot
(InventoryItem inventoryItem, ItemContainer itemContainer) static boolean
ItemPickerJava.containerHasZone
(ItemContainer itemContainer, String string) static void
ItemPickerJava.doRollItem
(ItemPickerJava.ItemPickerContainer itemPickerContainer, ItemContainer itemContainer, float float0, IsoGameCharacter isoGameCharacter, boolean boolean0, ItemPickerJava.ItemPickerRoom itemPickerRoom) static void
ItemPickerJava.fillContainer
(ItemContainer container, IsoPlayer _player) static void
ItemPickerJava.fillContainerType
(ItemPickerJava.ItemPickerRoom roomDist, ItemContainer container, String roomName, IsoGameCharacter character) static float
ItemPickerJava.getActualSpawnChance
(ItemPickerJava.ItemPickerItem itemPickerItem, IsoGameCharacter isoGameCharacter, ItemContainer itemContainer, float float2, boolean boolean0) static String
ItemPickerJava.getContainerZombiesType
(ItemContainer itemContainer) protected IsoPlayer
InventoryItem.getOwnerPlayer
(ItemContainer itemContainer) static ItemPickInfo
ItemPickInfo.GetPickInfo
(ItemContainer itemContainer0, ItemPickInfo.Caller caller) static float
ItemPickerJava.getZombieDensityFactor
(ItemPickerJava.ItemPickerContainer itemPickerContainer, ItemContainer itemContainer) static void
ItemPickerJava.itemSpawnSanityCheck
(InventoryItem inventoryItem, ItemContainer itemContainer) void
InventoryItem.OnAddedToContainer
(ItemContainer var1) void
InventoryItem.OnBeforeRemoveFromContainer
(ItemContainer var1) static void
ItemPickerJava.rollItem
(ItemPickerJava.ItemPickerContainer containerDist, ItemContainer container, boolean doItemContainer, IsoGameCharacter character, ItemPickerJava.ItemPickerRoom roomDist) void
InventoryItem.setContainer
(ItemContainer _container) void
InventoryItem.setRightClickContainer
(ItemContainer _rightClickContainer) static InventoryItem
ItemSpawner.spawnItem
(String string, ItemContainer itemContainer) static InventoryItem
ItemSpawner.spawnItem
(String string, ItemContainer itemContainer, boolean boolean0) static InventoryItem
ItemSpawner.spawnItem
(InventoryItem inventoryItem, ItemContainer itemContainer) static InventoryItem
ItemSpawner.spawnItem
(InventoryItem inventoryItem, ItemContainer itemContainer, boolean boolean0) static List
<InventoryItem> ItemSpawner.spawnItems
(String string, int int0, ItemContainer itemContainer) static List
<InventoryItem> ItemSpawner.spawnItems
(InventoryItem inventoryItem, int int0, ItemContainer itemContainer) static void
ItemPickerJava.spawnLootCarKey
(InventoryItem inventoryItem, ItemContainer itemContainer) static void
ItemPickerJava.spawnLootCarKey
(InventoryItem inventoryItem, ItemContainer itemContainer0, ItemContainer itemContainer1) static InventoryItem
ItemPickerJava.tryAddItemToContainer
(ItemContainer container, String itemType, ItemPickerJava.ItemPickerContainer containerDist) Method parameters in zombie.inventory with type arguments of type ItemContainerModifier and TypeMethodDescriptionstatic ArrayList
<InventoryItem> RecipeManager.getAvailableItemsAll
(Recipe recipe, IsoGameCharacter chr, ArrayList<ItemContainer> containers, InventoryItem selectedItem, ArrayList<InventoryItem> ignoreItems) static ArrayList
<InventoryItem> RecipeManager.getAvailableItemsNeeded
(Recipe recipe, IsoGameCharacter chr, ArrayList<ItemContainer> containers, InventoryItem selectedItem, ArrayList<InventoryItem> ignoreItems) static ArrayList
<EvolvedRecipe> RecipeManager.getEvolvedRecipe
(InventoryItem baseItem, IsoGameCharacter chr, ArrayList<ItemContainer> containers, boolean need1ingredient) static InventoryItem
RecipeManager.GetMovableRecipeTool
(boolean isPrimary, Recipe recipe, InventoryItem selectedItem, IsoGameCharacter chr, ArrayList<ItemContainer> containers) int
ItemContainer.getNumberOfItem
(String findItem, boolean includeReplaceOnDeplete, ArrayList<ItemContainer> containers) static int
RecipeManager.getNumberOfTimesRecipeCanBeDone
(Recipe recipe, IsoGameCharacter chr, ArrayList<ItemContainer> containers, InventoryItem selectedItem) static ArrayList
<InventoryItem> RecipeManager.getSourceItemsAll
(Recipe recipe, int sourceIndex, IsoGameCharacter chr, ArrayList<ItemContainer> containers, InventoryItem selectedItem, ArrayList<InventoryItem> ignoreItems) static ArrayList
<InventoryItem> RecipeManager.getSourceItemsNeeded
(Recipe recipe, int sourceIndex, IsoGameCharacter chr, ArrayList<ItemContainer> containers, InventoryItem selectedItem, ArrayList<InventoryItem> ignoreItems) RecipeManager.getUniqueRecipeItems
(InventoryItem item, IsoGameCharacter chr, ArrayList<ItemContainer> containers) static boolean
RecipeManager.HasAllRequiredItems
(Recipe recipe, IsoGameCharacter chr, InventoryItem selectedItem, ArrayList<ItemContainer> containers) static boolean
RecipeManager.hasHeat
(Recipe recipe, InventoryItem item, ArrayList<ItemContainer> containers, IsoGameCharacter chr) static boolean
RecipeManager.isAllItemsUsableRotten
(Recipe recipe, IsoGameCharacter isoGameCharacter, InventoryItem inventoryItem1, ArrayList<ItemContainer> arrayList) static boolean
RecipeManager.IsRecipeValid
(Recipe recipe, IsoGameCharacter chr, InventoryItem item, ArrayList<ItemContainer> containers) static ArrayList
<InventoryItem> RecipeManager.PerformMakeItem
(Recipe recipe, InventoryItem inventoryItem, IsoGameCharacter isoGameCharacter, ArrayList<ItemContainer> arrayList0) static void
RecipeManager.printDebugRecipeValid
(Recipe recipe, IsoGameCharacter isoGameCharacter, InventoryItem inventoryItem, ArrayList<ItemContainer> arrayList) static boolean
RecipeManager.validateHasHeat
(Recipe recipe, InventoryItem inventoryItem2, ArrayList<ItemContainer> arrayList, IsoGameCharacter isoGameCharacter) -
Uses of ItemContainer in zombie.inventory.recipemanager
Methods in zombie.inventory.recipemanager with parameters of type ItemContainerModifier and TypeMethodDescriptionstatic String
RecipeMonitor.getContainerString
(ItemContainer itemContainer) Method parameters in zombie.inventory.recipemanager with type arguments of type ItemContainerModifier and TypeMethodDescriptionstatic ItemRecipe
ItemRecipe.Alloc
(Recipe recipex, IsoGameCharacter isoGameCharacter, ArrayList<ItemContainer> arrayList0, InventoryItem inventoryItem, ArrayList<InventoryItem> arrayList1, boolean boolean0) static int
ItemRecipe.getNumberOfTimesRecipeCanBeDone
(Recipe recipex, IsoGameCharacter isoGameCharacter, ArrayList<ItemContainer> arrayList, InventoryItem inventoryItem) static void
RecipeMonitor.LogInit
(Recipe recipe, IsoGameCharacter isoGameCharacter, ArrayList<ItemContainer> arrayList, InventoryItem inventoryItem, ArrayList<InventoryItem> var4, boolean boolean0) -
Uses of ItemContainer in zombie.inventory.types
Methods in zombie.inventory.types that return ItemContainerModifier and TypeMethodDescriptionInventoryContainer.getInventory()
InventoryContainer.getItemContainer()
Methods in zombie.inventory.types with parameters of type ItemContainerModifier and TypeMethodDescriptionvoid
Food.OnAddedToContainer
(ItemContainer var1) void
Food.OnBeforeRemoveFromContainer
(ItemContainer var1) void
InventoryContainer.setItemContainer
(ItemContainer cont) -
Uses of ItemContainer in zombie.iso
Fields in zombie.iso declared as ItemContainerMethods in zombie.iso that return ItemContainerModifier and TypeMethodDescriptionIsoObject.getContainer()
IsoObject.getContainerByEitherType
(String type1, String type2) IsoObject.getContainerByIndex
(int index) IsoObject.getContainerByType
(String type) IsoObject.getItemContainer()
Methods in zombie.iso with parameters of type ItemContainerModifier and TypeMethodDescriptionvoid
IsoObject.addSecondaryContainer
(ItemContainer _container) int
IsoObject.getContainerIndex
(ItemContainer _container) boolean
IsoObject.isItemAllowedInContainer
(ItemContainer _container, InventoryItem item) boolean
IsoObject.isRemoveItemAllowedFromContainer
(ItemContainer _container, InventoryItem item) void
IsoObject.setContainer
(ItemContainer _container) -
Uses of ItemContainer in zombie.iso.areas
Fields in zombie.iso.areas with type parameters of type ItemContainerModifier and TypeFieldDescriptionfinal ArrayList
<ItemContainer> IsoBuilding.container
final ArrayList
<ItemContainer> IsoRoom.Containers
Methods in zombie.iso.areas that return ItemContainerModifier and TypeMethodDescriptionIsoBuilding.getContainerWith
(ItemType itemType) IsoBuilding.getRandomContainer
(String type) IsoBuilding.getRandomContainerSingle
(String string) Methods in zombie.iso.areas that return types with arguments of type ItemContainer -
Uses of ItemContainer in zombie.iso.objects
Methods in zombie.iso.objects that return ItemContainerModifier and TypeMethodDescriptionClothingDryerLogic.getContainer()
ClothingWasherLogic.getContainer()
Methods in zombie.iso.objects with parameters of type ItemContainerModifier and TypeMethodDescriptionboolean
ClothingDryerLogic.isItemAllowedInContainer
(ItemContainer container, InventoryItem item) boolean
ClothingWasherLogic.isItemAllowedInContainer
(ItemContainer container, InventoryItem item) boolean
IsoClothingDryer.isItemAllowedInContainer
(ItemContainer container, InventoryItem item) boolean
IsoClothingWasher.isItemAllowedInContainer
(ItemContainer container, InventoryItem item) boolean
IsoCombinationWasherDryer.isItemAllowedInContainer
(ItemContainer container, InventoryItem item) boolean
IsoFeedingTrough.isItemAllowedInContainer
(ItemContainer var1, InventoryItem inventoryItem) boolean
IsoMannequin.isItemAllowedInContainer
(ItemContainer container, InventoryItem item) boolean
IsoStackedWasherDryer.isItemAllowedInContainer
(ItemContainer container, InventoryItem item) boolean
ClothingDryerLogic.isRemoveItemAllowedFromContainer
(ItemContainer container, InventoryItem item) boolean
ClothingWasherLogic.isRemoveItemAllowedFromContainer
(ItemContainer container, InventoryItem item) boolean
IsoClothingDryer.isRemoveItemAllowedFromContainer
(ItemContainer container, InventoryItem item) boolean
IsoClothingWasher.isRemoveItemAllowedFromContainer
(ItemContainer container, InventoryItem item) boolean
IsoCombinationWasherDryer.isRemoveItemAllowedFromContainer
(ItemContainer container, InventoryItem item) boolean
IsoStackedWasherDryer.isRemoveItemAllowedFromContainer
(ItemContainer container, InventoryItem item) void
IsoDeadBody.setContainer
(ItemContainer container) void
IsoFeedingTrough.setContainer
(ItemContainer itemContainer) -
Uses of ItemContainer in zombie.iso.objects.interfaces
Methods in zombie.iso.objects.interfaces that return ItemContainerMethods in zombie.iso.objects.interfaces with parameters of type ItemContainerModifier and TypeMethodDescriptionboolean
IClothingWasherDryerLogic.isItemAllowedInContainer
(ItemContainer container, InventoryItem item) boolean
IClothingWasherDryerLogic.isRemoveItemAllowedFromContainer
(ItemContainer container, InventoryItem item) -
Uses of ItemContainer in zombie.Lua
Methods in zombie.Lua with parameters of type ItemContainerModifier and TypeMethodDescriptionstatic byte
LuaManager.GlobalObject.createItemTransaction
(IsoPlayer isoPlayer, InventoryItem inventoryItem, ItemContainer itemContainer0, ItemContainer itemContainer1) static byte
LuaManager.GlobalObject.createItemTransactionWithPosData
(IsoPlayer isoPlayer, InventoryItem inventoryItem, ItemContainer itemContainer0, ItemContainer itemContainer1, String string, float float0, float float1, float float2) Deprecated.static void
LuaManager.fillContainer
(ItemContainer container, IsoPlayer isoPlayer) static boolean
LuaManager.GlobalObject.isItemTransactionConsistent
(InventoryItem inventoryItem, ItemContainer itemContainer0, ItemContainer itemContainer1, String string) static void
LuaManager.GlobalObject.replaceItemInContainer
(ItemContainer itemContainer, InventoryItem inventoryItem0, InventoryItem inventoryItem1) static void
LuaManager.GlobalObject.sendAddItemsToContainer
(ItemContainer itemContainer, ArrayList<InventoryItem> arrayList) static void
LuaManager.GlobalObject.sendAddItemToContainer
(ItemContainer itemContainer, InventoryItem inventoryItem) static void
LuaManager.GlobalObject.sendItemsInContainer
(IsoObject obj, ItemContainer container) static void
LuaManager.GlobalObject.sendRemoveItemFromContainer
(ItemContainer itemContainer, InventoryItem inventoryItem) static void
LuaManager.GlobalObject.sendRemoveItemsFromContainer
(ItemContainer itemContainer, ArrayList<InventoryItem> arrayList) static void
LuaManager.GlobalObject.sendReplaceItemInContainer
(ItemContainer itemContainer, InventoryItem inventoryItem0, InventoryItem inventoryItem1) -
Uses of ItemContainer in zombie.network
Methods in zombie.network with parameters of type ItemContainerModifier and TypeMethodDescriptionvoid
GameClient.addToItemRemoveSendBuffer
(IsoObject parent, ItemContainer container, InventoryItem item) void
GameClient.addToItemSendBuffer
(IsoObject parent, ItemContainer container, InventoryItem item) static void
GameServer.sendAddItemsToContainer
(ItemContainer itemContainer, ArrayList<InventoryItem> arrayList) static void
GameServer.sendAddItemToContainer
(ItemContainer container, InventoryItem item) static void
GameServer.sendItemsInContainer
(IsoObject o, ItemContainer container) static void
GameClient.sendRemoveItemFromContainer
(ItemContainer itemContainer, InventoryItem inventoryItem) static void
GameServer.sendRemoveItemFromContainer
(ItemContainer container, InventoryItem item) static void
GameServer.sendRemoveItemsFromContainer
(ItemContainer itemContainer, ArrayList<InventoryItem> arrayList) static void
GameServer.sendReplaceItemInContainer
(ItemContainer itemContainer, InventoryItem inventoryItem0, InventoryItem inventoryItem1) -
Uses of ItemContainer in zombie.network.fields
Methods in zombie.network.fields that return ItemContainerMethods in zombie.network.fields with parameters of type ItemContainerModifier and TypeMethodDescriptionboolean
ContainerID.isContainerTheSame
(int int0, ItemContainer itemContainer) void
ContainerID.set
(ItemContainer itemContainer) void
ContainerID.set
(ItemContainer itemContainer, IsoObject isoObject) void
ContainerID.setFloor
(ItemContainer itemContainer, IsoGridSquare isoGridSquare) void
ContainerID.setInventoryContainer
(ItemContainer itemContainer, IsoPlayer isoPlayer) void
ContainerID.setObject
(ItemContainer itemContainer, IsoObject isoObject, IsoGridSquare isoGridSquare) -
Uses of ItemContainer in zombie.radio.devices
Methods in zombie.radio.devices with parameters of type ItemContainerModifier and TypeMethodDescriptionDeviceData.getBattery
(ItemContainer inventory) DeviceData.getHeadphones
(ItemContainer inventory) DeviceData.removeMediaItem
(ItemContainer inventory) -
Uses of ItemContainer in zombie.randomizedWorld.randomizedBuilding
Methods in zombie.randomizedWorld.randomizedBuilding with parameters of type ItemContainerModifier and TypeMethodDescriptionRandomizedBuildingBase.addRandomRangedWeapon
(ItemContainer container, boolean addBulletsInGun, boolean addBoxInContainer, boolean attachPart) -
Uses of ItemContainer in zombie.scripting.objects
Method parameters in zombie.scripting.objects with type arguments of type ItemContainerModifier and TypeMethodDescriptionEvolvedRecipe.getItemsCanBeUse
(IsoGameCharacter chr, InventoryItem _baseItem, ArrayList<ItemContainer> containers) -
Uses of ItemContainer in zombie.vehicles
Fields in zombie.vehicles declared as ItemContainerMethods in zombie.vehicles that return ItemContainerMethods in zombie.vehicles with parameters of type ItemContainerModifier and TypeMethodDescriptionvoid
BaseVehicle.putKeyToContainer
(ItemContainer container, IsoGridSquare sq, IsoObject obj) void
VehiclePart.setItemContainer
(ItemContainer _container)