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 TypeMethodDescriptionvoidGrappledThrownIntoContainerState.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) booleanIsoGameCharacter.canAccessContainer(ItemContainer container) static booleanIsoGameCharacter.canDropCorpseInto(IsoGameCharacter character, ItemContainer container) static booleanIsoGameCharacter.canGrabCorpseFrom(IsoGameCharacter character, ItemContainer container) IsoGameCharacter.getContainerToolTip(ItemContainer container) voidIsoGameCharacter.setInventory(ItemContainer _inventory) voidIsoGameCharacter.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 TypeMethodDescriptionvoidWornItems.addItemsToItemContainer(ItemContainer container) -
Uses of ItemContainer in zombie.core
Methods in zombie.core with parameters of type ItemContainerModifier and TypeMethodDescriptionstatic byteTransactionManager.changeItemTypeTransaction(IsoPlayer player, InventoryItem item, ItemContainer container0, ItemContainer container1, String string) static byteTransactionManager.createItemTransaction(IsoPlayer player, InventoryItem item, ItemContainer container0, ItemContainer container1) static byteTransactionManager.createItemTransaction(IsoPlayer player, InventoryItem item, ItemContainer container0, ItemContainer container1, IsoDirections directions, float float0, float float1, float float2) static byteTransactionManager.isConsistent(int int0, ItemContainer container1, ItemContainer container0, String string1, ItemTransactionPacket itemTransactionPacket) voidTransaction.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 TypeMethodDescriptionbooleanBaseCraftingLogic.isContainersAccessible(List<ItemContainer> list) booleanBaseCraftingLogic.setContainers(ArrayList<ItemContainer> arrayList0) voidCraftLogicUILogic.setContainers(ArrayList<ItemContainer> arrayList) booleanBaseCraftingLogic.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 TypeMethodDescriptionbooleanCraftRecipeData.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 booleanCraftRecipeManager.isValidRecipeForCharacter(CraftRecipe craftRecipe, IsoGameCharacter character, CraftRecipeMonitor craftRecipeMonitor, ArrayList<ItemContainer> arrayList) booleanCraftRecipeData.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 booleanItemPickerJava.addVehicleKeyAsLoot(InventoryItem item, ItemContainer container) static booleanItemPickerJava.containerHasZone(ItemContainer container, String string) static voidItemPickerJava.doRollItem(ItemPickerJava.ItemPickerContainer itemPickerContainer, ItemContainer container, float float0, IsoGameCharacter character, boolean boolean0, ItemPickerJava.ItemPickerRoom itemPickerRoom) static voidItemPickerJava.fillContainer(ItemContainer container, IsoPlayer _player) static voidItemPickerJava.fillContainerType(ItemPickerJava.ItemPickerRoom roomDist, ItemContainer container, String roomName, IsoGameCharacter character) static floatItemPickerJava.getActualSpawnChance(ItemPickerJava.ItemPickerItem itemPickerItem, IsoGameCharacter character, ItemContainer container, float float2, boolean boolean0) static StringItemPickerJava.getContainerZombiesType(ItemContainer container) static ItemPickInfoItemPickInfo.GetPickInfo(ItemContainer arg0, ItemPickInfo.Caller arg1) static floatItemPickerJava.getZombieDensityFactor(ItemPickerJava.ItemPickerContainer itemPickerContainer, ItemContainer container) static voidItemPickerJava.itemSpawnSanityCheck(InventoryItem item, ItemContainer container) voidInventoryItem.OnAddedToContainer(ItemContainer var1) voidInventoryItem.OnBeforeRemoveFromContainer(ItemContainer var1) static voidItemPickerJava.rollItem(ItemPickerJava.ItemPickerContainer containerDist, ItemContainer container, boolean doItemContainer, IsoGameCharacter character, ItemPickerJava.ItemPickerRoom roomDist) voidInventoryItem.setContainer(ItemContainer _container) voidInventoryItem.setRightClickContainer(ItemContainer _rightClickContainer) static InventoryItemItemSpawner.spawnItem(String arg0, ItemContainer arg1) static InventoryItemItemSpawner.spawnItem(String arg0, ItemContainer arg1, boolean arg2) static InventoryItemItemSpawner.spawnItem(InventoryItem arg0, ItemContainer arg1) static InventoryItemItemSpawner.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 voidItemPickerJava.spawnLootCarKey(InventoryItem item, ItemContainer container) static voidItemPickerJava.spawnLootCarKey(InventoryItem item, ItemContainer container0, ItemContainer container1) static InventoryItemItemPickerJava.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 InventoryItemRecipeManager.GetMovableRecipeTool(boolean isPrimary, Recipe recipe, InventoryItem selectedItem, IsoGameCharacter chr, ArrayList<ItemContainer> containers) intItemContainer.getNumberOfItem(String findItem, boolean includeReplaceOnDeplete, ArrayList<ItemContainer> containers) static intRecipeManager.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 booleanRecipeManager.HasAllRequiredItems(Recipe recipe, IsoGameCharacter chr, InventoryItem selectedItem, ArrayList<ItemContainer> containers) static booleanRecipeManager.hasHeat(Recipe recipe, InventoryItem item, ArrayList<ItemContainer> containers, IsoGameCharacter chr) static booleanRecipeManager.isAllItemsUsableRotten(Recipe recipe, IsoGameCharacter character, InventoryItem item1, ArrayList<ItemContainer> arrayList) static booleanRecipeManager.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 voidRecipeManager.printDebugRecipeValid(Recipe recipe, IsoGameCharacter character, InventoryItem item, ArrayList<ItemContainer> arrayList) static booleanRecipeManager.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 StringRecipeMonitor.getContainerString(ItemContainer arg0) Method parameters in zombie.inventory.recipemanager with type arguments of type ItemContainerModifier and TypeMethodDescriptionstatic ItemRecipeItemRecipe.Alloc(Recipe recipex, IsoGameCharacter characterx, ArrayList<ItemContainer> arrayList0, InventoryItem item, ArrayList<InventoryItem> arrayList1, boolean boolean0) static intItemRecipe.getNumberOfTimesRecipeCanBeDone(Recipe recipex, IsoGameCharacter characterx, ArrayList<ItemContainer> arrayList, InventoryItem item) static voidRecipeMonitor.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 TypeMethodDescriptionvoidFood.OnAddedToContainer(ItemContainer var1) voidFood.OnBeforeRemoveFromContainer(ItemContainer var1) voidInventoryContainer.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 TypeMethodDescriptionvoidIsoObject.addSecondaryContainer(ItemContainer _container) intIsoObject.getContainerIndex(ItemContainer _container) booleanIsoObject.isItemAllowedInContainer(ItemContainer _container, InventoryItem item) booleanIsoObject.isRemoveItemAllowedFromContainer(ItemContainer _container, InventoryItem item) voidIsoObject.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.containerfinal ArrayList<ItemContainer> IsoRoom.ContainersMethods 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 TypeMethodDescriptionbooleanClothingDryerLogic.isItemAllowedInContainer(ItemContainer container, InventoryItem item) booleanClothingWasherLogic.isItemAllowedInContainer(ItemContainer container, InventoryItem item) booleanIsoClothingDryer.isItemAllowedInContainer(ItemContainer container, InventoryItem item) booleanIsoClothingWasher.isItemAllowedInContainer(ItemContainer container, InventoryItem item) booleanIsoCombinationWasherDryer.isItemAllowedInContainer(ItemContainer container, InventoryItem item) booleanIsoFeedingTrough.isItemAllowedInContainer(ItemContainer arg0, InventoryItem arg1) booleanIsoMannequin.isItemAllowedInContainer(ItemContainer container, InventoryItem item) booleanIsoStackedWasherDryer.isItemAllowedInContainer(ItemContainer container, InventoryItem item) booleanClothingDryerLogic.isRemoveItemAllowedFromContainer(ItemContainer container, InventoryItem item) booleanClothingWasherLogic.isRemoveItemAllowedFromContainer(ItemContainer container, InventoryItem item) booleanIsoClothingDryer.isRemoveItemAllowedFromContainer(ItemContainer container, InventoryItem item) booleanIsoClothingWasher.isRemoveItemAllowedFromContainer(ItemContainer container, InventoryItem item) booleanIsoCombinationWasherDryer.isRemoveItemAllowedFromContainer(ItemContainer container, InventoryItem item) booleanIsoStackedWasherDryer.isRemoveItemAllowedFromContainer(ItemContainer container, InventoryItem item) voidIsoDeadBody.setContainer(ItemContainer container) voidIsoFeedingTrough.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 TypeMethodDescriptionbooleanIClothingWasherDryerLogic.isItemAllowedInContainer(ItemContainer container, InventoryItem item) booleanIClothingWasherDryerLogic.isRemoveItemAllowedFromContainer(ItemContainer container, InventoryItem item) -
Uses of ItemContainer in zombie.Lua
Methods in zombie.Lua with parameters of type ItemContainerModifier and TypeMethodDescriptionstatic byteLuaManager.GlobalObject.createItemTransaction(IsoPlayer player, InventoryItem item, ItemContainer container0, ItemContainer container1) static byteLuaManager.GlobalObject.createItemTransactionWithPosData(IsoPlayer player, InventoryItem item, ItemContainer container0, ItemContainer container1, String string, float float0, float float1, float float2) Deprecated.static voidLuaManager.fillContainer(ItemContainer container, IsoPlayer player) static booleanLuaManager.GlobalObject.isItemTransactionConsistent(InventoryItem item, ItemContainer container0, ItemContainer container1, String string) static voidLuaManager.GlobalObject.replaceItemInContainer(ItemContainer container, InventoryItem item0, InventoryItem item1) static voidLuaManager.GlobalObject.sendAddItemsToContainer(ItemContainer container, ArrayList<InventoryItem> arrayList) static voidLuaManager.GlobalObject.sendAddItemToContainer(ItemContainer container, InventoryItem item) static voidLuaManager.GlobalObject.sendItemsInContainer(IsoObject obj, ItemContainer container) static voidLuaManager.GlobalObject.sendRemoveItemFromContainer(ItemContainer container, InventoryItem item) static voidLuaManager.GlobalObject.sendRemoveItemsFromContainer(ItemContainer container, ArrayList<InventoryItem> arrayList) static voidLuaManager.GlobalObject.sendReplaceItemInContainer(ItemContainer container, InventoryItem item0, InventoryItem item1) -
Uses of ItemContainer in zombie.network
Methods in zombie.network with parameters of type ItemContainerModifier and TypeMethodDescriptionvoidGameClient.addToItemRemoveSendBuffer(IsoObject parent, ItemContainer container, InventoryItem item) voidGameClient.addToItemSendBuffer(IsoObject parent, ItemContainer container, InventoryItem item) static voidGameServer.sendAddItemsToContainer(ItemContainer container, ArrayList<InventoryItem> arrayList) static voidGameServer.sendAddItemToContainer(ItemContainer container, InventoryItem item) static voidGameServer.sendItemsInContainer(IsoObject object, ItemContainer container) static voidGameClient.sendRemoveItemFromContainer(ItemContainer container, InventoryItem item) static voidGameServer.sendRemoveItemFromContainer(ItemContainer container, InventoryItem item) static voidGameServer.sendRemoveItemsFromContainer(ItemContainer container, ArrayList<InventoryItem> arrayList) static voidGameServer.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 TypeMethodDescriptionbooleanContainerID.isContainerTheSame(int arg0, ItemContainer arg1) voidContainerID.set(ItemContainer arg0) voidContainerID.set(ItemContainer arg0, IsoObject arg1) voidContainerID.setFloor(ItemContainer arg0, IsoGridSquare arg1) voidContainerID.setInventoryContainer(ItemContainer arg0, IsoPlayer arg1) voidContainerID.setObject(ItemContainer arg0, IsoObject arg1, IsoGridSquare arg2) voidContainerID.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 TypeMethodDescriptionbooleanCraftRecipe.hasRecipeAtHand(IsoGameCharacter character, ArrayList<ItemContainer> arrayList) booleanCraftRecipe.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 TypeMethodDescriptionvoidBaseVehicle.putKeyToContainer(ItemContainer container, IsoGridSquare sq, IsoObject obj) voidVehiclePart.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)