Interface Ingredient.Entry

All Known Implementing Classes:
Ingredient.StackEntry, Ingredient.TagEntry
Enclosing class:
Ingredient

private static interface Ingredient.Entry
Mappings:
Namespace Name
official cpz$c
intermediary net/minecraft/class_1856$class_1859
named net/minecraft/recipe/Ingredient$Entry
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.serialization.Codec<Ingredient.Entry>
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Field Details

    • CODEC

      static final com.mojang.serialization.Codec<Ingredient.Entry> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lcpz$c;a:Lcom/mojang/serialization/Codec;
      intermediary field_46099 Lnet/minecraft/class_1856$class_1859;field_46099:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/recipe/Ingredient$Entry;CODEC:Lcom/mojang/serialization/Codec;
  • Method Details

    • getStacks

      Collection<ItemStack> getStacks()
      Mappings:
      Namespace Name Mixin selector
      official a Lcpz$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;