Package net.minecraft.datafixer.fix
Class PlayerUuidFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.datafixer.fix.AbstractUuidFix
net.minecraft.datafixer.fix.PlayerUuidFix
public class PlayerUuidFix extends AbstractUuidFix
- Mappings:
Namespace Name official ala
intermediary net/minecraft/class_4963
named net/minecraft/datafixer/fix/PlayerUuidFix
-
Field Summary
Fields inherited from class net.minecraft.datafixer.fix.AbstractUuidFix
LOGGER, typeReference
-
Constructor Summary
Constructors Constructor Description PlayerUuidFix(com.mojang.datafixers.schemas.Schema outputSchema)
-
Method Summary
Modifier and Type Method Description protected com.mojang.datafixers.TypeRewriteRule
makeRule()
Methods inherited from class net.minecraft.datafixer.fix.AbstractUuidFix
createArray, createArrayFromCompoundUuid, createArrayFromMostLeastTags, createArrayFromStringUuid, updateCompoundUuid, updateRegularMostLeast, updateStringUuid, updateTyped
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
-
PlayerUuidFix
public PlayerUuidFix(com.mojang.datafixers.schemas.Schema outputSchema)- Mappings:
Namespace Name Mixin selector official <init>
Lala;<init>(Lcom/mojang/datafixers/schemas/Schema;)V
intermediary <init>
Lnet/minecraft/class_4963;<init>(Lcom/mojang/datafixers/schemas/Schema;)V
named <init>
Lnet/minecraft/datafixer/fix/PlayerUuidFix;<init>(Lcom/mojang/datafixers/schemas/Schema;)V
-
-
Method Details
-
makeRule
protected com.mojang.datafixers.TypeRewriteRule makeRule()- Specified by:
makeRule
in classcom.mojang.datafixers.DataFix
- Mappings:
Namespace Name Mixin selector official makeRule
Lala;makeRule()Lcom/mojang/datafixers/TypeRewriteRule;
intermediary makeRule
Lnet/minecraft/class_4963;makeRule()Lcom/mojang/datafixers/TypeRewriteRule;
named makeRule
Lnet/minecraft/datafixer/fix/PlayerUuidFix;makeRule()Lcom/mojang/datafixers/TypeRewriteRule;
-