public class Schema1125 extends IdentifierNormalizingSchema
CODEC| Constructor and Description |
|---|
Schema1125(int versionKey,
com.mojang.datafixers.schemas.Schema parent) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> |
registerBlockEntities(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) |
getChoiceType, getIdentifierType, normalizepublic Schema1125(int versionKey,
com.mojang.datafixers.schemas.Schema parent)
public Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> registerBlockEntities(com.mojang.datafixers.schemas.Schema schema)
registerBlockEntities in class com.mojang.datafixers.schemas.Schemapublic 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)
registerTypes in class com.mojang.datafixers.schemas.Schema