Package net.minecraft.recipe
Interface Ingredient.Entry
- All Known Implementing Classes:
- Ingredient.StackEntry,- Ingredient.TagEntry
- Enclosing class:
- Ingredient
private static interface Ingredient.Entry
- Mappings:
- Namespace - Name - official - ciz$c- intermediary - net/minecraft/class_1856$class_1859- named - net/minecraft/recipe/Ingredient$Entry
- 
Method Summary
- 
Method Details- 
getStacksCollection<ItemStack> getStacks()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lciz$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;
 
- 
toJsonJsonObject toJson()- Mappings:
- Namespace - Name - Mixin selector - official - b- Lciz$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;
 
 
-