Class GhostRecipe.GhostIngredient

  • Enclosing class:
    GhostRecipe

    public class GhostRecipe.GhostIngredient
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Ingredient ingredient  
      private int x  
      private int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      GhostIngredient​(Ingredient p_i47604_2_, int p_i47604_3_, int p_i47604_4_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ItemStack getItem()  
      int getX()  
      int getY()  
      • Methods inherited from class java.lang.Object

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

      • x

        private final int x
      • y

        private final int y
    • Constructor Detail

      • GhostIngredient

        public GhostIngredient​(Ingredient p_i47604_2_,
                               int p_i47604_3_,
                               int p_i47604_4_)
    • Method Detail

      • getX

        public int getX()
      • getY

        public int getY()