Class ItemRecipe

java.lang.Object
zombie.scripting.objects.ItemRecipe

public class ItemRecipe
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.Boolean cooked  
    java.lang.String name  
    java.lang.Integer use  
  • Constructor Summary

    Constructors
    Constructor Description
    ItemRecipe​(java.lang.String name, java.lang.String module, java.lang.Integer use)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getFullType()  
    java.lang.String getModule()  
    java.lang.String getName()  
    java.lang.Integer getUse()  
    void setModule​(java.lang.String module)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • name

      public java.lang.String name
    • use

      public java.lang.Integer use
    • cooked

      public java.lang.Boolean cooked
  • Constructor Details

    • ItemRecipe

      public ItemRecipe​(java.lang.String name, java.lang.String module, java.lang.Integer use)
  • Method Details

    • getUse

      public java.lang.Integer getUse()
    • getName

      public java.lang.String getName()
    • getModule

      public java.lang.String getModule()
    • setModule

      public void setModule​(java.lang.String module)
    • getFullType

      public java.lang.String getFullType()