Uses of Class
zombie.inventory.types.Food
Packages that use Food
Package
Description
-
Uses of Food in zombie.characters.animals
Methods in zombie.characters.animals that return FoodMethods in zombie.characters.animals with parameters of type FoodModifier and TypeMethodDescriptionstatic voidIsoAnimal.modifyMeat(Food item, float size, float meatRatio) -
Uses of Food in zombie.characters.BodyDamage
Methods in zombie.characters.BodyDamage with parameters of type FoodModifier and TypeMethodDescriptionvoidBodyDamage.JustAteFood(Food NewFood) voidBodyDamage.JustAteFood(Food NewFood, float percentage) voidBodyDamage.JustAteFood(Food NewFood, float percentage, boolean useUtensil) voidBodyDamage.JustDrankBooze(Food food, float percentage) -
Uses of Food in zombie.inventory
Methods in zombie.inventory with parameters of type FoodModifier and TypeMethodDescriptionstatic InventoryItemInventoryItemFactory.CreateItem(String itemType, Food food) -
Uses of Food in zombie.inventory.types
Methods in zombie.inventory.types with parameters of type FoodModifier and TypeMethodDescriptionvoidFood.copyAgeFrom(Food otherFood) voidFood.copyCookedBurntFrom(Food otherFood) voidFood.copyExtraItems(Food otherFood) voidFood.copyFoodFrom(Food otherFood) voidFood.copyFoodFromSplit(Food otherFood, int split) voidFood.copyFrozenFrom(Food otherFood) voidFood.copyNutritionFrom(Food otherFood) voidFood.copyNutritionFromRatio(Food otherFood, float ratio) voidFood.copyNutritionFromSplit(Food otherFood, int split) voidFood.copyPoisonFrom(Food otherFood) voidFood.copyTemperatureFrom(Food otherFood) -
Uses of Food in zombie.iso.objects
Methods in zombie.iso.objects that return FoodModifier and TypeMethodDescriptionIsoHutch.NestBox.getEgg(int index) IsoHutch.NestBox.removeEgg(int index) Methods in zombie.iso.objects with parameters of type Food -
Uses of Food in zombie.network
Methods in zombie.network with parameters of type Food -
Uses of Food in zombie.network.packets.actions
Methods in zombie.network.packets.actions with parameters of type Food -
Uses of Food in zombie.scripting.logic
Methods in zombie.scripting.logic with parameters of type FoodModifier and TypeMethodDescriptionstatic voidRecipeCodeOnCooked.cannedFood(Food food) static voidRecipeCodeOnEat.consumeNicotine(Food item, IsoGameCharacter character, float percent) static voidRecipeCodeOnEat.consumeWildFoodGeneric(Food item, IsoGameCharacter character, float percent) static voidRecipeCodeOnCooked.nameCakePrep(Food cake)