Class V1451_6

java.lang.Object
com.mojang.datafixers.schemas.Schema
net.minecraft.util.datafix.schemas.NamespacedSchema
net.minecraft.util.datafix.schemas.V1451_6

public class V1451_6 extends NamespacedSchema
  • Field Summary

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

    Fields inherited from class net.minecraft.util.datafix.schemas.NamespacedSchema

    NAMESPACED_STRING_CODEC

    Fields inherited from class com.mojang.datafixers.schemas.Schema

    parent, RECURSIVE_TYPES
  • Constructor Summary

    Constructors
    Constructor
    Description
    V1451_6​(int p_17532_, com.mojang.datafixers.schemas.Schema p_17533_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected static Map<String,​Supplier<com.mojang.datafixers.types.templates.TypeTemplate>>
    createCriterionTypes​(com.mojang.datafixers.schemas.Schema p_181078_)
     
    void
    registerTypes​(com.mojang.datafixers.schemas.Schema p_17540_, Map<String,​Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_17541_, Map<String,​Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_17542_)
     

    Methods inherited from class net.minecraft.util.datafix.schemas.NamespacedSchema

    ensureNamespaced, getChoiceType, namespacedString

    Methods inherited from class com.mojang.datafixers.schemas.Schema

    buildTypes, findChoiceType, getParent, getTemplate, getType, getTypeRaw, getVersionKey, id, register, register, registerBlockEntities, registerEntities, registerSimple, registerType, resolveTemplate, types

    Methods inherited from class java.lang.Object

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

    • SPECIAL_OBJECTIVE_MARKER

      public static final String SPECIAL_OBJECTIVE_MARKER
      See Also:
      Constant Field Values
    • UNPACK_OBJECTIVE_ID

      protected static final com.mojang.datafixers.types.templates.Hook.HookFunction UNPACK_OBJECTIVE_ID
    • REPACK_OBJECTIVE_ID

      protected static final com.mojang.datafixers.types.templates.Hook.HookFunction REPACK_OBJECTIVE_ID
  • Constructor Details

    • V1451_6

      public V1451_6(int p_17532_, com.mojang.datafixers.schemas.Schema p_17533_)
  • Method Details

    • registerTypes

      public void registerTypes(com.mojang.datafixers.schemas.Schema p_17540_, Map<String,​Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_17541_, Map<String,​Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_17542_)
      Overrides:
      registerTypes in class com.mojang.datafixers.schemas.Schema
    • createCriterionTypes

      protected static Map<String,​Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> createCriterionTypes(com.mojang.datafixers.schemas.Schema p_181078_)