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
    int count  
    int drainableCount  
    java.lang.String module  
    java.lang.String type  
  • Constructor Summary

    Constructors
    Constructor Description
    Result()  
  • Method Summary

    Modifier and Type Method Description
    int getCount()  
    int getDrainableCount()  
    java.lang.String getFullType()  
    java.lang.String getModule()  
    java.lang.String getType()  

    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()