Package zombie.scripting.objects
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
 - 
Constructor Summary
Constructors Constructor Description Source() - 
Method Summary
Modifier and Type Method Description floatgetCount()java.util.ArrayListgetItems()java.lang.StringgetOnlyItem()floatgetUse()booleanisDestroy()booleanisKeep()voidsetCount(float float1)voidsetDestroy(boolean boolean1)voidsetKeep(boolean boolean1)voidsetUse(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() 
 -