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
Mappings:
Namespace Name
official aph
intermediary net/minecraft/class_1253
named net/minecraft/datafixer/schema/Schema705
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static com.mojang.datafixers.types.templates.Hook.HookFunction
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • field_5746

      protected static final com.mojang.datafixers.types.templates.Hook.HookFunction field_5746
      Mappings:
      Namespace Name Mixin selector
      official b Laph;b:Lcom/mojang/datafixers/types/templates/Hook$HookFunction;
      intermediary field_5746 Lnet/minecraft/class_1253;field_5746:Lcom/mojang/datafixers/types/templates/Hook$HookFunction;
      named field_5746 Lnet/minecraft/datafixer/schema/Schema705;field_5746:Lcom/mojang/datafixers/types/templates/Hook$HookFunction;
  • Constructor Details

    • Schema705

      public Schema705(int versionKey, com.mojang.datafixers.schemas.Schema parent)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lanf;<init>(ILcom/mojang/datafixers/schemas/Schema;)V
      intermediary <init> Lnet/minecraft/class_1220;<init>(ILcom/mojang/datafixers/schemas/Schema;)V
      named <init> Lnet/minecraft/datafixer/schema/IdentifierNormalizingSchema;<init>(ILcom/mojang/datafixers/schemas/Schema;)V
  • Method Details

    • method_5311

      protected static void method_5311(com.mojang.datafixers.schemas.Schema schema, Map<String,​Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> map, String string)
      Mappings:
      Namespace Name Mixin selector
      official a Laph;a(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V
      intermediary method_5311 Lnet/minecraft/class_1253;method_5311(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V
      named method_5311 Lnet/minecraft/datafixer/schema/Schema705;method_5311(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V
    • method_5330

      protected static void method_5330(com.mojang.datafixers.schemas.Schema schema, Map<String,​Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> map, String string)
      Mappings:
      Namespace Name Mixin selector
      official b Laph;b(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V
      intermediary method_5330 Lnet/minecraft/class_1253;method_5330(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V
      named method_5330 Lnet/minecraft/datafixer/schema/Schema705;method_5330(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:
      registerEntities in class com.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 class com.mojang.datafixers.schemas.Schema
      Mappings:
      Namespace Name Mixin selector
      official registerTypes Laph;registerTypes(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V
      intermediary registerTypes Lnet/minecraft/class_1253;registerTypes(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V
      named registerTypes Lnet/minecraft/datafixer/schema/Schema705;registerTypes(Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/util/Map;)V