Class Recipe.Source

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

public 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()  

    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()
    • isKeep

      public boolean isKeep()
    • getCount

      public float getCount()
    • getUse

      public float getUse()
    • getItems

      public java.util.ArrayList getItems()
    • getOnlyItem

      public java.lang.String getOnlyItem()