Package zombie.scripting.objects
Class Recipe.Source
java.lang.Object
zombie.scripting.objects.Recipe.Source
- Enclosing class:
- Recipe
public class Recipe.Source
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Source()
-
Method Summary
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()
-