Package zombie.scripting.objects
Class Recipe.Result
java.lang.Object
zombie.scripting.objects.Recipe.Result
- Enclosing class:
- Recipe
public class Recipe.Result
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description intcountintdrainableCountjava.lang.Stringmodulejava.lang.Stringtype -
Constructor Summary
Constructors Constructor Description Result() -
Method Summary
Modifier and Type Method Description intgetCount()intgetDrainableCount()java.lang.StringgetFullType()java.lang.StringgetModule()java.lang.StringgetType()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
type
public java.lang.String type -
count
public int count -
drainableCount
public int drainableCount -
module
public java.lang.String module
-
-
Constructor Details
-
Result
public Result()
-
-
Method Details
-
getType
public java.lang.String getType() -
getCount
public int getCount() -
getModule
public java.lang.String getModule() -
getFullType
public java.lang.String getFullType() -
getDrainableCount
public int getDrainableCount()
-