Class ChunkLevelTagRenameFix

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

public class ChunkLevelTagRenameFix extends com.mojang.datafixers.DataFix
Mappings:
Namespace Name
named net/minecraft/datafixer/fix/ChunkLevelTagRenameFix
intermediary net/minecraft/class_6742
official bce
  • Constructor Summary

    Constructors
    Constructor
    Description
    ChunkLevelTagRenameFix(com.mojang.datafixers.schemas.Schema outputSchema)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.mojang.datafixers.TypeRewriteRule
     
    private static <A> com.mojang.datafixers.Typed<com.mojang.datafixers.util.Pair<String,A>>
    method_39269(com.mojang.datafixers.Typed<A> typed)
     
    private static <T> com.mojang.serialization.Dynamic<T>
    method_39270(com.mojang.datafixers.Typed<?> typed, com.mojang.serialization.Dynamic<T> dynamic)
     
    private static com.mojang.datafixers.Typed<?>
    rename(com.mojang.datafixers.Typed<?> typed, String oldKey, String newKey)
     
    private static <A> com.mojang.datafixers.Typed<?>
    rename(com.mojang.datafixers.Typed<?> typed, String oldKey, String newKey, com.mojang.datafixers.types.Type<A> type)
     

    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
  • Constructor Details

    • ChunkLevelTagRenameFix

      public ChunkLevelTagRenameFix(com.mojang.datafixers.schemas.Schema outputSchema)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/datafixer/fix/ChunkLevelTagRenameFix;<init>(Lcom/mojang/datafixers/schemas/Schema;)V
      intermediary <init> Lnet/minecraft/class_6742;<init>(Lcom/mojang/datafixers/schemas/Schema;)V
      official <init> Lbce;<init>(Lcom/mojang/datafixers/schemas/Schema;)V
  • Method Details

    • makeRule

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

      private static com.mojang.datafixers.Typed<?> rename(com.mojang.datafixers.Typed<?> typed, String oldKey, String newKey)
      Mappings:
      Namespace Name Mixin selector
      named rename Lnet/minecraft/datafixer/fix/ChunkLevelTagRenameFix;rename(Lcom/mojang/datafixers/Typed;Ljava/lang/String;Ljava/lang/String;)Lcom/mojang/datafixers/Typed;
      intermediary method_39271 Lnet/minecraft/class_6742;method_39271(Lcom/mojang/datafixers/Typed;Ljava/lang/String;Ljava/lang/String;)Lcom/mojang/datafixers/Typed;
      official a Lbce;a(Lcom/mojang/datafixers/Typed;Ljava/lang/String;Ljava/lang/String;)Lcom/mojang/datafixers/Typed;
    • rename

      private static <A> com.mojang.datafixers.Typed<?> rename(com.mojang.datafixers.Typed<?> typed, String oldKey, String newKey, com.mojang.datafixers.types.Type<A> type)
      Mappings:
      Namespace Name Mixin selector
      named rename Lnet/minecraft/datafixer/fix/ChunkLevelTagRenameFix;rename(Lcom/mojang/datafixers/Typed;Ljava/lang/String;Ljava/lang/String;Lcom/mojang/datafixers/types/Type;)Lcom/mojang/datafixers/Typed;
      intermediary method_39272 Lnet/minecraft/class_6742;method_39272(Lcom/mojang/datafixers/Typed;Ljava/lang/String;Ljava/lang/String;Lcom/mojang/datafixers/types/Type;)Lcom/mojang/datafixers/Typed;
      official a Lbce;a(Lcom/mojang/datafixers/Typed;Ljava/lang/String;Ljava/lang/String;Lcom/mojang/datafixers/types/Type;)Lcom/mojang/datafixers/Typed;
    • method_39269

      private static <A> com.mojang.datafixers.Typed<com.mojang.datafixers.util.Pair<String,A>> method_39269(com.mojang.datafixers.Typed<A> typed)
      Mappings:
      Namespace Name Mixin selector
      named method_39269 Lnet/minecraft/datafixer/fix/ChunkLevelTagRenameFix;method_39269(Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed;
      intermediary method_39269 Lnet/minecraft/class_6742;method_39269(Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed;
      official a Lbce;a(Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed;
    • method_39270

      private static <T> com.mojang.serialization.Dynamic<T> method_39270(com.mojang.datafixers.Typed<?> typed, com.mojang.serialization.Dynamic<T> dynamic)
      Mappings:
      Namespace Name Mixin selector
      named method_39270 Lnet/minecraft/datafixer/fix/ChunkLevelTagRenameFix;method_39270(Lcom/mojang/datafixers/Typed;Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic;
      intermediary method_39270 Lnet/minecraft/class_6742;method_39270(Lcom/mojang/datafixers/Typed;Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic;
      official a Lbce;a(Lcom/mojang/datafixers/Typed;Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic;