Package net.minecraft.datafixer.schema
Class Schema705
java.lang.Object
com.mojang.datafixers.schemas.Schema
net.minecraft.datafixer.schema.IdentifierNormalizingSchema
net.minecraft.datafixer.schema.Schema705
public class Schema705 extends IdentifierNormalizingSchema
-
Field Summary
Fields Modifier and Type Field Description protected static com.mojang.datafixers.types.templates.Hook.HookFunction
field_5746
Fields inherited from class net.minecraft.datafixer.schema.IdentifierNormalizingSchema
CODEC
Fields inherited from class com.mojang.datafixers.schemas.Schema
parent, RECURSIVE_TYPES
-
Constructor Summary
Constructors Constructor Description Schema705(int versionKey, com.mojang.datafixers.schemas.Schema parent)
-
Method Summary
Modifier and Type Method Description protected static void
method_5311(com.mojang.datafixers.schemas.Schema schema, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> map, String string)
protected static void
method_5330(com.mojang.datafixers.schemas.Schema schema, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> map, String string)
Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>>
registerEntities(com.mojang.datafixers.schemas.Schema schema)
void
registerTypes(com.mojang.datafixers.schemas.Schema schema, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> entityTypes, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> blockEntityTypes)
Methods inherited from class net.minecraft.datafixer.schema.IdentifierNormalizingSchema
getChoiceType, getIdentifierType, normalize
Methods inherited from class com.mojang.datafixers.schemas.Schema
buildTypes, findChoiceType, getParent, getTemplate, getType, getTypeRaw, getVersionKey, id, register, register, registerBlockEntities, registerSimple, registerType, resolveTemplate, types
-
Field Details
-
field_5746
protected static final com.mojang.datafixers.types.templates.Hook.HookFunction field_5746
-
-
Constructor Details
-
Schema705
public Schema705(int versionKey, com.mojang.datafixers.schemas.Schema parent)
-
-
Method Details
-
method_5311
-
method_5330
-
registerEntities
public Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> registerEntities(com.mojang.datafixers.schemas.Schema schema)- Overrides:
registerEntities
in classcom.mojang.datafixers.schemas.Schema
-
registerTypes
public void registerTypes(com.mojang.datafixers.schemas.Schema schema, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> entityTypes, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> blockEntityTypes)- Overrides:
registerTypes
in classcom.mojang.datafixers.schemas.Schema
-