类 V99
java.lang.Object
com.mojang.datafixers.schemas.Schema
net.minecraft.util.datafix.schemas.V99
public class V99
extends com.mojang.datafixers.schemas.Schema
-
字段概要
字段修饰符和类型字段说明protected static final com.mojang.datafixers.types.templates.Hook.HookFunction
private static final org.slf4j.Logger
从类继承的字段 com.mojang.datafixers.schemas.Schema
parent, RECURSIVE_TYPES
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected static <T> T
addNames
(com.mojang.serialization.Dynamic<T> p_18206_, Map<String, String> p_18207_, Map<String, String> p_334570_) protected static com.mojang.datafixers.types.templates.TypeTemplate
equipment
(com.mojang.datafixers.schemas.Schema p_18189_) registerBlockEntities
(com.mojang.datafixers.schemas.Schema p_18303_) registerEntities
(com.mojang.datafixers.schemas.Schema p_18305_) protected static void
registerInventory
(com.mojang.datafixers.schemas.Schema p_18247_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18248_, String p_18249_) protected static void
registerMinecart
(com.mojang.datafixers.schemas.Schema p_18237_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18238_, String p_18239_) protected static void
registerMob
(com.mojang.datafixers.schemas.Schema p_18194_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18195_, String p_18196_) protected static void
registerThrowableProjectile
(com.mojang.datafixers.schemas.Schema p_18225_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18226_, String p_18227_) void
registerTypes
(com.mojang.datafixers.schemas.Schema p_18307_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18308_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18309_) 从类继承的方法 com.mojang.datafixers.schemas.Schema
buildTypes, findChoiceType, getChoiceType, getParent, getTemplate, getType, getTypeRaw, getVersionKey, id, register, register, registerSimple, registerType, resolveTemplate, types
-
字段详细资料
-
LOGGER
private static final org.slf4j.Logger LOGGER -
ITEM_TO_BLOCKENTITY
-
ITEM_TO_ENTITY
-
ADD_NAMES
protected static final com.mojang.datafixers.types.templates.Hook.HookFunction ADD_NAMES
-
-
构造器详细资料
-
V99
public V99(int p_18185_, com.mojang.datafixers.schemas.Schema p_18186_)
-
-
方法详细资料
-
equipment
protected static com.mojang.datafixers.types.templates.TypeTemplate equipment(com.mojang.datafixers.schemas.Schema p_18189_) -
registerMob
-
registerThrowableProjectile
-
registerMinecart
-
registerInventory
-
registerEntities
public Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> registerEntities(com.mojang.datafixers.schemas.Schema p_18305_) - 覆盖:
registerEntities
在类中com.mojang.datafixers.schemas.Schema
-
registerBlockEntities
public Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> registerBlockEntities(com.mojang.datafixers.schemas.Schema p_18303_) - 覆盖:
registerBlockEntities
在类中com.mojang.datafixers.schemas.Schema
-
registerTypes
public void registerTypes(com.mojang.datafixers.schemas.Schema p_18307_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18308_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18309_) - 覆盖:
registerTypes
在类中com.mojang.datafixers.schemas.Schema
-
addNames
-