Class RecipeCodeOnTest
java.lang.Object
zombie.scripting.logic.RecipeCodeHelper
zombie.scripting.logic.RecipeCodeOnTest
-
Nested Class Summary
Nested classes/interfaces inherited from class RecipeCodeHelper
RecipeCodeHelper.DateResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanbreakGlass(InventoryItem item, IsoGameCharacter character) static booleancanAddToPack(InventoryItem item, IsoGameCharacter character) static booleancopyKey(InventoryItem item, IsoGameCharacter character) static booleancutFillet(InventoryItem item, IsoGameCharacter character) static booleancutFish(InventoryItem item, IsoGameCharacter character) static booleangenericPacking(InventoryItem item, IsoGameCharacter character) static booleanhaveFilter(InventoryItem item, IsoGameCharacter character) static booleanhaveOxygenTank(InventoryItem item, IsoGameCharacter character) static booleanhotFluidContainer(InventoryItem item, IsoGameCharacter character) static booleannoFilter(InventoryItem item, IsoGameCharacter character) static booleannoOxygenTank(InventoryItem item, IsoGameCharacter character) static booleanopenFire(InventoryItem item, IsoGameCharacter character) static booleanpurifyWater(InventoryItem item, IsoGameCharacter character) static booleanscratchTicket(InventoryItem item, IsoGameCharacter character) Methods inherited from class RecipeCodeHelper
nameNewspaper, setPrintMediaInfo
-
Constructor Details
-
RecipeCodeOnTest
public RecipeCodeOnTest()
-
-
Method Details
-
cutFish
-
breakGlass
-
hotFluidContainer
-
cutFillet
-
purifyWater
-
canAddToPack
-
genericPacking
-
scratchTicket
-
haveFilter
-
noFilter
-
haveOxygenTank
-
noOxygenTank
-
openFire
-
copyKey
-