|
| static string | butcherAnimalFromGround (IsoDeadBody carcass, IsoPlayer player, boolean keepCorpse) |
| static string | getLeather (string name) |
| static string | getHead (string name) |
| static string | getSkull (string name) |
| static string | addAnimalPart (umbrella::AnimalPartsTable part, IsoPlayer player, IsoDeadBody carcass, boolean fromGround) |
| static string | getCarcassName (IsoDeadBody carcass) |
| static string | giveMeatModified (umbrella::AnimalMeatDefinition meatDef, integer nb, IsoPlayer player, number meatRatio, IsoDeadBody carcass, boolean fromGround, boolean rotten, number deathAge) |
| static number | getPartChance (integer baseChance, number size, number meatRatio, IsoPlayer player) |
| static string | modifyMeat (InventoryItem item, number size, number meatRatio, number hungerBoost, boolean rotten, number deathAge) |
| static void | getAnimalBones (IsoDeadBody carcass, IsoPlayer player) |
| static umbrella::AnimalPartsTable[] | getAllBonesDef (string name) |
| static umbrella::AnimalPartsTable[] | getAllPartsDef (string name) |
| static umbrella::AnimalPartsDefinition | getAnimalDef (string name) |
| static unknown | onAddedCorpseOnHook (IsoButcherHook hook, IsoAnimal|AnimalInventoryItem|IsoDeadBody corpse, IsoPlayer character) |
| static IsoAnimal IsoDeadBody | createCorpseFromItem (IsoAnimal|AnimalInventoryItem|IsoDeadBody item, IsoPlayer chr) |
| static void | createAnimalForHook (IsoButcherHook hook, IsoAnimal|IsoDeadBody newCorpse) |
| static unknown | onRemoveCorpseFromHook (IsoButcherHook hook, IsoAnimal animal) |
| static boolean | updateCorpseDatas (table|ISButcherHookUI dataTable, IsoAnimal animal, IsoButcherHook hook) |
| static ArrayList< InventoryItem > | getBuckets (IsoPlayer character) |
| static boolean | isHookUsingSameCharacter (IsoButcherHook hook, IsoPlayer character) |
| static void | setUsingPlayerForHook (IsoButcherHook hook, IsoPlayer character) |