Class WrittenBookPagesStrictJsonFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.ItemStackTagFix
net.minecraft.util.datafix.fixes.WrittenBookPagesStrictJsonFix
-
Constructor Summary
ConstructorsConstructorDescriptionWrittenBookPagesStrictJsonFix(com.mojang.datafixers.schemas.Schema outputSchema) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.mojang.datafixers.Typed<?> fixItemStackTag(com.mojang.datafixers.Typed<?> tag) Methods inherited from class ItemStackTagFix
createFixer, makeRuleMethods 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
-
WrittenBookPagesStrictJsonFix
public WrittenBookPagesStrictJsonFix(com.mojang.datafixers.schemas.Schema outputSchema)
-
-
Method Details
-
fixItemStackTag
protected com.mojang.datafixers.Typed<?> fixItemStackTag(com.mojang.datafixers.Typed<?> tag) - Specified by:
fixItemStackTagin classItemStackTagFix
-