Class UntaggedSpawnerFix

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

public class UntaggedSpawnerFix extends com.mojang.datafixers.DataFix
Mappings:
Namespace Name
official ava
intermediary net/minecraft/class_6503
named net/minecraft/datafixer/fix/UntaggedSpawnerFix
  • Constructor Summary

    Constructors
    Constructor
    Description
    UntaggedSpawnerFix(com.mojang.datafixers.schemas.Schema schema)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private <T> com.mojang.datafixers.Typed<T>
    fixSpawner(com.mojang.datafixers.types.Type<T> type, com.mojang.datafixers.Typed<?> typed)
     
    protected com.mojang.datafixers.TypeRewriteRule
     
    private <T> com.mojang.datafixers.Typed<T>
    method_37974(com.mojang.datafixers.types.Type<T> type, com.mojang.datafixers.Typed<?> typed)
     

    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

    • UntaggedSpawnerFix

      public UntaggedSpawnerFix(com.mojang.datafixers.schemas.Schema schema)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lava;<init>(Lcom/mojang/datafixers/schemas/Schema;)V
      intermediary <init> Lnet/minecraft/class_6503;<init>(Lcom/mojang/datafixers/schemas/Schema;)V
      named <init> Lnet/minecraft/datafixer/fix/UntaggedSpawnerFix;<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
    • method_37974

      private <T> com.mojang.datafixers.Typed<T> method_37974(com.mojang.datafixers.types.Type<T> type, com.mojang.datafixers.Typed<?> typed)
      Mappings:
      Namespace Name Mixin selector
      official a Lava;a(Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed;
      intermediary method_37974 Lnet/minecraft/class_6503;method_37974(Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed;
      named method_37974 Lnet/minecraft/datafixer/fix/UntaggedSpawnerFix;method_37974(Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed;
    • fixSpawner

      private <T> com.mojang.datafixers.Typed<T> fixSpawner(com.mojang.datafixers.types.Type<T> type, com.mojang.datafixers.Typed<?> typed)
      Mappings:
      Namespace Name Mixin selector
      official b Lava;b(Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed;
      intermediary method_37976 Lnet/minecraft/class_6503;method_37976(Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed;
      named fixSpawner Lnet/minecraft/datafixer/fix/UntaggedSpawnerFix;fixSpawner(Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed;