类 V1460

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

public class V1460 extends NamespacedSchema
  • 构造器详细资料

    • V1460

      public V1460(int pVersionKey, com.mojang.datafixers.schemas.Schema pParent)
  • 方法详细资料

    • registerMob

      protected static void registerMob(com.mojang.datafixers.schemas.Schema pSchema, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> pMap, String pName)
    • registerInventory

      protected static void registerInventory(com.mojang.datafixers.schemas.Schema pSchema, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> pMap, String pName)
    • registerEntities

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

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

      public void registerTypes(com.mojang.datafixers.schemas.Schema pSchema, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> pEntityTypes, Map<String,Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> pBlockEntityTypes)
      覆盖:
      registerTypes 在类中 com.mojang.datafixers.schemas.Schema