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 var1) 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.entity
Methods in zombie.entity with parameters of type ItemModifier and TypeMethodDescriptionstatic voidGameEntityFactory.CreateInventoryItemEntity(InventoryItem arg0, Item arg1, boolean arg2) -
Uses of Item in zombie.entity.components.build
Methods in zombie.entity.components.build that return types with arguments of type Item -
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 arg0, Item arg1, boolean arg2) static booleanCraftUtil.canResourceFitItem(Resource arg0, Item arg1) static booleanCraftUtil.canResourceFitItem(Resource arg0, Item arg1, int arg2) static booleanCraftUtil.canResourceFitItem(Resource resource0, Item item, int int0, Resource resource1, HashSet<Resource> hashSet) static ResourceCraftUtil.findResourceOrEmpty(ResourceIO resourceIO, List<Resource> list, Item item, int int1, Resource resource2, HashSet<Resource> hashSet) -
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 arg0) OutputMapper.getOutputItem(CraftRecipeData arg0) OutputMapper.getOutputItem(CraftRecipeData arg0, boolean arg1) InputItemNode.getScriptItem()Methods in zombie.entity.components.crafting.recipe that return types with arguments of type ItemModifier and TypeMethodDescriptionOutputMapper.getPatternForResult(Item item) OutputMapper.getResultItems()Methods in zombie.entity.components.crafting.recipe with parameters of type ItemModifier and TypeMethodDescriptionvoidvoidOutputMapper.getPatternForResult(Item item) booleanCraftRecipeData.CacheData.hasAppliedItemType(Item arg0) -
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 arg0) booleanResourceItem.canStackItem(Item arg0) intResourceItem.getItemAmount(Item item1) ResourceItem.getStoredItemsOfType(Item item1) ResourceItem.removeAllItems(ArrayList<InventoryItem> arrayList, Item item) -
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 float0, Item item, boolean boolean0) static floatItemPickerJava.getBaseChanceMultiplier(IsoGameCharacter character, boolean boolean0, Item item) 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 ItemModifierConstructorDescriptionInventoryItem(String _module, String _name, String _type, Item 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 arg0, String arg1, String arg2, Item arg3) Clothing(String module, String name, String itemType, Item item, String _palette, String _SpriteName) 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.getAllItemsWithTag(String string) ScriptManager.getItemsByType(String type) ScriptManager.getItemsTag(String tag) -
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 arg0) booleanOutputScript.canOutputItem(Item arg0) booleanInputScript.containsItem(Item arg0) booleanOutputScript.containsItem(Item arg0) booleanInputScript.isUsesPartialItem(Item arg0) -
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 item, double double0, double double1, double double4, double double2, double double3) -
Uses of Item in zombie.world
Methods in zombie.world that return ItemMethods in zombie.world with parameters of type Item