Package net.minecraft.datafixer.fix
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 awg
intermediary net/minecraft/class_6503
named net/minecraft/datafixer/fix/UntaggedSpawnerFix
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate <T> com.mojang.datafixers.Typed<T>
fixSpawner
(com.mojang.datafixers.types.Type<T> type, com.mojang.datafixers.Typed<?> typed) protected com.mojang.datafixers.TypeRewriteRule
makeRule()
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
-
Constructor Details
-
UntaggedSpawnerFix
public UntaggedSpawnerFix(com.mojang.datafixers.schemas.Schema outputSchema) - Mappings:
Namespace Name Mixin selector official <init>
Lawg;<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 classcom.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
Lawg;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
Lawg;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;
-