Class LodestoneCompassComponentFix

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

public class LodestoneCompassComponentFix extends ComponentFix
Mappings:
Namespace Name
official bek
intermediary net/minecraft/class_9343
named net/minecraft/datafixer/fix/LodestoneCompassComponentFix
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    protected <T> com.mojang.serialization.Dynamic<T>
    fixComponent(com.mojang.serialization.Dynamic<T> dynamic)

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

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

    • LodestoneCompassComponentFix

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

    • fixComponent

      protected <T> com.mojang.serialization.Dynamic<T> fixComponent(com.mojang.serialization.Dynamic<T> dynamic)
      Specified by:
      fixComponent in class ComponentFix
      Mappings:
      Namespace Name Mixin selector
      official a Lbds;a(Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic;
      intermediary method_58045 Lnet/minecraft/class_9342;method_58045(Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic;
      named fixComponent Lnet/minecraft/datafixer/fix/ComponentFix;fixComponent(Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic;