Package net.minecraft.util.datafix.fixes
Class LockComponentPredicateFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.DataComponentRemainderFix
net.minecraft.util.datafix.fixes.LockComponentPredicateFix
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> com.mojang.serialization.Dynamic
<T> fixComponent
(com.mojang.serialization.Dynamic<T> p_376828_) static <T> com.mojang.serialization.Dynamic
<T> fixLock
(com.mojang.serialization.Dynamic<T> p_376818_) Methods inherited from class net.minecraft.util.datafix.fixes.DataComponentRemainderFix
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
-
ESCAPER
public static final com.google.common.escape.Escaper ESCAPER
-
-
Constructor Details
-
LockComponentPredicateFix
public LockComponentPredicateFix(com.mojang.datafixers.schemas.Schema p_376234_)
-
-
Method Details
-
fixComponent
@Nullable protected <T> com.mojang.serialization.Dynamic<T> fixComponent(com.mojang.serialization.Dynamic<T> p_376828_) - Specified by:
fixComponent
in classDataComponentRemainderFix
-
fixLock
@Nullable public static <T> com.mojang.serialization.Dynamic<T> fixLock(com.mojang.serialization.Dynamic<T> p_376818_)
-