Class AbstractUUIDFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.AbstractUUIDFix
- Direct Known Subclasses:
BlockEntityUUIDFix, EntityUUIDFix, ItemStackUUIDFix, LevelUUIDFix, PlayerUUIDFix, SavedDataUUIDFix
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateUUIDFromLongs(Dynamic<?> tag, String mostKey, String leastKey) createUUIDFromML(Dynamic<?> tag) createUUIDFromString(Dynamic<?> tag, String oldKey) createUUIDTag(Dynamic<?> tag, long mostSignificantBits, long leastSignificantBits) replaceUUIDLeastMost(Dynamic<?> tag, String oldKey, String newKey) replaceUUIDMLTag(Dynamic<?> tag, String oldKey, String newKey) replaceUUIDString(Dynamic<?> tag, String oldKey, String newKey) protected Typed<?> Methods inherited from class DataFix
checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, makeRule, onFail, writeAndRead, writeFixAndRead
-
Field Details
-
typeReference
-
-
Constructor Details
-
AbstractUUIDFix
-
-
Method Details
-
updateNamedChoice
-
replaceUUIDString
-
replaceUUIDMLTag
-
replaceUUIDLeastMost
-
createUUIDFromString
-
createUUIDFromML
-
createUUIDFromLongs
-
createUUIDTag
-