Package net.minecraft.recipe
Class StonecuttingRecipe
java.lang.Object
net.minecraft.recipe.CuttingRecipe
net.minecraft.recipe.StonecuttingRecipe
public class StonecuttingRecipe extends CuttingRecipe
- Mappings:
Namespace Name official brbintermediary net/minecraft/class_3975named net/minecraft/recipe/StonecuttingRecipe
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.recipe.CuttingRecipe
CuttingRecipe.Serializer<T extends CuttingRecipe> -
Field Summary
Fields inherited from class net.minecraft.recipe.CuttingRecipe
group, id, input, output -
Constructor Summary
Constructors Constructor Description StonecuttingRecipe(Identifier id, String group, Ingredient input, ItemStack output) -
Method Summary
Modifier and Type Method Description ItemStackgetRecipeKindIcon()booleanmatches(Inventory inv, World world)Methods inherited from class net.minecraft.recipe.CuttingRecipe
craft, fits, getGroup, getId, getOutput, getPreviewInputs, getSerializer, getTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.Recipe
getRemainingStacks, isEmpty, isIgnoredInRecipeBook
-
Constructor Details
-
StonecuttingRecipe
- Mappings:
Namespace Name Mixin selector official <init>Lbrb;<init>(Lwb;Ljava/lang/String;Lbqk;Lbnv;)Vintermediary <init>Lnet/minecraft/class_3975;<init>(Lnet/minecraft/class_2960;Ljava/lang/String;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;)Vnamed <init>Lnet/minecraft/recipe/StonecuttingRecipe;<init>(Lnet/minecraft/util/Identifier;Ljava/lang/String;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/item/ItemStack;)V
-
-
Method Details
-
matches
- Mappings:
Namespace Name Mixin selector official aLbqn;a(Lapj;Lbtv;)Zintermediary method_8115Lnet/minecraft/class_1860;method_8115(Lnet/minecraft/class_1263;Lnet/minecraft/class_1937;)Znamed matchesLnet/minecraft/recipe/Recipe;matches(Lnet/minecraft/inventory/Inventory;Lnet/minecraft/world/World;)Z
-
getRecipeKindIcon
- Mappings:
Namespace Name Mixin selector official hLbqn;h()Lbnv;intermediary method_17447Lnet/minecraft/class_1860;method_17447()Lnet/minecraft/class_1799;named getRecipeKindIconLnet/minecraft/recipe/Recipe;getRecipeKindIcon()Lnet/minecraft/item/ItemStack;
-