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 cdm$c
intermediary net/minecraft/class_1856$class_1859
named net/minecraft/recipe/Ingredient$Entry
-
Method Summary
-
Method Details
-
getStacks
Collection<ItemStack> getStacks()- Mappings:
Namespace Name Mixin selector official a
Lcdm$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
JsonObject toJson()- Mappings:
Namespace Name Mixin selector official b
Lcdm$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;
-