Class NoMirrorShapedRecipeBuilder

java.lang.Object
net.minecraft.data.recipes.ShapedRecipeBuilder
info.u_team.u_team_core.data.builder.NoMirrorShapedRecipeBuilder
All Implemented Interfaces:
net.minecraft.data.recipes.RecipeBuilder

public class NoMirrorShapedRecipeBuilder 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
  • Field Summary

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

    ROOT_RECIPE_ADVANCEMENT
  • Constructor Summary

    Constructors
    Constructor
    Description
    NoMirrorShapedRecipeBuilder(net.minecraft.world.level.ItemLike item, int count)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    noMirrorShapedRecipe(net.minecraft.world.level.ItemLike item)
     
    noMirrorShapedRecipe(net.minecraft.world.level.ItemLike item, int count)
     
    void
    save(Consumer<net.minecraft.data.recipes.FinishedRecipe> consumer, net.minecraft.resources.ResourceLocation location)
     

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

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

    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

    • NoMirrorShapedRecipeBuilder

      public NoMirrorShapedRecipeBuilder(net.minecraft.world.level.ItemLike item, int count)
  • Method Details

    • noMirrorShapedRecipe

      public static NoMirrorShapedRecipeBuilder noMirrorShapedRecipe(net.minecraft.world.level.ItemLike item)
    • noMirrorShapedRecipe

      public static NoMirrorShapedRecipeBuilder noMirrorShapedRecipe(net.minecraft.world.level.ItemLike item, int count)
    • save

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