Package net.minecraft.datafixer.schema
Class Schema1460
java.lang.Object
com.mojang.datafixers.schemas.Schema
net.minecraft.datafixer.schema.IdentifierNormalizingSchema
net.minecraft.datafixer.schema.Schema1460
public class Schema1460 extends IdentifierNormalizingSchema
- Mappings:
Namespace Name official amxintermediary net/minecraft/class_1238named net/minecraft/datafixer/schema/Schema1460
-
Field Summary
Fields Modifier and Type Field Description protected static Map<String,String>field_28625protected static com.mojang.datafixers.types.templates.Hook.HookFunctionfield_28626Fields inherited from class net.minecraft.datafixer.schema.IdentifierNormalizingSchema
CODECFields inherited from class com.mojang.datafixers.schemas.Schema
parent, RECURSIVE_TYPES -
Constructor Summary
Constructors Constructor Description Schema1460(int versionKey, com.mojang.datafixers.schemas.Schema parent) -
Method Summary
Modifier and Type Method Description protected static voidmethod_5232(com.mojang.datafixers.schemas.Schema schema, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> map, String string)protected static voidmethod_5273(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>>registerBlockEntities(com.mojang.datafixers.schemas.Schema schema)Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>>registerEntities(com.mojang.datafixers.schemas.Schema schema)voidregisterTypes(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, normalizeMethods inherited from class com.mojang.datafixers.schemas.Schema
buildTypes, findChoiceType, getParent, getTemplate, getType, getTypeRaw, getVersionKey, id, register, register, registerSimple, registerType, resolveTemplate, types
-
Field Details
-
field_28625
- Mappings:
Namespace Name Mixin selector official bLamx;b:Ljava/util/Map;intermediary field_28625Lnet/minecraft/class_1238;field_28625:Ljava/util/Map;named field_28625Lnet/minecraft/datafixer/schema/Schema1460;field_28625:Ljava/util/Map;
-
field_28626
protected static final com.mojang.datafixers.types.templates.Hook.HookFunction field_28626- Mappings:
Namespace Name Mixin selector official cLamx;c:Lcom/mojang/datafixers/types/templates/Hook$HookFunction;intermediary field_28626Lnet/minecraft/class_1238;field_28626:Lcom/mojang/datafixers/types/templates/Hook$HookFunction;named field_28626Lnet/minecraft/datafixer/schema/Schema1460;field_28626:Lcom/mojang/datafixers/types/templates/Hook$HookFunction;
-
-
Constructor Details
-
Schema1460
public Schema1460(int versionKey, com.mojang.datafixers.schemas.Schema parent)- Mappings:
Namespace Name Mixin selector official <init>Lamg;<init>(ILcom/mojang/datafixers/schemas/Schema;)Vintermediary <init>Lnet/minecraft/class_1220;<init>(ILcom/mojang/datafixers/schemas/Schema;)Vnamed <init>Lnet/minecraft/datafixer/schema/IdentifierNormalizingSchema;<init>(ILcom/mojang/datafixers/schemas/Schema;)V
-
-
Method Details
-
method_5232
protected static void method_5232(com.mojang.datafixers.schemas.Schema schema, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> map, String string)- Mappings:
Namespace Name Mixin selector official aLamx;a(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)Vintermediary method_5232Lnet/minecraft/class_1238;method_5232(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)Vnamed method_5232Lnet/minecraft/datafixer/schema/Schema1460;method_5232(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V
-
method_5273
protected static void method_5273(com.mojang.datafixers.schemas.Schema schema, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> map, String string)- Mappings:
Namespace Name Mixin selector official bLamx;b(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)Vintermediary method_5273Lnet/minecraft/class_1238;method_5273(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)Vnamed method_5273Lnet/minecraft/datafixer/schema/Schema1460;method_5273(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V
-
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- Mappings:
Namespace Name Mixin selector official registerEntitiesLamx;registerEntities(Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map;intermediary registerEntitiesLnet/minecraft/class_1238;registerEntities(Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map;named registerEntitiesLnet/minecraft/datafixer/schema/Schema1460;registerEntities(Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map;
-
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- Mappings:
Namespace Name Mixin selector official registerBlockEntitiesLamx;registerBlockEntities(Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map;intermediary registerBlockEntitiesLnet/minecraft/class_1238;registerBlockEntities(Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map;named registerBlockEntitiesLnet/minecraft/datafixer/schema/Schema1460;registerBlockEntities(Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map;
-
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:
registerTypesin classcom.mojang.datafixers.schemas.Schema- Mappings:
Namespace Name Mixin selector official registerTypesLamx;registerTypes(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)Vintermediary registerTypesLnet/minecraft/class_1238;registerTypes(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)Vnamed registerTypesLnet/minecraft/datafixer/schema/Schema1460;registerTypes(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V
-