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<String,ItemRecipe> 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 name)
  • Method Details