Package net.minecraft.util.datafix.fixes
Class ItemStackComponentRemainderFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.ItemStackComponentRemainderFix
- Direct Known Subclasses:
LodestoneCompassComponentFix
public abstract class ItemStackComponentRemainderFix
extends com.mojang.datafixers.DataFix
-
Field Summary
-
Constructor Summary
ConstructorDescriptionItemStackComponentRemainderFix
(com.mojang.datafixers.schemas.Schema p_334140_, String p_330429_, String p_335879_) ItemStackComponentRemainderFix
(com.mojang.datafixers.schemas.Schema p_330360_, String p_329958_, String p_335490_, String p_335902_) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract <T> com.mojang.serialization.Dynamic
<T> fixComponent
(com.mojang.serialization.Dynamic<T> p_330625_) final com.mojang.datafixers.TypeRewriteRule
makeRule()
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
-
Field Details
-
name
-
componentId
-
newComponentId
-
-
Constructor Details
-
ItemStackComponentRemainderFix
-
ItemStackComponentRemainderFix
-
-
Method Details
-
makeRule
public final com.mojang.datafixers.TypeRewriteRule makeRule()- Specified by:
makeRule
in classcom.mojang.datafixers.DataFix
-
fixComponent
protected abstract <T> com.mojang.serialization.Dynamic<T> fixComponent(com.mojang.serialization.Dynamic<T> p_330625_)
-