Class MixRecipe

java.lang.Object
cn.nukkit.inventory.MixRecipe
All Implemented Interfaces:
Recipe
Direct Known Subclasses:
BrewingRecipe, ContainerRecipe

public abstract class MixRecipe extends Object implements Recipe
  • Constructor Details

    • MixRecipe

      public MixRecipe(Item input, Item ingredient, Item output)
    • MixRecipe

      public MixRecipe(String recipeId, Item input, Item ingredient, Item output)
  • Method Details