Class WriteAndReadFix

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

public class WriteAndReadFix extends com.mojang.datafixers.DataFix
Mappings:
Namespace Name
official avt
intermediary net/minecraft/class_1218
named net/minecraft/datafixer/fix/WriteAndReadFix
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final String
     
    private final com.mojang.datafixers.DSL.TypeReference
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    WriteAndReadFix(com.mojang.datafixers.schemas.Schema outputSchema, String name, com.mojang.datafixers.DSL.TypeReference type)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.mojang.datafixers.TypeRewriteRule
     

    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

    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official a Lavt;a:Ljava/lang/String;
      intermediary field_5742 Lnet/minecraft/class_1218;field_5742:Ljava/lang/String;
      named name Lnet/minecraft/datafixer/fix/WriteAndReadFix;name:Ljava/lang/String;
    • type

      private final com.mojang.datafixers.DSL.TypeReference type
      Mappings:
      Namespace Name Mixin selector
      official b Lavt;b:Lcom/mojang/datafixers/DSL$TypeReference;
      intermediary field_5743 Lnet/minecraft/class_1218;field_5743:Lcom/mojang/datafixers/DSL$TypeReference;
      named type Lnet/minecraft/datafixer/fix/WriteAndReadFix;type:Lcom/mojang/datafixers/DSL$TypeReference;
  • Constructor Details

    • WriteAndReadFix

      public WriteAndReadFix(com.mojang.datafixers.schemas.Schema outputSchema, String name, com.mojang.datafixers.DSL.TypeReference type)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lavt;<init>(Lcom/mojang/datafixers/schemas/Schema;Ljava/lang/String;Lcom/mojang/datafixers/DSL$TypeReference;)V
      intermediary <init> Lnet/minecraft/class_1218;<init>(Lcom/mojang/datafixers/schemas/Schema;Ljava/lang/String;Lcom/mojang/datafixers/DSL$TypeReference;)V
      named <init> Lnet/minecraft/datafixer/fix/WriteAndReadFix;<init>(Lcom/mojang/datafixers/schemas/Schema;Ljava/lang/String;Lcom/mojang/datafixers/DSL$TypeReference;)V
  • Method Details

    • makeRule

      protected com.mojang.datafixers.TypeRewriteRule makeRule()
      Specified by:
      makeRule in class com.mojang.datafixers.DataFix