Class ModWorldGenerator

java.lang.Object
net.fabricmc.fabric.api.datagen.v1.provider.FabricDynamicRegistryProvider
net.rodofire.easierworldcreator.datagen.ModWorldGenerator
All Implemented Interfaces:
net.minecraft.data.DataProvider

public class ModWorldGenerator extends net.fabricmc.fabric.api.datagen.v1.provider.FabricDynamicRegistryProvider
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.fabricmc.fabric.api.datagen.v1.provider.FabricDynamicRegistryProvider

    net.fabricmc.fabric.api.datagen.v1.provider.FabricDynamicRegistryProvider.Entries

    Nested classes/interfaces inherited from interface net.minecraft.data.DataProvider

    net.minecraft.data.DataProvider.Factory<T extends net.minecraft.data.DataProvider>
  • Field Summary

    Fields inherited from interface net.minecraft.data.DataProvider

    JSON_KEY_SORT_ORDER, JSON_KEY_SORTING_COMPARATOR
  • Constructor Summary

    Constructors
    Constructor
    Description
    ModWorldGenerator(net.fabricmc.fabric.api.datagen.v1.FabricDataOutput output, CompletableFuture<net.minecraft.registry.RegistryWrapper.WrapperLookup> registriesFuture)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    configure(net.minecraft.registry.RegistryWrapper.WrapperLookup registries, net.fabricmc.fabric.api.datagen.v1.provider.FabricDynamicRegistryProvider.Entries entries)
     
     

    Methods inherited from class net.fabricmc.fabric.api.datagen.v1.provider.FabricDynamicRegistryProvider

    run

    Methods inherited from class java.lang.Object

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

    • ModWorldGenerator

      public ModWorldGenerator(net.fabricmc.fabric.api.datagen.v1.FabricDataOutput output, CompletableFuture<net.minecraft.registry.RegistryWrapper.WrapperLookup> registriesFuture)
  • Method Details

    • configure

      protected void configure(net.minecraft.registry.RegistryWrapper.WrapperLookup registries, net.fabricmc.fabric.api.datagen.v1.provider.FabricDynamicRegistryProvider.Entries entries)
      Specified by:
      configure in class net.fabricmc.fabric.api.datagen.v1.provider.FabricDynamicRegistryProvider
    • getName

      public String getName()