Interface Ingredient.Entry

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

private static interface Ingredient.Entry
Mappings:
Namespace Name
official cgl$c
intermediary net/minecraft/class_1856$class_1859
named net/minecraft/recipe/Ingredient$Entry
  • Method Details

    • getStacks

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