Class V0099
java.lang.Object
com.mojang.datafixers.schemas.Schema
net.minecraft.util.datafix.versions.V0099
public class V0099
extends com.mojang.datafixers.schemas.Schema
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final com.mojang.datafixers.types.templates.Hook.HookFunction
private static final org.apache.logging.log4j.Logger
Fields inherited from class com.mojang.datafixers.schemas.Schema
parent, RECURSIVE_TYPES
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static <T> T
addNames
(com.mojang.serialization.Dynamic<T> p_209869_0_, Map<String, String> p_209869_1_, String p_209869_2_) protected static com.mojang.datafixers.types.templates.TypeTemplate
equipment
(com.mojang.datafixers.schemas.Schema p_206658_0_) registerBlockEntities
(com.mojang.datafixers.schemas.Schema p_registerBlockEntities_1_) registerEntities
(com.mojang.datafixers.schemas.Schema p_registerEntities_1_) protected static void
registerInventory
(com.mojang.datafixers.schemas.Schema p_206680_0_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_206680_1_, String p_206680_2_) protected static void
registerMinecart
(com.mojang.datafixers.schemas.Schema p_206674_0_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_206674_1_, String p_206674_2_) protected static void
registerMob
(com.mojang.datafixers.schemas.Schema p_206690_0_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_206690_1_, String p_206690_2_) protected static void
registerThrowableProjectile
(com.mojang.datafixers.schemas.Schema p_206668_0_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_206668_1_, String p_206668_2_) void
registerTypes
(com.mojang.datafixers.schemas.Schema p_registerTypes_1_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_registerTypes_2_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_registerTypes_3_) Methods inherited from class com.mojang.datafixers.schemas.Schema
buildTypes, findChoiceType, getChoiceType, getParent, getTemplate, getType, getTypeRaw, getVersionKey, id, register, register, registerSimple, registerType, resolveTemplate, types
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
ITEM_TO_BLOCKENTITY
-
ADD_NAMES
protected static final com.mojang.datafixers.types.templates.Hook.HookFunction ADD_NAMES
-
-
Constructor Details
-
V0099
public V0099(int p_i49580_1_, com.mojang.datafixers.schemas.Schema p_i49580_2_)
-
-
Method Details
-
equipment
protected static com.mojang.datafixers.types.templates.TypeTemplate equipment(com.mojang.datafixers.schemas.Schema p_206658_0_) -
registerMob
-
registerThrowableProjectile
-
registerMinecart
-
registerInventory
-
registerEntities
public Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> registerEntities(com.mojang.datafixers.schemas.Schema p_registerEntities_1_) - Overrides:
registerEntities
in classcom.mojang.datafixers.schemas.Schema
-
registerBlockEntities
public Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> registerBlockEntities(com.mojang.datafixers.schemas.Schema p_registerBlockEntities_1_) - Overrides:
registerBlockEntities
in classcom.mojang.datafixers.schemas.Schema
-
registerTypes
public void registerTypes(com.mojang.datafixers.schemas.Schema p_registerTypes_1_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_registerTypes_2_, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_registerTypes_3_) - Overrides:
registerTypes
in classcom.mojang.datafixers.schemas.Schema
-
addNames
-