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 owner, ItemContainer in_targetContainer) -
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 in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate) <T> PZArrayList<ItemContainer> IsoGameCharacter.getContextWorldContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> IsoGameCharacter.getContextWorldContainersInObjects(IsoObject[] in_contextObjects, T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) IsoGameCharacter.getContextWorldContainersWithHumanCorpse(IsoObject[] in_contextObjects) IsoGameCharacter.getContextWorldSuitableContainersToDropCorpseInObjects(IsoObject[] in_contextObjects) IsoGameCharacter.getSuitableContainersToDropCorpse()IsoGameCharacter.getSuitableContainersToDropCorpse(PZArrayList<ItemContainer> inout_foundContainers) IsoGameCharacter.getSuitableContainersToDropCorpseInSquare(IsoGridSquare in_square) IsoGameCharacter.getSuitableContainersToDropCorpseInSquare(IsoGridSquare in_square, PZArrayList<ItemContainer> inout_foundContainers) IsoGameCharacter.getSuitableContainersWithHumanCorpseInSquare(IsoGridSquare in_square) IsoGameCharacter.getSuitableContainersWithHumanCorpseInSquare(IsoGridSquare in_square, PZArrayList<ItemContainer> inout_foundContainers) Methods in zombie.characters with parameters of type ItemContainerModifier and TypeMethodDescriptionIsoGameCharacter.becomeCorpseItem(ItemContainer in_placeInContainer) booleanIsoGameCharacter.canAccessContainer(ItemContainer in_container) static booleanIsoGameCharacter.canDropCorpseInto(IsoGameCharacter in_chr, ItemContainer in_container) static booleanIsoGameCharacter.canGrabCorpseFrom(IsoGameCharacter in_chr, ItemContainer in_container) IsoGameCharacter.getContainerToolTip(ItemContainer in_container) voidIsoGameCharacter.setInventory(ItemContainer inventory) voidIsoGameCharacter.throwGrappledIntoInventory(ItemContainer in_targetContainer) Method parameters in zombie.characters with type arguments of type ItemContainerModifier and TypeMethodDescription<T> PZArrayList<ItemContainer> IsoGameCharacter.getContextWorldContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate) <T> PZArrayList<ItemContainer> IsoGameCharacter.getContextWorldContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> IsoGameCharacter.getContextWorldContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> IsoGameCharacter.getContextWorldContainersInObjects(IsoObject[] in_contextObjects, T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> IsoGameCharacter.getContextWorldContainersInObjects(IsoObject[] in_contextObjects, T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) IsoGameCharacter.getSuitableContainersToDropCorpse(PZArrayList<ItemContainer> inout_foundContainers) IsoGameCharacter.getSuitableContainersToDropCorpseInSquare(IsoGridSquare in_square, PZArrayList<ItemContainer> inout_foundContainers) IsoGameCharacter.getSuitableContainersWithHumanCorpseInSquare(IsoGridSquare in_square, PZArrayList<ItemContainer> inout_foundContainers) -
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 source, ItemContainer destination, String extra) static byteTransactionManager.createItemTransaction(IsoPlayer player, InventoryItem item, ItemContainer source, ItemContainer destination) static byteTransactionManager.createItemTransaction(IsoPlayer player, InventoryItem item, ItemContainer source, ItemContainer destination, IsoDirections direction, float posX, float posY, float posZ) static byteTransactionManager.isConsistent(int itemId, InventoryItem worldItem, ItemContainer source, ItemContainer destination, String extra, ItemTransactionPacket dropTransaction) voidTransaction.set(IsoPlayer player, InventoryItem item, ItemContainer source, ItemContainer destination, String extra, IsoDirections direction, float posX, float posY, float posZ) -
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> containers) booleanBaseCraftingLogic.setContainers(ArrayList<ItemContainer> containersToUse) voidCraftLogicUILogic.setContainers(ArrayList<ItemContainer> containersToUse) booleanBaseCraftingLogic.updateFloorContainer(ArrayList<ItemContainer> containers) -
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> inputResources, List<InventoryItem> overrideInputItems, boolean forceTestAll, ArrayList<ItemContainer> containers) static ArrayList<InventoryItem> CraftRecipeManager.getAllItemsFromContainers(ArrayList<ItemContainer> containers, ArrayList<InventoryItem> items) static ArrayList<CraftRecipe> CraftRecipeManager.getUniqueRecipeItems(InventoryItem item, IsoGameCharacter chr, ArrayList<ItemContainer> containers) static booleanCraftRecipeManager.isValidRecipeForCharacter(CraftRecipe recipe, IsoGameCharacter character, CraftRecipeMonitor _m, ArrayList<ItemContainer> containers) booleanCraftRecipeData.perform(IsoGameCharacter character, List<Resource> inputResources, List<InventoryItem> overrideInputItems, ArrayList<ItemContainer> containers) -
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 spawnItem, ItemContainer container) static booleanItemPickerJava.containerHasZone(ItemContainer container, String zone) static voidItemPickerJava.doRollItem(ItemPickerJava.ItemPickerContainer containerDist, ItemContainer container, float zombieDensity, IsoGameCharacter character, boolean doItemContainer, ItemPickerJava.ItemPickerRoom roomDist) static voidItemPickerJava.fillContainer(ItemContainer container, IsoPlayer player) static voidItemPickerJava.fillContainerType(ItemPickerJava.ItemPickerRoom roomDist, ItemContainer container, String roomName, IsoGameCharacter character) static floatItemPickerJava.getActualSpawnChance(ItemPickerJava.ItemPickerItem item, IsoGameCharacter character, ItemContainer container, float zombieDensity, boolean isJunk) static StringItemPickerJava.getContainerZombiesType(ItemContainer container) static ItemPickInfoItemPickInfo.GetPickInfo(ItemContainer container, ItemPickInfo.Caller caller) static floatItemPickerJava.getZombieDensityFactor(ItemPickerJava.ItemPickerContainer containerDist, ItemContainer container) static voidItemPickerJava.itemSpawnSanityCheck(InventoryItem spawnItem, ItemContainer container) voidInventoryItem.OnAddedToContainer(ItemContainer container) voidInventoryItem.OnBeforeRemoveFromContainer(ItemContainer container) 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 itemType, ItemContainer container) static InventoryItemItemSpawner.spawnItem(String itemType, ItemContainer container, boolean fill) static InventoryItemItemSpawner.spawnItem(InventoryItem item, ItemContainer container) static InventoryItemItemSpawner.spawnItem(InventoryItem item, ItemContainer container, boolean fill) static List<InventoryItem> ItemSpawner.spawnItems(String itemType, int count, ItemContainer container) static List<InventoryItem> ItemSpawner.spawnItems(InventoryItem item, int count, ItemContainer container) static voidItemPickerJava.spawnLootCarKey(InventoryItem spawnItem, ItemContainer container) static voidItemPickerJava.spawnLootCarKey(InventoryItem spawnItem, ItemContainer container, ItemContainer outtermost) voidItemContainer.takeItemsFrom(ItemContainer other) 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 chr, InventoryItem selectedItem, ArrayList<ItemContainer> containers) static booleanRecipeManager.IsRecipeValid(Recipe recipe, IsoGameCharacter chr, InventoryItem item, ArrayList<ItemContainer> containers) static ArrayList<InventoryItem> RecipeManager.PerformMakeItem(Recipe recipe, InventoryItem selectedItem, IsoGameCharacter chr, ArrayList<ItemContainer> containers) static voidRecipeManager.printDebugRecipeValid(Recipe recipe, IsoGameCharacter chr, InventoryItem item, ArrayList<ItemContainer> containers) static booleanRecipeManager.validateHasHeat(Recipe recipe, InventoryItem item, ArrayList<ItemContainer> containers, IsoGameCharacter chr) -
Uses of ItemContainer in zombie.inventory.recipemanager
Methods in zombie.inventory.recipemanager with parameters of type ItemContainerModifier and TypeMethodDescriptionstatic StringRecipeMonitor.getContainerString(ItemContainer container) Method parameters in zombie.inventory.recipemanager with type arguments of type ItemContainerModifier and TypeMethodDescriptionstatic ItemRecipeItemRecipe.Alloc(Recipe recipe, IsoGameCharacter character, ArrayList<ItemContainer> containers, InventoryItem selectedItem, ArrayList<InventoryItem> ignoreItems, boolean allItems) static intItemRecipe.getNumberOfTimesRecipeCanBeDone(Recipe recipe, IsoGameCharacter chr, ArrayList<ItemContainer> containers, InventoryItem selectedItem) static voidRecipeMonitor.LogInit(Recipe recipe, IsoGameCharacter character, ArrayList<ItemContainer> containers, InventoryItem selectedItem, ArrayList<InventoryItem> ignoreItems, boolean allItems) -
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 container) voidFood.OnBeforeRemoveFromContainer(ItemContainer container) 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 screenX, int screenY) IsoObject.getItemContainer()Methods in zombie.iso that return types with arguments of type ItemContainerModifier and TypeMethodDescription<T> PZArrayList<ItemContainer> IsoGridSquare.getAllContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> IsoGridSquare.getAllContainersFromAdjacentSquare(IsoDirections in_dir, T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> IsoObject.getContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> IsoGridSquare.getObjectContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> IsoGridSquare.getVehicleItemContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate) <T> PZArrayList<ItemContainer> IsoGridSquare.getVehicleItemContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) 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 in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> IsoGridSquare.getAllContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> IsoGridSquare.getAllContainersFromAdjacentSquare(IsoDirections in_dir, T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> IsoGridSquare.getAllContainersFromAdjacentSquare(IsoDirections in_dir, T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> IsoObject.getContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> IsoObject.getContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> IsoGridSquare.getObjectContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> IsoGridSquare.getObjectContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> IsoGridSquare.getVehicleItemContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate) <T> PZArrayList<ItemContainer> IsoGridSquare.getVehicleItemContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> IsoGridSquare.getVehicleItemContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) -
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 type) 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 container, InventoryItem item) 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 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 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 src, ItemContainer dst) static byteLuaManager.GlobalObject.createItemTransactionWithPosData(IsoPlayer player, InventoryItem item, ItemContainer src, ItemContainer dst, String direction, float posX, float posY, float posZ) Deprecated.static voidLuaManager.fillContainer(ItemContainer container, IsoPlayer isoPlayer) static booleanLuaManager.GlobalObject.isItemTransactionConsistent(InventoryItem item, ItemContainer src, ItemContainer dst, String extra) static voidLuaManager.GlobalObject.replaceItemInContainer(ItemContainer container, InventoryItem oldItem, InventoryItem newItem) static voidLuaManager.GlobalObject.sendAddItemsToContainer(ItemContainer container, ArrayList<InventoryItem> items) 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> items) static voidLuaManager.GlobalObject.sendReplaceItemInContainer(ItemContainer container, InventoryItem oldItem, InventoryItem newItem) -
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> items) static voidGameServer.sendAddItemToContainer(ItemContainer container, InventoryItem item) static voidGameServer.sendItemsInContainer(IsoObject o, ItemContainer container) static voidGameClient.sendRemoveItemFromContainer(ItemContainer container, InventoryItem item) static voidGameServer.sendRemoveItemFromContainer(ItemContainer container, InventoryItem item) static voidGameServer.sendRemoveItemsFromContainer(ItemContainer container, ArrayList<InventoryItem> items) static voidGameServer.sendReplaceItemInContainer(ItemContainer container, InventoryItem oldItem, InventoryItem newItem) -
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 itemId, ItemContainer source) voidContainerID.set(ItemContainer container) voidContainerID.set(ItemContainer container, IsoObject o) voidContainerID.setFloor(ItemContainer container, IsoGridSquare sq) voidContainerID.setInventoryContainer(ItemContainer container, IsoPlayer player) voidContainerID.setObject(ItemContainer container, IsoObject o, IsoGridSquare sq) voidContainerID.setObjectInVehicle(ItemContainer container, IsoObject o, IsoGridSquare sq, ItemContainer part) -
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 chr, ArrayList<ItemContainer> containers) booleanCraftRecipe.validateBenefitFromRecipeAtHand(IsoGameCharacter chr, ArrayList<ItemContainer> containers) -
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 in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate) <T> PZArrayList<ItemContainer> BaseVehicle.getVehicleItemContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) 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 in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate) <T> PZArrayList<ItemContainer> BaseVehicle.getVehicleItemContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList) <T> PZArrayList<ItemContainer> BaseVehicle.getVehicleItemContainers(T in_paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> in_isValidPredicate, PZArrayList<ItemContainer> inout_containerList)