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

public class V705 extends NamespacedSchema
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    protected static final com.mojang.datafixers.types.templates.Hook.HookFunction
     
    (package private) static final Map<String,String>
     

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

    NAMESPACED_STRING_CODEC

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

    parent, RECURSIVE_TYPES
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    V705(int p_18075_, com.mojang.datafixers.schemas.Schema p_18076_)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>>
    registerEntities(com.mojang.datafixers.schemas.Schema p_18148_)
     
    protected static void
    registerMob(com.mojang.datafixers.schemas.Schema p_18083_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18084_, String p_18085_)
     
    protected static void
    registerThrowableProjectile(com.mojang.datafixers.schemas.Schema p_18094_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18095_, String p_18096_)
     
    void
    registerTypes(com.mojang.datafixers.schemas.Schema p_18150_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18151_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18152_)
     

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

    ensureNamespaced, getChoiceType, namespacedString

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

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

    Methods inherited from class java.lang.Object Link icon

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

    • ITEM_TO_ENTITY Link icon

      static final Map<String,String> ITEM_TO_ENTITY
    • ADD_NAMES Link icon

      protected static final com.mojang.datafixers.types.templates.Hook.HookFunction ADD_NAMES
  • Constructor Details Link icon

    • V705 Link icon

      public V705(int p_18075_, com.mojang.datafixers.schemas.Schema p_18076_)
  • Method Details Link icon

    • registerMob Link icon

      protected static void registerMob(com.mojang.datafixers.schemas.Schema p_18083_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18084_, String p_18085_)
    • registerThrowableProjectile Link icon

      protected static void registerThrowableProjectile(com.mojang.datafixers.schemas.Schema p_18094_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18095_, String p_18096_)
    • registerEntities Link icon

      public Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> registerEntities(com.mojang.datafixers.schemas.Schema p_18148_)
      Overrides:
      registerEntities in class com.mojang.datafixers.schemas.Schema
    • registerTypes Link icon

      public void registerTypes(com.mojang.datafixers.schemas.Schema p_18150_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18151_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18152_)
      Overrides:
      registerTypes in class com.mojang.datafixers.schemas.Schema