Package net.minecraft.datafixer.fix
Class BlockEntityUuidFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.datafixer.fix.AbstractUuidFix
net.minecraft.datafixer.fix.BlockEntityUuidFix
public class BlockEntityUuidFix extends AbstractUuidFix
-
Field Summary
Fields inherited from class net.minecraft.datafixer.fix.AbstractUuidFix
LOGGER, typeReference
-
Constructor Summary
Constructors Constructor Description BlockEntityUuidFix(com.mojang.datafixers.schemas.Schema outputSchema)
-
Method Summary
Modifier and Type Method Description protected com.mojang.datafixers.TypeRewriteRule
makeRule()
private com.mojang.serialization.Dynamic<?>
updateConduit(com.mojang.serialization.Dynamic<?> dynamic)
private com.mojang.serialization.Dynamic<?>
updateSkull(com.mojang.serialization.Dynamic<?> dynamic)
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
-
BlockEntityUuidFix
public BlockEntityUuidFix(com.mojang.datafixers.schemas.Schema outputSchema)
-
-
Method Details
-
makeRule
protected com.mojang.datafixers.TypeRewriteRule makeRule()- Specified by:
makeRule
in classcom.mojang.datafixers.DataFix
-
updateSkull
private com.mojang.serialization.Dynamic<?> updateSkull(com.mojang.serialization.Dynamic<?> dynamic) -
updateConduit
private com.mojang.serialization.Dynamic<?> updateConduit(com.mojang.serialization.Dynamic<?> dynamic)
-