public class Schema100
extends com.mojang.datafixers.schemas.Schema
Constructor and Description |
---|
Schema100(int versionKey,
com.mojang.datafixers.schemas.Schema parent) |
Modifier and Type | Method and Description |
---|---|
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) |
protected static void |
targetEntity(com.mojang.datafixers.schemas.Schema schema,
Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> map,
String string) |
protected static com.mojang.datafixers.types.templates.TypeTemplate |
targetItems(com.mojang.datafixers.schemas.Schema schema) |
public Schema100(int versionKey, com.mojang.datafixers.schemas.Schema parent)
protected static com.mojang.datafixers.types.templates.TypeTemplate targetItems(com.mojang.datafixers.schemas.Schema schema)
protected static void targetEntity(com.mojang.datafixers.schemas.Schema schema, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> map, String string)
public Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> registerEntities(com.mojang.datafixers.schemas.Schema schema)
registerEntities
in class com.mojang.datafixers.schemas.Schema
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)
registerTypes
in class com.mojang.datafixers.schemas.Schema