Uses of Class
zombie.inventory.ItemContainer
Packages that use ItemContainer
Package
Description
-
Uses of ItemContainer in zombie.ai.states
Methods in zombie.ai.states with parameters of type ItemContainerModifier and TypeMethodDescriptionvoid
GrappledThrownIntoContainerState.setParams
(IsoGameCharacter character, ItemContainer container) -
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 that return types with arguments of type ItemContainerModifier and TypeMethodDescriptionIsoGameCharacter.getContainers()
<T> PZArrayList
<ItemContainer> IsoGameCharacter.getContextWorldContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback) <T> PZArrayList
<ItemContainer> IsoGameCharacter.getContextWorldContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) <T> PZArrayList
<ItemContainer> IsoGameCharacter.getContextWorldContainersInObjects
(IsoObject[] objects, T object1, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) IsoGameCharacter.getContextWorldContainersWithHumanCorpse
(IsoObject[] objects) IsoGameCharacter.getContextWorldSuitableContainersToDropCorpseInObjects
(IsoObject[] objects) IsoGameCharacter.getSuitableContainersToDropCorpse()
IsoGameCharacter.getSuitableContainersToDropCorpse
(PZArrayList<ItemContainer> pZArrayList) IsoGameCharacter.getSuitableContainersToDropCorpseInSquare
(IsoGridSquare square) IsoGameCharacter.getSuitableContainersToDropCorpseInSquare
(IsoGridSquare square, PZArrayList<ItemContainer> pZArrayList) IsoGameCharacter.getSuitableContainersWithHumanCorpseInSquare
(IsoGridSquare square) IsoGameCharacter.getSuitableContainersWithHumanCorpseInSquare
(IsoGridSquare square, PZArrayList<ItemContainer> pZArrayList) Methods in zombie.characters with parameters of type ItemContainerModifier and TypeMethodDescriptionIsoGameCharacter.becomeCorpseItem
(ItemContainer container) boolean
IsoGameCharacter.canAccessContainer
(ItemContainer container) static boolean
IsoGameCharacter.canDropCorpseInto
(IsoGameCharacter character, ItemContainer container) static boolean
IsoGameCharacter.canGrabCorpseFrom
(IsoGameCharacter character, ItemContainer container) IsoGameCharacter.getContainerToolTip
(ItemContainer container) void
IsoGameCharacter.setInventory
(ItemContainer _inventory) void
IsoGameCharacter.throwGrappledIntoInventory
(ItemContainer container) Method parameters in zombie.characters with type arguments of type ItemContainerModifier and TypeMethodDescription<T> PZArrayList
<ItemContainer> IsoGameCharacter.getContextWorldContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback) <T> PZArrayList
<ItemContainer> IsoGameCharacter.getContextWorldContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) <T> PZArrayList
<ItemContainer> IsoGameCharacter.getContextWorldContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) <T> PZArrayList
<ItemContainer> IsoGameCharacter.getContextWorldContainersInObjects
(IsoObject[] objects, T object1, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) <T> PZArrayList
<ItemContainer> IsoGameCharacter.getContextWorldContainersInObjects
(IsoObject[] objects, T object1, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) IsoGameCharacter.getSuitableContainersToDropCorpse
(PZArrayList<ItemContainer> pZArrayList) IsoGameCharacter.getSuitableContainersToDropCorpseInSquare
(IsoGridSquare square, PZArrayList<ItemContainer> pZArrayList) IsoGameCharacter.getSuitableContainersWithHumanCorpseInSquare
(IsoGridSquare square, PZArrayList<ItemContainer> pZArrayList) -
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.crafting
Methods in zombie.entity.components.crafting that return types with arguments of type ItemContainerModifier and TypeMethodDescriptionBaseCraftingLogic.getContainers()
CraftLogicUILogic.getContainers()
Method parameters in zombie.entity.components.crafting with type arguments of type ItemContainerModifier and TypeMethodDescriptionboolean
BaseCraftingLogic.isContainersAccessible
(List<ItemContainer> list) boolean
BaseCraftingLogic.setContainers
(ArrayList<ItemContainer> arrayList0) void
CraftLogicUILogic.setContainers
(ArrayList<ItemContainer> arrayList) boolean
BaseCraftingLogic.updateFloorContainer
(ArrayList<ItemContainer> arrayList) -
Uses of ItemContainer in zombie.entity.components.crafting.recipe
Method parameters in zombie.entity.components.crafting.recipe with type arguments of type ItemContainerModifier and TypeMethodDescriptionboolean
CraftRecipeData.canPerform
(IsoGameCharacter character, List<Resource> list0, List<InventoryItem> list1, boolean boolean0, ArrayList<ItemContainer> arrayList) static ArrayList
<InventoryItem> CraftRecipeManager.getAllItemsFromContainers
(ArrayList<ItemContainer> arrayList1, ArrayList<InventoryItem> arrayList0) static ArrayList
<CraftRecipe> CraftRecipeManager.getUniqueRecipeItems
(InventoryItem item, IsoGameCharacter character, ArrayList<ItemContainer> arrayList) static boolean
CraftRecipeManager.isValidRecipeForCharacter
(CraftRecipe craftRecipe, IsoGameCharacter character, CraftRecipeMonitor craftRecipeMonitor, ArrayList<ItemContainer> arrayList) boolean
CraftRecipeData.perform
(IsoGameCharacter character, List<Resource> list0, List<InventoryItem> list1, ArrayList<ItemContainer> arrayList) -
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 arg0, ItemPickInfo.Caller arg1) 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 arg0, ItemContainer arg1) static InventoryItem
ItemSpawner.spawnItem
(String arg0, ItemContainer arg1, boolean arg2) static InventoryItem
ItemSpawner.spawnItem
(InventoryItem arg0, ItemContainer arg1) static InventoryItem
ItemSpawner.spawnItem
(InventoryItem arg0, ItemContainer arg1, boolean arg2) 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 arg0) 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.getContainerClickedOn
(int int0, int int1) IsoObject.getItemContainer()
Methods in zombie.iso that return types with arguments of type ItemContainerModifier and TypeMethodDescription<T> PZArrayList
<ItemContainer> IsoGridSquare.getAllContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) <T> PZArrayList
<ItemContainer> IsoGridSquare.getAllContainersFromAdjacentSquare
(IsoDirections directions, T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) <T> PZArrayList
<ItemContainer> IsoObject.getContainers
(T object1, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) <T> PZArrayList
<ItemContainer> IsoGridSquare.getObjectContainers
(T object1, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList1) <T> PZArrayList
<ItemContainer> IsoGridSquare.getVehicleItemContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback) <T> PZArrayList
<ItemContainer> IsoGridSquare.getVehicleItemContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) 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) Method parameters in zombie.iso with type arguments of type ItemContainerModifier and TypeMethodDescription<T> PZArrayList
<ItemContainer> IsoGridSquare.getAllContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) <T> PZArrayList
<ItemContainer> IsoGridSquare.getAllContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) <T> PZArrayList
<ItemContainer> IsoGridSquare.getAllContainersFromAdjacentSquare
(IsoDirections directions, T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) <T> PZArrayList
<ItemContainer> IsoGridSquare.getAllContainersFromAdjacentSquare
(IsoDirections directions, T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) <T> PZArrayList
<ItemContainer> IsoObject.getContainers
(T object1, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) <T> PZArrayList
<ItemContainer> IsoObject.getContainers
(T object1, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) <T> PZArrayList
<ItemContainer> IsoGridSquare.getObjectContainers
(T object1, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList1) <T> PZArrayList
<ItemContainer> IsoGridSquare.getObjectContainers
(T object1, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList1) <T> PZArrayList
<ItemContainer> IsoGridSquare.getVehicleItemContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback) <T> PZArrayList
<ItemContainer> IsoGridSquare.getVehicleItemContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) <T> PZArrayList
<ItemContainer> IsoGridSquare.getVehicleItemContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) -
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 arg0, InventoryItem arg1) 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 arg0) -
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 player) 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 object, 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 arg0, ItemContainer arg1) void
ContainerID.set
(ItemContainer arg0) void
ContainerID.set
(ItemContainer arg0, IsoObject arg1) void
ContainerID.setFloor
(ItemContainer arg0, IsoGridSquare arg1) void
ContainerID.setInventoryContainer
(ItemContainer arg0, IsoPlayer arg1) void
ContainerID.setObject
(ItemContainer arg0, IsoObject arg1, IsoGridSquare arg2) void
ContainerID.setObjectInVehicle
(ItemContainer container0, IsoObject objectx, IsoGridSquare square, ItemContainer container1) -
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.entity.components.crafting
Method parameters in zombie.scripting.entity.components.crafting with type arguments of type ItemContainerModifier and TypeMethodDescriptionboolean
CraftRecipe.hasRecipeAtHand
(IsoGameCharacter character, ArrayList<ItemContainer> arrayList) boolean
CraftRecipe.validateBenefitFromRecipeAtHand
(IsoGameCharacter character, ArrayList<ItemContainer> arrayList) -
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 that return types with arguments of type ItemContainerModifier and TypeMethodDescription<T> PZArrayList
<ItemContainer> BaseVehicle.getVehicleItemContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback) <T> PZArrayList
<ItemContainer> BaseVehicle.getVehicleItemContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) Methods in zombie.vehicles with parameters of type ItemContainerModifier and TypeMethodDescriptionvoid
BaseVehicle.putKeyToContainer
(ItemContainer container, IsoGridSquare sq, IsoObject obj) void
VehiclePart.setItemContainer
(ItemContainer _container) Method parameters in zombie.vehicles with type arguments of type ItemContainerModifier and TypeMethodDescription<T> PZArrayList
<ItemContainer> BaseVehicle.getVehicleItemContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback) <T> PZArrayList
<ItemContainer> BaseVehicle.getVehicleItemContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList) <T> PZArrayList
<ItemContainer> BaseVehicle.getVehicleItemContainers
(T object, Invokers.Params2.Boolean.ICallback<T, ItemContainer> iCallback, PZArrayList<ItemContainer> pZArrayList)