Class FireResistantToDamageResistantComponentFix

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

public class FireResistantToDamageResistantComponentFix extends ComponentFix
Mappings:
Namespace Name
named net/minecraft/datafixer/fix/FireResistantToDamageResistantComponentFix
intermediary net/minecraft/class_10208
official bfw
  • Constructor Summary

    Constructors
    Constructor
    Description
    FireResistantToDamageResistantComponentFix(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

    • FireResistantToDamageResistantComponentFix

      public FireResistantToDamageResistantComponentFix(com.mojang.datafixers.schemas.Schema outputSchema)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/datafixer/fix/FireResistantToDamageResistantComponentFix;<init>(Lcom/mojang/datafixers/schemas/Schema;)V
      intermediary <init> Lnet/minecraft/class_10208;<init>(Lcom/mojang/datafixers/schemas/Schema;)V
      official <init> Lbfw;<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
      named fixComponent Lnet/minecraft/datafixer/fix/ComponentFix;fixComponent(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;
      official a Lbgp;a(Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic;