Class V4307

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

public class V4307 extends NamespacedSchema
  • Constructor Details

    • V4307

      public V4307(int versionKey, com.mojang.datafixers.schemas.Schema parent)
  • Method Details

    • components

      public static SequencedMap<String, Supplier<com.mojang.datafixers.types.templates.TypeTemplate>> components(com.mojang.datafixers.schemas.Schema schema)
    • adventureModePredicate

      private static com.mojang.datafixers.types.templates.TypeTemplate adventureModePredicate(com.mojang.datafixers.schemas.Schema 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