Class RecipeFix

java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.datafixer.fix.RecipeRenameFix
net.minecraft.datafixer.fix.RecipeFix

public class RecipeFix extends RecipeRenameFix
Mappings:
Namespace Name
official auj
intermediary net/minecraft/class_1206
named net/minecraft/datafixer/fix/RecipeFix
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final Map<String,String>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    RecipeFix(com.mojang.datafixers.schemas.Schema schema, boolean bool)
     
  • Method Summary

    Methods inherited from class net.minecraft.datafixer.fix.RecipeRenameFix

    makeRule

    Methods inherited from class com.mojang.datafixers.DataFix

    checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, onFail, writeAndRead, writeFixAndRead

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • RECIPES

      private static final Map<String,String> RECIPES
      Mappings:
      Namespace Name Mixin selector
      official a Lauj;a:Ljava/util/Map;
      intermediary field_5708 Lnet/minecraft/class_1206;field_5708:Ljava/util/Map;
      named RECIPES Lnet/minecraft/datafixer/fix/RecipeFix;RECIPES:Ljava/util/Map;
  • Constructor Details

    • RecipeFix

      public RecipeFix(com.mojang.datafixers.schemas.Schema schema, boolean bool)