类 DataFixers
java.lang.Object
net.minecraft.util.datafix.DataFixers
-
字段概要
字段修饰符和类型字段说明static final int
private static final com.mojang.datafixers.DataFixer
private static final BiFunction<Integer,
com.mojang.datafixers.schemas.Schema, com.mojang.datafixers.schemas.Schema> private static final BiFunction<Integer,
com.mojang.datafixers.schemas.Schema, com.mojang.datafixers.schemas.Schema> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static void
addFixers
(com.mojang.datafixers.DataFixerBuilder pBuilder) private static com.mojang.datafixers.DataFixer
createFixerUpper
(Set<com.mojang.datafixers.DSL.TypeReference> pTypeReferences) private static UnaryOperator<String>
createRenamer
(String pOldName, String pNewName) private static UnaryOperator<String>
createRenamer
(Map<String, String> pRenameMap) static com.mojang.datafixers.DataFixer
-
字段详细资料
-
SAME
private static final BiFunction<Integer,com.mojang.datafixers.schemas.Schema, SAMEcom.mojang.datafixers.schemas.Schema> -
SAME_NAMESPACED
private static final BiFunction<Integer,com.mojang.datafixers.schemas.Schema, SAME_NAMESPACEDcom.mojang.datafixers.schemas.Schema> -
dataFixer
private static final com.mojang.datafixers.DataFixer dataFixer -
BLENDING_VERSION
public static final int BLENDING_VERSION- 另请参阅:
-
-
构造器详细资料
-
DataFixers
private DataFixers()
-
-
方法详细资料
-
getDataFixer
public static com.mojang.datafixers.DataFixer getDataFixer() -
createFixerUpper
private static com.mojang.datafixers.DataFixer createFixerUpper(Set<com.mojang.datafixers.DSL.TypeReference> pTypeReferences) -
addFixers
private static void addFixers(com.mojang.datafixers.DataFixerBuilder pBuilder) -
createRenamer
-
createRenamer
-