Class BrickBlastingRecipe

java.lang.Object
net.minecraft.world.item.crafting.SingleItemRecipe
net.minecraft.world.item.crafting.AbstractCookingRecipe
de.cech12.brickfurnace.crafting.BrickBlastingRecipe
All Implemented Interfaces:
net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.SingleRecipeInput>

public class BrickBlastingRecipe extends net.minecraft.world.item.crafting.AbstractCookingRecipe
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.item.crafting.AbstractCookingRecipe

    net.minecraft.world.item.crafting.AbstractCookingRecipe.Factory<T extends net.minecraft.world.item.crafting.AbstractCookingRecipe>, net.minecraft.world.item.crafting.AbstractCookingRecipe.Serializer<T extends net.minecraft.world.item.crafting.AbstractCookingRecipe>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.world.item.crafting.RecipeSerializer<BrickBlastingRecipe>
     

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

    CODEC, CONDITIONAL_CODEC, KEY_CODEC, STREAM_CODEC
  • Constructor Summary

    Constructors
    Constructor
    Description
    BrickBlastingRecipe(String p_i50031_2_, net.minecraft.world.item.crafting.CookingBookCategory category, net.minecraft.world.item.crafting.Ingredient p_i50031_3_, net.minecraft.world.item.ItemStack p_i50031_4_, float p_i50031_5_, int p_i50031_6_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(@NotNull net.minecraft.world.item.crafting.BlastingRecipe recipe, net.minecraft.core.RegistryAccess registryAccess)
     
    @NotNull net.minecraft.world.item.Item
     
    @NotNull net.minecraft.world.item.crafting.RecipeSerializer<? extends net.minecraft.world.item.crafting.AbstractCookingRecipe>
     
    @NotNull net.minecraft.world.item.crafting.RecipeType<? extends net.minecraft.world.item.crafting.AbstractCookingRecipe>
     
    @NotNull net.minecraft.world.item.crafting.RecipeBookCategory
     

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

    category, cookingTime, display, experience

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

    assemble, group, input, matches, placementInfo, result

    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.Recipe

    isSpecial, showNotification
  • Field Details

    • SERIALIZER

      public static final net.minecraft.world.item.crafting.RecipeSerializer<BrickBlastingRecipe> SERIALIZER
  • Constructor Details

    • BrickBlastingRecipe

      public BrickBlastingRecipe(String p_i50031_2_, net.minecraft.world.item.crafting.CookingBookCategory category, net.minecraft.world.item.crafting.Ingredient p_i50031_3_, net.minecraft.world.item.ItemStack p_i50031_4_, float p_i50031_5_, int p_i50031_6_)
  • Method Details

    • convert

      public static BrickBlastingRecipe convert(@NotNull @NotNull net.minecraft.world.item.crafting.BlastingRecipe recipe, net.minecraft.core.RegistryAccess registryAccess)
    • getType

      @NotNull public @NotNull net.minecraft.world.item.crafting.RecipeType<? extends net.minecraft.world.item.crafting.AbstractCookingRecipe> getType()
      Specified by:
      getType in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.SingleRecipeInput>
      Specified by:
      getType in class net.minecraft.world.item.crafting.AbstractCookingRecipe
    • recipeBookCategory

      @NotNull public @NotNull net.minecraft.world.item.crafting.RecipeBookCategory recipeBookCategory()
    • furnaceIcon

      @NotNull public @NotNull net.minecraft.world.item.Item furnaceIcon()
      Specified by:
      furnaceIcon in class net.minecraft.world.item.crafting.AbstractCookingRecipe
    • getSerializer

      @NotNull public @NotNull net.minecraft.world.item.crafting.RecipeSerializer<? extends net.minecraft.world.item.crafting.AbstractCookingRecipe> getSerializer()
      Specified by:
      getSerializer in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.SingleRecipeInput>
      Specified by:
      getSerializer in class net.minecraft.world.item.crafting.AbstractCookingRecipe