zombie.scripting.objects
Class Recipe.Result

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

public class Recipe.Result
extends java.lang.Object


Field Summary
 int count
           
 java.lang.String type
           
 
Constructor Summary
Recipe.Result()
           
 
Method Summary
 int getCount()
           
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public java.lang.String type

count

public int count
Constructor Detail

Recipe.Result

public Recipe.Result()
Method Detail

getType

public java.lang.String getType()

getCount

public int getCount()