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

public class V99 extends com.mojang.datafixers.schemas.Schema
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    protected static final com.mojang.datafixers.types.templates.Hook.HookFunction
     
    (专用程序包) static final Map<String,String>
     
    static final Map<String,String>
     
    private static final org.slf4j.Logger
     

    从类继承的字段 com.mojang.datafixers.schemas.Schema

    parent, RECURSIVE_TYPES
  • 构造器概要

    构造器
    构造器
    说明
    V99(int p_18185_, com.mojang.datafixers.schemas.Schema p_18186_)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected static <T> T
    addNames(com.mojang.serialization.Dynamic<T> p_18206_, Map<String,String> p_18207_, Map<String,String> p_334570_)
     
    protected static com.mojang.datafixers.types.templates.TypeTemplate
    equipment(com.mojang.datafixers.schemas.Schema p_18189_)
     
    Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>>
    registerBlockEntities(com.mojang.datafixers.schemas.Schema p_18303_)
     
    Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>>
    registerEntities(com.mojang.datafixers.schemas.Schema p_18305_)
     
    protected static void
    registerInventory(com.mojang.datafixers.schemas.Schema p_18247_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18248_, String p_18249_)
     
    protected static void
    registerMinecart(com.mojang.datafixers.schemas.Schema p_18237_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18238_, String p_18239_)
     
    protected static void
    registerMob(com.mojang.datafixers.schemas.Schema p_18194_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18195_, String p_18196_)
     
    protected static void
    registerThrowableProjectile(com.mojang.datafixers.schemas.Schema p_18225_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18226_, String p_18227_)
     
    void
    registerTypes(com.mojang.datafixers.schemas.Schema p_18307_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18308_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18309_)
     

    从类继承的方法 com.mojang.datafixers.schemas.Schema

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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • ITEM_TO_BLOCKENTITY

      static final Map<String,String> ITEM_TO_BLOCKENTITY
    • ITEM_TO_ENTITY

      public static final Map<String,String> ITEM_TO_ENTITY
    • ADD_NAMES

      protected static final com.mojang.datafixers.types.templates.Hook.HookFunction ADD_NAMES
  • 构造器详细资料

    • V99

      public V99(int p_18185_, com.mojang.datafixers.schemas.Schema p_18186_)
  • 方法详细资料

    • equipment

      protected static com.mojang.datafixers.types.templates.TypeTemplate equipment(com.mojang.datafixers.schemas.Schema p_18189_)
    • registerMob

      protected static void registerMob(com.mojang.datafixers.schemas.Schema p_18194_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18195_, String p_18196_)
    • registerThrowableProjectile

      protected static void registerThrowableProjectile(com.mojang.datafixers.schemas.Schema p_18225_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18226_, String p_18227_)
    • registerMinecart

      protected static void registerMinecart(com.mojang.datafixers.schemas.Schema p_18237_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18238_, String p_18239_)
    • registerInventory

      protected static void registerInventory(com.mojang.datafixers.schemas.Schema p_18247_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18248_, String p_18249_)
    • registerEntities

      public Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> registerEntities(com.mojang.datafixers.schemas.Schema p_18305_)
      覆盖:
      registerEntities 在类中 com.mojang.datafixers.schemas.Schema
    • registerBlockEntities

      public Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> registerBlockEntities(com.mojang.datafixers.schemas.Schema p_18303_)
      覆盖:
      registerBlockEntities 在类中 com.mojang.datafixers.schemas.Schema
    • registerTypes

      public void registerTypes(com.mojang.datafixers.schemas.Schema p_18307_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18308_, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> p_18309_)
      覆盖:
      registerTypes 在类中 com.mojang.datafixers.schemas.Schema
    • addNames

      protected static <T> T addNames(com.mojang.serialization.Dynamic<T> p_18206_, Map<String,String> p_18207_, Map<String,String> p_334570_)