Uses of Class
zombie.inventory.ItemContainer
Packages that use ItemContainer
Package
Description
-
Uses of ItemContainer in zombie.characters
Methods 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 player, InventoryItem item, ItemContainer container0, ItemContainer container1, String string) static byte
TransactionManager.createItemTransaction
(IsoPlayer player, InventoryItem item, ItemContainer container0, ItemContainer container1) static byte
TransactionManager.createItemTransaction
(IsoPlayer player, InventoryItem item, ItemContainer container0, ItemContainer container1, IsoDirections directions, float float0, float float1, float float2) static byte
TransactionManager.isConsistent
(int int0, ItemContainer container1, ItemContainer container0, String string1, ItemTransactionPacket itemTransactionPacket) void
Transaction.set
(IsoPlayer player, InventoryItem item, ItemContainer container0, ItemContainer container1, String string, IsoDirections directions, 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 item, IsoGameCharacter character, ArrayList<ItemContainer> arrayList) void
HandcraftLogic.setContainers
(ArrayList<ItemContainer> arrayList0) -
Uses of ItemContainer in zombie.inventory
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 item, ItemContainer container) static boolean
ItemPickerJava.containerHasZone
(ItemContainer container, String string) static void
ItemPickerJava.doRollItem
(ItemPickerJava.ItemPickerContainer itemPickerContainer, ItemContainer container, float float0, IsoGameCharacter character, 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 character, ItemContainer container, float float2, boolean boolean0) static String
ItemPickerJava.getContainerZombiesType
(ItemContainer container) static ItemPickInfo
ItemPickInfo.GetPickInfo
(ItemContainer container0, ItemPickInfo.Caller caller) static float
ItemPickerJava.getZombieDensityFactor
(ItemPickerJava.ItemPickerContainer itemPickerContainer, ItemContainer container) static void
ItemPickerJava.itemSpawnSanityCheck
(InventoryItem item, ItemContainer container) 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 container) static InventoryItem
ItemSpawner.spawnItem
(String string, ItemContainer container, boolean boolean0) static InventoryItem
ItemSpawner.spawnItem
(InventoryItem item, ItemContainer container) static InventoryItem
ItemSpawner.spawnItem
(InventoryItem item, ItemContainer container, boolean boolean0) static List
<InventoryItem> ItemSpawner.spawnItems
(String string, int int0, ItemContainer container) static List
<InventoryItem> ItemSpawner.spawnItems
(InventoryItem item, int int0, ItemContainer container) static void
ItemPickerJava.spawnLootCarKey
(InventoryItem item, ItemContainer container) static void
ItemPickerJava.spawnLootCarKey
(InventoryItem item, ItemContainer container0, ItemContainer container1) 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 character, InventoryItem item1, ArrayList<ItemContainer> arrayList) static boolean
RecipeManager.IsRecipeValid
(Recipe recipe, IsoGameCharacter chr, InventoryItem item, ArrayList<ItemContainer> containers) static ArrayList
<InventoryItem> RecipeManager.PerformMakeItem
(Recipe recipe, InventoryItem item, IsoGameCharacter character, ArrayList<ItemContainer> arrayList0) static void
RecipeManager.printDebugRecipeValid
(Recipe recipe, IsoGameCharacter character, InventoryItem item, ArrayList<ItemContainer> arrayList) static boolean
RecipeManager.validateHasHeat
(Recipe recipe, InventoryItem item2, ArrayList<ItemContainer> arrayList, IsoGameCharacter character) -
Uses of ItemContainer in zombie.inventory.recipemanager
Methods in zombie.inventory.recipemanager with parameters of type ItemContainerModifier and TypeMethodDescriptionstatic String
RecipeMonitor.getContainerString
(ItemContainer container) Method parameters in zombie.inventory.recipemanager with type arguments of type ItemContainerModifier and TypeMethodDescriptionstatic ItemRecipe
ItemRecipe.Alloc
(Recipe recipex, IsoGameCharacter characterx, ArrayList<ItemContainer> arrayList0, InventoryItem item, ArrayList<InventoryItem> arrayList1, boolean boolean0) static int
ItemRecipe.getNumberOfTimesRecipeCanBeDone
(Recipe recipex, IsoGameCharacter characterx, ArrayList<ItemContainer> arrayList, InventoryItem item) static void
RecipeMonitor.LogInit
(Recipe recipe, IsoGameCharacter character, ArrayList<ItemContainer> arrayList, InventoryItem item, 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 item) 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 container) -
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 player, InventoryItem item, ItemContainer container0, ItemContainer container1) static byte
LuaManager.GlobalObject.createItemTransactionWithPosData
(IsoPlayer player, InventoryItem item, ItemContainer container0, ItemContainer container1, String string, float float0, float float1, float float2) Deprecated.static void
LuaManager.fillContainer
(ItemContainer container, IsoPlayer isoPlayer) static boolean
LuaManager.GlobalObject.isItemTransactionConsistent
(InventoryItem item, ItemContainer container0, ItemContainer container1, String string) static void
LuaManager.GlobalObject.replaceItemInContainer
(ItemContainer container, InventoryItem item0, InventoryItem item1) static void
LuaManager.GlobalObject.sendAddItemsToContainer
(ItemContainer container, ArrayList<InventoryItem> arrayList) static void
LuaManager.GlobalObject.sendAddItemToContainer
(ItemContainer container, InventoryItem item) static void
LuaManager.GlobalObject.sendItemsInContainer
(IsoObject obj, ItemContainer container) static void
LuaManager.GlobalObject.sendRemoveItemFromContainer
(ItemContainer container, InventoryItem item) static void
LuaManager.GlobalObject.sendRemoveItemsFromContainer
(ItemContainer container, ArrayList<InventoryItem> arrayList) static void
LuaManager.GlobalObject.sendReplaceItemInContainer
(ItemContainer container, InventoryItem item0, InventoryItem item1) -
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 container, ArrayList<InventoryItem> arrayList) static void
GameServer.sendAddItemToContainer
(ItemContainer container, InventoryItem item) static void
GameServer.sendItemsInContainer
(IsoObject o, ItemContainer container) static void
GameClient.sendRemoveItemFromContainer
(ItemContainer container, InventoryItem item) static void
GameServer.sendRemoveItemFromContainer
(ItemContainer container, InventoryItem item) static void
GameServer.sendRemoveItemsFromContainer
(ItemContainer container, ArrayList<InventoryItem> arrayList) static void
GameServer.sendReplaceItemInContainer
(ItemContainer container, InventoryItem item0, InventoryItem item1) -
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 containerx) void
ContainerID.set
(ItemContainer containerx) void
ContainerID.set
(ItemContainer containerx, IsoObject objectx) void
ContainerID.setFloor
(ItemContainer containerx, IsoGridSquare square) void
ContainerID.setInventoryContainer
(ItemContainer containerx, IsoPlayer player) void
ContainerID.setObject
(ItemContainer containerx, IsoObject objectx, IsoGridSquare square) -
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
Methods 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)