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 named net/minecraft/recipe/Ingredient$Entry
intermediary net/minecraft/class_1856$class_1859
official cyu$c
-
Field Summary
-
Method Summary
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/recipe/Ingredient$Entry;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_46099
Lnet/minecraft/class_1856$class_1859;field_46099:Lcom/mojang/serialization/Codec;
official a
Lcyu$c;a:Lcom/mojang/serialization/Codec;
-
-
Method Details
-
getStacks
Collection<ItemStack> getStacks()- Mappings:
Namespace Name Mixin selector named getStacks
Lnet/minecraft/recipe/Ingredient$Entry;getStacks()Ljava/util/Collection;
intermediary method_8108
Lnet/minecraft/class_1856$class_1859;method_8108()Ljava/util/Collection;
official a
Lcyu$c;a()Ljava/util/Collection;
-