Package net.minecraft.recipe
Class Ingredient.StackEntry
java.lang.Object
net.minecraft.recipe.Ingredient.StackEntry
- All Implemented Interfaces:
Ingredient.Entry
- Enclosing class:
- Ingredient
static class Ingredient.StackEntry extends Object implements Ingredient.Entry
- Mappings:
Namespace Name official bqk$a
intermediary net/minecraft/class_1856$class_1857
named net/minecraft/recipe/Ingredient$StackEntry
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description private
StackEntry(ItemStack stack)
-
Method Summary
Modifier and Type Method Description Collection<ItemStack>
getStacks()
JsonObject
toJson()
-
Field Details
-
stack
- Mappings:
Namespace Name Mixin selector official a
Lbqk$a;a:Lbnv;
intermediary field_9021
Lnet/minecraft/class_1856$class_1857;field_9021:Lnet/minecraft/class_1799;
named stack
Lnet/minecraft/recipe/Ingredient$StackEntry;stack:Lnet/minecraft/item/ItemStack;
-
-
Constructor Details
-
StackEntry
- Mappings:
Namespace Name Mixin selector official <init>
Lbqk$a;<init>(Lbnv;)V
intermediary <init>
Lnet/minecraft/class_1856$class_1857;<init>(Lnet/minecraft/class_1799;)V
named <init>
Lnet/minecraft/recipe/Ingredient$StackEntry;<init>(Lnet/minecraft/item/ItemStack;)V
-
-
Method Details
-
getStacks
- Specified by:
getStacks
in interfaceIngredient.Entry
- Mappings:
Namespace Name Mixin selector official a
Lbqk$c;a()Ljava/util/Collection;
intermediary method_8108
Lnet/minecraft/class_1856$class_1859;method_8108()Ljava/util/Collection;
named getStacks
Lnet/minecraft/recipe/Ingredient$Entry;getStacks()Ljava/util/Collection;
-
toJson
- Specified by:
toJson
in interfaceIngredient.Entry
- Mappings:
Namespace Name Mixin selector official b
Lbqk$c;b()Lcom/google/gson/JsonObject;
intermediary method_8109
Lnet/minecraft/class_1856$class_1859;method_8109()Lcom/google/gson/JsonObject;
named toJson
Lnet/minecraft/recipe/Ingredient$Entry;toJson()Lcom/google/gson/JsonObject;
-