Class Recipe.Source

java.lang.Object
zombie.scripting.objects.Recipe.Source
Enclosing class:
Recipe

public static final class Recipe.Source
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    float count  
    boolean destroy  
    boolean keep  
    float use  
  • Constructor Summary

    Constructors
    Constructor Description
    Source()  
  • Method Summary

    Modifier and Type Method Description
    float getCount()  
    java.util.ArrayList getItems()  
    java.lang.String getOnlyItem()  
    float getUse()  
    boolean isDestroy()  
    boolean isKeep()  
    void setCount​(float float1)  
    void setDestroy​(boolean boolean1)  
    void setKeep​(boolean boolean1)  
    void setUse​(float float1)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • keep

      public boolean keep
    • destroy

      public boolean destroy
    • count

      public float count
    • use

      public float use
  • Constructor Details

    • Source

      public Source()
  • Method Details

    • isDestroy

      public boolean isDestroy()
    • setDestroy

      public void setDestroy​(boolean boolean1)
    • isKeep

      public boolean isKeep()
    • setKeep

      public void setKeep​(boolean boolean1)
    • getCount

      public float getCount()
    • setCount

      public void setCount​(float float1)
    • getUse

      public float getUse()
    • setUse

      public void setUse​(float float1)
    • getItems

      public java.util.ArrayList getItems()
    • getOnlyItem

      public java.lang.String getOnlyItem()