Class EvolvedRecipe

java.lang.Object
zombie.scripting.objects.BaseScriptObject
zombie.scripting.objects.EvolvedRecipe

public final class EvolvedRecipe extends BaseScriptObject
  • Field Details

    • name

      public String name
    • DisplayName

      public String DisplayName
    • maxItems

      public int maxItems
    • itemsList

      public final Map itemsList
    • resultItem

      public String resultItem
    • baseItem

      public String baseItem
    • cookable

      public boolean cookable
    • addIngredientIfCooked

      public boolean addIngredientIfCooked
    • canAddSpicesEmpty

      public boolean canAddSpicesEmpty
    • addIngredientSound

      public String addIngredientSound
    • hidden

      public boolean hidden
    • allowFrozenItem

      public boolean allowFrozenItem
  • Constructor Details

    • EvolvedRecipe

      public EvolvedRecipe(String string)
  • Method Details

    • Load

      public void Load(String string, String[] stringArray)
      Overrides:
      Load in class BaseScriptObject
    • needToBeCooked

      public boolean needToBeCooked(InventoryItem inventoryItem)
    • getItemsCanBeUse

      public ArrayList getItemsCanBeUse(IsoGameCharacter gameCharacter, InventoryItem inventoryItem, ArrayList arrayList)
    • addItem

      public InventoryItem addItem(InventoryItem inventoryItem, InventoryItem inventoryItem2, IsoGameCharacter gameCharacter)
    • getItemRecipe

      public ItemRecipe getItemRecipe(InventoryItem inventoryItem)
    • getName

      public String getName()
    • getOriginalname

      public String getOriginalname()
    • getUntranslatedName

      public String getUntranslatedName()
    • getBaseItem

      public String getBaseItem()
    • getItemsList

      public Map getItemsList()
    • getPossibleItems

      public ArrayList getPossibleItems()
    • getResultItem

      public String getResultItem()
    • getFullResultItem

      public String getFullResultItem()
    • isCookable

      public boolean isCookable()
    • getMaxItems

      public int getMaxItems()
    • isResultItem

      public boolean isResultItem(InventoryItem inventoryItem)
    • isSpiceAdded

      public boolean isSpiceAdded(InventoryItem inventoryItem, InventoryItem inventoryItem2)
    • getAddIngredientSound

      public String getAddIngredientSound()
    • setIsHidden

      public void setIsHidden(boolean boolean1)
    • isHidden

      public boolean isHidden()
    • isAllowFrozenItem

      public boolean isAllowFrozenItem()
    • setAllowFrozenItem

      public void setAllowFrozenItem(boolean boolean1)