Uses of Class
zombie.scripting.objects.Item
Packages that use Item
Package
Description
-
Uses of Item in zombie.characters
Methods in zombie.characters with parameters of type ItemModifier and TypeMethodDescriptionbooleanILuaGameCharacter.isKnownPoison(Item arg0) booleanIsoGameCharacter.isKnownPoison(Item item) -
Uses of Item in zombie.core.skinnedmodel.visual
Methods in zombie.core.skinnedmodel.visual that return ItemMethods in zombie.core.skinnedmodel.visual with parameters of type ItemModifier and TypeMethodDescriptionHumanVisual.addClothingItem(ItemVisuals itemVisuals, Item scriptItem) -
Uses of Item in zombie.debug.debugWindows
Methods in zombie.debug.debugWindows with parameters of type ItemModifier and TypeMethodDescriptionvoidvoidRangeWeaponPanel.RangeWeaponsConfigOptions.loadDefaults(Item item, String weaponKey) voidvoidRangeWeaponPanel.RangeWeaponsConfigOptions.saveDefaults(Item item, String weaponKey) -
Uses of Item in zombie.entity
Methods in zombie.entity with parameters of type ItemModifier and TypeMethodDescriptionstatic voidGameEntityFactory.CreateInventoryItemEntity(InventoryItem inventoryItem, Item itemScript, boolean isFirstTimeCreated) -
Uses of Item in zombie.entity.components.crafting
Methods in zombie.entity.components.crafting that return types with arguments of type ItemModifier and TypeMethodDescriptionBaseCraftingLogic.getSatisfiedInputItems(InputScript inputScript) Methods in zombie.entity.components.crafting with parameters of type ItemModifier and TypeMethodDescriptionstatic booleanCraftUtil.canItemsStack(Item item, Item other, boolean nullReturn) static booleanCraftUtil.canResourceFitItem(Resource resource, Item item) static booleanCraftUtil.canResourceFitItem(Resource resource, Item item, int count) static booleanCraftUtil.canResourceFitItem(Resource resource, Item item, int count, Resource ignoreResource, HashSet<Resource> ignoreSet) static ResourceCraftUtil.findResourceOrEmpty(ResourceIO resourceIO, List<Resource> resources, Item item, int count, Resource ignoreResource, HashSet<Resource> ignoreSet) -
Uses of Item in zombie.entity.components.crafting.recipe
Fields in zombie.entity.components.crafting.recipe declared as ItemFields in zombie.entity.components.crafting.recipe with type parameters of type ItemMethods in zombie.entity.components.crafting.recipe that return ItemModifier and TypeMethodDescriptionItemDataList.getItem(int index) OutputMapper.getOutputItem(CraftRecipeData recipeData) OutputMapper.getOutputItem(CraftRecipeData recipeData, boolean testManualInputs) InputItemNode.getScriptItem()Methods in zombie.entity.components.crafting.recipe that return types with arguments of type ItemModifier and TypeMethodDescriptionOutputMapper.getPatternForResult(Item result) OutputMapper.getResultItems()Methods in zombie.entity.components.crafting.recipe with parameters of type ItemModifier and TypeMethodDescriptionvoidvoidOutputMapper.getPatternForResult(Item result) booleanCraftRecipeData.CacheData.hasAppliedItemType(Item item) -
Uses of Item in zombie.entity.components.fluids
Methods in zombie.entity.components.fluids that return types with arguments of type Item -
Uses of Item in zombie.entity.components.resources
Methods in zombie.entity.components.resources that return types with arguments of type ItemMethods in zombie.entity.components.resources with parameters of type ItemModifier and TypeMethodDescriptionbooleanResource.canStackItem(Item item) booleanResourceItem.canStackItem(Item item) intResourceItem.getItemAmount(Item itemType) ResourceItem.getStoredItemsOfType(Item itemType) ResourceItem.removeAllItems(ArrayList<InventoryItem> list, Item itemType) -
Uses of Item in zombie.inventory
Methods in zombie.inventory that return ItemMethods in zombie.inventory that return types with arguments of type ItemMethods in zombie.inventory with parameters of type ItemModifier and TypeMethodDescriptionbooleanstatic floatItemPickerJava.getAdjustedZombieDensity(float zombieDensity, Item scriptItem, boolean isJunk) static floatItemPickerJava.getBaseChanceMultiplier(IsoGameCharacter character, boolean isJunk, Item scriptItem) static StringItemPickerJava.getLootType(Item item) voidInventoryItem.setRegistry_id(Item itemscript) voidInventoryItem.setScriptItem(Item scriptItem) Method parameters in zombie.inventory with type arguments of type ItemConstructors in zombie.inventory with parameters of type Item -
Uses of Item in zombie.inventory.types
Methods in zombie.inventory.types with parameters of type ItemConstructors in zombie.inventory.types with parameters of type ItemModifierConstructorDescriptionAlarmClock(String module, String name, String itemType, Item item) AlarmClockClothing(String module, String name, String itemType, Item item, String palette, String spriteName) AnimalInventoryItem(String module, String name, String type, Item item) DrainableComboItem(String module, String name, String itemType, Item item) HandWeapon(String module, String name, String itemType, Item item) Literature(String module, String name, String itemType, Item item) -
Uses of Item in zombie.Lua
Methods in zombie.Lua that return ItemModifier and TypeMethodDescriptionstatic ItemLuaManager.GlobalObject.cloneItemType(String newName, String oldName) static ItemLuaManager.GlobalObject.createNewScriptItem(String base, String name, String display, String type, String icon) static ItemMethods in zombie.Lua that return types with arguments of type ItemMethods in zombie.Lua with parameters of type ItemModifier and TypeMethodDescriptionstatic InventoryItemLuaManager.GlobalObject.instanceItem(Item item) -
Uses of Item in zombie.scripting
Methods in zombie.scripting that return ItemModifier and TypeMethodDescriptionScriptManager.getItemForClothingItem(String clothingName) ScriptManager.getSpecificItem(String name) Attempts to get the specific item of "module.type" without defaulting to module "Base".Methods in zombie.scripting that return types with arguments of type ItemModifier and TypeMethodDescriptionScriptManager.getAllItems()ScriptManager.getItemsByType(String type) ScriptManager.getItemsTag(ItemTag itemTag) -
Uses of Item in zombie.scripting.entity.components.crafting
Methods in zombie.scripting.entity.components.crafting that return ItemMethods in zombie.scripting.entity.components.crafting that return types with arguments of type ItemModifier and TypeMethodDescriptionInputScript.getPossibleInputItems()OutputScript.getPossibleResultItems()Methods in zombie.scripting.entity.components.crafting with parameters of type ItemModifier and TypeMethodDescriptionbooleanCraftRecipe.canOutputItem(Item item) booleanOutputScript.canOutputItem(Item item) booleanInputScript.containsItem(Item item) booleanOutputScript.containsItem(Item item) booleanInputScript.isUsesPartialItem(Item item) -
Uses of Item in zombie.scripting.objects
Fields in zombie.scripting.objects with type parameters of type ItemMethods in zombie.scripting.objects that return ItemMethods in zombie.scripting.objects with parameters of type Item -
Uses of Item in zombie.ui
Modifier and TypeMethodDescriptionvoidUIElement.DrawScriptItemIcon(Item scriptItem, double x, double y, double alpha, double width, double height) -
Uses of Item in zombie.world
Methods in zombie.world that return ItemMethods in zombie.world with parameters of type Item