Class SchemaV0
java.lang.Object
com.mojang.datafixers.schemas.Schema
me.andreasmelone.glowingeyes.client.presets.serialize.SchemaV0
public class SchemaV0
extends com.mojang.datafixers.schemas.Schema
-
Field Summary
Fields inherited from class com.mojang.datafixers.schemas.Schema
parent, RECURSIVE_TYPES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionregisterBlockEntities(com.mojang.datafixers.schemas.Schema schema) registerEntities(com.mojang.datafixers.schemas.Schema schema) voidregisterTypes(com.mojang.datafixers.schemas.Schema schema, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> map, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> map2) Methods inherited from class com.mojang.datafixers.schemas.Schema
buildTypes, findChoiceType, getChoiceType, getParent, getTemplate, getType, getTypeRaw, getVersionKey, id, register, register, registerSimple, registerType, resolveTemplate, types
-
Constructor Details
-
SchemaV0
public SchemaV0(int versionKey, com.mojang.datafixers.schemas.Schema parent)
-
-
Method Details
-
registerEntities
public Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> registerEntities(com.mojang.datafixers.schemas.Schema schema) - Overrides:
registerEntitiesin classcom.mojang.datafixers.schemas.Schema
-
registerBlockEntities
public Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> registerBlockEntities(com.mojang.datafixers.schemas.Schema schema) - Overrides:
registerBlockEntitiesin classcom.mojang.datafixers.schemas.Schema
-
registerTypes
public void registerTypes(com.mojang.datafixers.schemas.Schema schema, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> map, Map<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> map2) - Overrides:
registerTypesin classcom.mojang.datafixers.schemas.Schema
-