Class RegistrateDatapackBuiltinEntriesProvider.Bootstrap<T>

java.lang.Object
com.petrolpark.core.registrate.RegistrateDatapackBuiltinEntriesProvider.Bootstrap<T>
All Implemented Interfaces:
net.minecraft.core.RegistrySetBuilder.RegistryBootstrap<T>
Enclosing class:
RegistrateDatapackBuiltinEntriesProvider<T>

public static class RegistrateDatapackBuiltinEntriesProvider.Bootstrap<T> extends Object implements net.minecraft.core.RegistrySetBuilder.RegistryBootstrap<T>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final List<net.minecraft.core.RegistrySetBuilder.RegistryBootstrap<T>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(net.minecraft.data.worldgen.BootstrapContext<T> context)
     

    Methods inherited from class java.lang.Object

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

    • children

      protected final List<net.minecraft.core.RegistrySetBuilder.RegistryBootstrap<T>> children
  • Constructor Details

    • Bootstrap

      public Bootstrap()
  • Method Details

    • run

      public void run(@Nonnull net.minecraft.data.worldgen.BootstrapContext<T> context)
      Specified by:
      run in interface net.minecraft.core.RegistrySetBuilder.RegistryBootstrap<T>