Class ShapelessManaUpgradeRecipe

java.lang.Object
net.minecraft.world.item.crafting.ShapelessRecipe
vazkii.botania.common.crafting.recipe.ShapelessManaUpgradeRecipe
All Implemented Interfaces:
net.minecraft.world.item.crafting.CraftingRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>

public class ShapelessManaUpgradeRecipe extends net.minecraft.world.item.crafting.ShapelessRecipe
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from interface net.minecraft.world.item.crafting.Recipe

    CODEC, STREAM_CODEC
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull net.minecraft.world.item.ItemStack
    assemble(@NotNull net.minecraft.world.item.crafting.CraftingInput inv, net.minecraft.core.HolderLookup.Provider registries)
     
    @NotNull net.minecraft.world.item.crafting.RecipeSerializer<?>
     

    Methods inherited from class net.minecraft.world.item.crafting.ShapelessRecipe

    canCraftInDimensions, category, getGroup, getIngredients, getResultItem, matches

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.world.item.crafting.CraftingRecipe

    getType

    Methods inherited from interface net.minecraft.world.item.crafting.Recipe

    getRemainingItems, getToastSymbol, isIncomplete, isSpecial, showNotification
  • Field Details

  • Method Details

    • assemble

      @NotNull public @NotNull net.minecraft.world.item.ItemStack assemble(@NotNull @NotNull net.minecraft.world.item.crafting.CraftingInput inv, @NotNull net.minecraft.core.HolderLookup.Provider registries)
      Specified by:
      assemble in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>
      Overrides:
      assemble in class net.minecraft.world.item.crafting.ShapelessRecipe
    • getSerializer

      @NotNull public @NotNull net.minecraft.world.item.crafting.RecipeSerializer<?> getSerializer()
      Specified by:
      getSerializer in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>
      Overrides:
      getSerializer in class net.minecraft.world.item.crafting.ShapelessRecipe