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
named net/minecraft/datafixer/fix/UntaggedSpawnerFix
intermediary net/minecraft/class_6503
official bil
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    UntaggedSpawnerFix(com.mojang.datafixers.schemas.Schema outputSchema)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    private <T> com.mojang.datafixers.Typed<T>
    fixSpawnDataTyped(com.mojang.datafixers.types.Type<T> spawnDataType, com.mojang.datafixers.Typed<?> spawnDataTyped)
     
    private <T> com.mojang.datafixers.Typed<T>
    fixSpawner(com.mojang.datafixers.types.Type<T> spawnPotentialsType, com.mojang.datafixers.Typed<?> spawnPotentialsTyped)
     
    protected com.mojang.datafixers.TypeRewriteRule
     

    Methods inherited from class com.mojang.datafixers.DataFix Link icon

    checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, onFail, writeAndRead, writeFixAndRead

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • UntaggedSpawnerFix Link icon

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

    • makeRule Link icon

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

      private <T> com.mojang.datafixers.Typed<T> fixSpawnDataTyped(com.mojang.datafixers.types.Type<T> spawnDataType, com.mojang.datafixers.Typed<?> spawnDataTyped)
      Mappings:
      Namespace Name Mixin selector
      named fixSpawnDataTyped Lnet/minecraft/datafixer/fix/UntaggedSpawnerFix;fixSpawnDataTyped(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;
      official a Lbil;a(Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed;
    • fixSpawner Link icon

      private <T> com.mojang.datafixers.Typed<T> fixSpawner(com.mojang.datafixers.types.Type<T> spawnPotentialsType, com.mojang.datafixers.Typed<?> spawnPotentialsTyped)
      Mappings:
      Namespace Name Mixin selector
      named fixSpawner Lnet/minecraft/datafixer/fix/UntaggedSpawnerFix;fixSpawner(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;
      official b Lbil;b(Lcom/mojang/datafixers/types/Type;Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed;