类 SimpleEntityRenameFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.EntityRenameFix
net.minecraft.util.datafix.fixes.SimpleEntityRenameFix
-
字段概要
从类继承的字段 net.minecraft.util.datafix.fixes.EntityRenameFix
name
-
构造器概要
构造器构造器说明SimpleEntityRenameFix
(String p_16901_, com.mojang.datafixers.schemas.Schema p_16902_, boolean p_16903_) -
方法概要
修饰符和类型方法说明protected com.mojang.datafixers.util.Pair
<String, com.mojang.datafixers.Typed<?>> protected abstract com.mojang.datafixers.util.Pair
<String, com.mojang.serialization.Dynamic<?>> getNewNameAndTag
(String p_16907_, com.mojang.serialization.Dynamic<?> p_16908_) 从类继承的方法 net.minecraft.util.datafix.fixes.EntityRenameFix
makeRule
从类继承的方法 com.mojang.datafixers.DataFix
checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, onFail, writeAndRead, writeFixAndRead
-
构造器详细资料
-
SimpleEntityRenameFix
public SimpleEntityRenameFix(String p_16901_, com.mojang.datafixers.schemas.Schema p_16902_, boolean p_16903_)
-
-
方法详细资料
-
fix
protected com.mojang.datafixers.util.Pair<String,com.mojang.datafixers.Typed<?>> fix(String p_16905_, com.mojang.datafixers.Typed<?> p_16906_) - 指定者:
fix
在类中EntityRenameFix
-
getNewNameAndTag
-