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