Class ShapedPressurizableRecipeBuilder

java.lang.Object
net.minecraft.data.recipes.CraftingRecipeBuilder
net.minecraft.data.recipes.ShapedRecipeBuilder
me.desht.pneumaticcraft.datagen.recipe.ShapedPressurizableRecipeBuilder
All Implemented Interfaces:
net.minecraft.data.recipes.RecipeBuilder

public class ShapedPressurizableRecipeBuilder extends net.minecraft.data.recipes.ShapedRecipeBuilder
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.data.recipes.ShapedRecipeBuilder

    net.minecraft.data.recipes.ShapedRecipeBuilder.Result

    Nested classes/interfaces inherited from class net.minecraft.data.recipes.CraftingRecipeBuilder

    net.minecraft.data.recipes.CraftingRecipeBuilder.CraftingResult
  • Field Summary

    Fields inherited from interface net.minecraft.data.recipes.RecipeBuilder

    ROOT_RECIPE_ADVANCEMENT
  • Constructor Summary

    Constructors
    Constructor
    Description
    ShapedPressurizableRecipeBuilder(net.minecraft.world.level.ItemLike resultIn, int countIn)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    save(Consumer<net.minecraft.data.recipes.FinishedRecipe> consumerIn, net.minecraft.resources.ResourceLocation id)
     
    shapedRecipe(net.minecraft.world.level.ItemLike resultIn)
     
    shapedRecipe(net.minecraft.world.level.ItemLike resultIn, int countIn)
     

    Methods inherited from class net.minecraft.data.recipes.ShapedRecipeBuilder

    define, define, define, getResult, group, pattern, shaped, shaped, showNotification, unlockedBy

    Methods inherited from class net.minecraft.data.recipes.CraftingRecipeBuilder

    determineBookCategory

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface net.minecraft.data.recipes.RecipeBuilder

    save, save
  • Constructor Details

    • ShapedPressurizableRecipeBuilder

      public ShapedPressurizableRecipeBuilder(net.minecraft.world.level.ItemLike resultIn, int countIn)
  • Method Details

    • shapedRecipe

      public static ShapedPressurizableRecipeBuilder shapedRecipe(net.minecraft.world.level.ItemLike resultIn)
    • shapedRecipe

      public static ShapedPressurizableRecipeBuilder shapedRecipe(net.minecraft.world.level.ItemLike resultIn, int countIn)
    • save

      public void save(Consumer<net.minecraft.data.recipes.FinishedRecipe> consumerIn, net.minecraft.resources.ResourceLocation id)
      Specified by:
      save in interface net.minecraft.data.recipes.RecipeBuilder
      Overrides:
      save in class net.minecraft.data.recipes.ShapedRecipeBuilder