zombie.scripting.objects
Class Recipe.Source

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

public class Recipe.Source
extends java.lang.Object


Field Summary
 float count
           
 boolean destroy
           
 boolean keep
           
 java.lang.String type
           
 
Constructor Summary
Recipe.Source()
           
 
Method Summary
 float getCount()
           
 java.lang.String getType()
           
 boolean isKeep()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public java.lang.String type

keep

public boolean keep

destroy

public boolean destroy

count

public float count
Constructor Detail

Recipe.Source

public Recipe.Source()
Method Detail

getType

public java.lang.String getType()

isKeep

public boolean isKeep()

getCount

public float getCount()