Class NoMirrorShapedRecipe
java.lang.Object
net.minecraft.world.item.crafting.ShapedRecipe
info.u_team.u_team_core.intern.recipe.NoMirrorShapedRecipe
- All Implemented Interfaces:
net.minecraft.world.item.crafting.CraftingRecipe,net.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>
public class NoMirrorShapedRecipe
extends net.minecraft.world.item.crafting.ShapedRecipe
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class net.minecraft.world.item.crafting.ShapedRecipe
category, group, height, id, recipeItems, result, showNotification, width -
Constructor Summary
ConstructorsConstructorDescriptionNoMirrorShapedRecipe(net.minecraft.resources.ResourceLocation location, String group, net.minecraft.world.item.crafting.CraftingBookCategory category, int recipeWidth, int recipeHeigt, net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> ingredients, net.minecraft.world.item.ItemStack output, boolean showNotification) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.crafting.RecipeSerializer<?>booleanmatches(net.minecraft.world.inventory.CraftingContainer container, net.minecraft.world.level.Level level) Methods inherited from class net.minecraft.world.item.crafting.ShapedRecipe
assemble, canCraftInDimensions, category, dissolvePattern, getGroup, getHeight, getId, getIngredients, getResultItem, getWidth, isIncomplete, itemFromJson, itemStackFromJson, keyFromJson, matches, patternFromJson, showNotification, shrinkMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.item.crafting.CraftingRecipe
getTypeMethods inherited from interface net.minecraft.world.item.crafting.Recipe
getRemainingItems, getToastSymbol, isSpecial
-
Constructor Details
-
NoMirrorShapedRecipe
public NoMirrorShapedRecipe(net.minecraft.resources.ResourceLocation location, String group, net.minecraft.world.item.crafting.CraftingBookCategory category, int recipeWidth, int recipeHeigt, net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> ingredients, net.minecraft.world.item.ItemStack output, boolean showNotification)
-
-
Method Details
-
matches
public boolean matches(net.minecraft.world.inventory.CraftingContainer container, net.minecraft.world.level.Level level) - Specified by:
matchesin interfacenet.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>- Overrides:
matchesin classnet.minecraft.world.item.crafting.ShapedRecipe
-
getSerializer
public net.minecraft.world.item.crafting.RecipeSerializer<?> getSerializer()- Specified by:
getSerializerin interfacenet.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>- Overrides:
getSerializerin classnet.minecraft.world.item.crafting.ShapedRecipe
-