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 TypeMethodDescriptionboolean
ILuaGameCharacter.isKnownPoison
(Item var1) boolean
IsoGameCharacter.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 void
GameEntityFactory.CreateInventoryItemEntity
(InventoryItem inventoryItem, Item item, boolean boolean0) -
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 with parameters of type ItemModifier and TypeMethodDescriptionstatic boolean
CraftUtil.canItemsStack
(Item item1, Item item0, boolean boolean0) static boolean
CraftUtil.canResourceFitItem
(Resource resource, Item item) static boolean
CraftUtil.canResourceFitItem
(Resource resource, Item item, int int0) static boolean
CraftUtil.canResourceFitItem
(Resource resource0, Item item, int int0, Resource resource1, HashSet<Resource> hashSet) static Resource
CraftUtil.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 int0) OutputMapper.getOutputItem
(CraftRecipeData craftRecipeData) OutputMapper.getOutputItem
(CraftRecipeData craftRecipeData, boolean boolean2) HandcraftLogic.InputItemNode.getScriptItem()
Methods in zombie.entity.components.crafting.recipe that return types with arguments of type ItemModifier and TypeMethodDescriptionOutputMapper.getPatternForResult
(Item item) OutputMapper.getResultItems()
HandcraftLogic.getSatisfiedInputItems
(InputScript inputScript) Methods in zombie.entity.components.crafting.recipe with parameters of type ItemModifier and TypeMethodDescriptionvoid
void
protected static boolean
CraftRecipeManager.createOutputItem
(OutputScript outputScript0, Item item, boolean boolean0, CraftRecipeData.CacheData cacheData) OutputMapper.getPatternForResult
(Item item) boolean
CraftRecipeData.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 with parameters of type ItemModifier and TypeMethodDescriptionboolean
Resource.canStackItem
(Item var1) boolean
ResourceItem.canStackItem
(Item item0) -
Uses of Item in zombie.inventory
Fields in zombie.inventory declared as ItemMethods 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 TypeMethodDescriptionboolean
static float
ItemPickerJava.getAdjustedZombieDensity
(float float0, Item item, boolean boolean0) static float
ItemPickerJava.getBaseChanceMultiplier
(IsoGameCharacter isoGameCharacter, boolean boolean0, Item item) static String
ItemPickerJava.getLootType
(Item item) void
InventoryItem.setRegistry_id
(Item itemscript) void
InventoryItem.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
Constructors 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 string0, String string1, String string2, Item item) 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 Item
LuaManager.GlobalObject.cloneItemType
(String newName, String oldName) static Item
LuaManager.GlobalObject.createNewScriptItem
(String base, String name, String display, String type, String icon) static Item
Methods in zombie.Lua that return types with arguments of type ItemMethods in zombie.Lua with parameters of type ItemModifier and TypeMethodDescriptionstatic InventoryItem
LuaManager.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 TypeMethodDescriptionboolean
CraftRecipe.canOutputItem
(Item item) boolean
OutputScript.canOutputItem
(Item item) boolean
InputScript.containsItem
(Item item) boolean
OutputScript.containsItem
(Item var1) -
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 TypeMethodDescriptionvoid
UIElement.DrawScriptItemIcon
(Item item, double double0, double double1, double double4, double double2, double double3) -
Uses of Item in zombie.world
Fields in zombie.world declared as ItemMethods in zombie.world that return ItemMethods in zombie.world with parameters of type Item