类 DataComponentRemainderFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.DataComponentRemainderFix
- 直接已知子类:
FireResistantToDamageResistantComponentFix
,InvalidLockComponentFix
,LockComponentPredicateFix
,LodestoneCompassComponentFix
public abstract class DataComponentRemainderFix
extends com.mojang.datafixers.DataFix
-
字段概要
字段 -
构造器概要
构造器构造器说明DataComponentRemainderFix
(com.mojang.datafixers.schemas.Schema p_388311_, String p_387317_, String p_388665_) DataComponentRemainderFix
(com.mojang.datafixers.schemas.Schema p_387789_, String p_387550_, String p_388284_, String p_388095_) -
方法概要
修饰符和类型方法说明protected abstract <T> com.mojang.serialization.Dynamic
<T> fixComponent
(com.mojang.serialization.Dynamic<T> p_386527_) final com.mojang.datafixers.TypeRewriteRule
makeRule()
从类继承的方法 com.mojang.datafixers.DataFix
checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, onFail, writeAndRead, writeFixAndRead
-
字段详细资料
-
name
-
componentId
-
newComponentId
-
-
构造器详细资料
-
DataComponentRemainderFix
-
DataComponentRemainderFix
-
-
方法详细资料
-
makeRule
public final com.mojang.datafixers.TypeRewriteRule makeRule()- 指定者:
makeRule
在类中com.mojang.datafixers.DataFix
-
fixComponent
@Nullable protected abstract <T> com.mojang.serialization.Dynamic<T> fixComponent(com.mojang.serialization.Dynamic<T> p_386527_)
-