Class SproutPoolProvider

java.lang.Object
nokunami.floral_warfare.data.provider.SproutPoolProvider
All Implemented Interfaces:
net.minecraft.data.DataProvider
Direct Known Subclasses:
FWSproutPoolProvider

public abstract class SproutPoolProvider extends Object implements net.minecraft.data.DataProvider
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    class 
     

    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

    FIXED_ORDER_FIELDS, KEY_COMPARATOR, LOGGER
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    SproutPoolProvider(net.minecraft.data.PackOutput output, net.minecraftforge.common.data.ExistingFileHelper existingFileHelper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract void
     
    @NotNull String
     
    pool(net.minecraft.resources.ResourceLocation fileId)
     
    run(@NotNull net.minecraft.data.CachedOutput cache)
     

    Methods inherited from class java.lang.Object

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

    • SproutPoolProvider

      protected SproutPoolProvider(net.minecraft.data.PackOutput output, net.minecraftforge.common.data.ExistingFileHelper existingFileHelper)
  • Method Details

    • addPools

      protected abstract void addPools()
    • run

      public CompletableFuture<?> run(@NotNull @NotNull net.minecraft.data.CachedOutput cache)
      Specified by:
      run in interface net.minecraft.data.DataProvider
    • getName

      @NotNull public @NotNull String getName()
      Specified by:
      getName in interface net.minecraft.data.DataProvider
    • pool

      protected SproutPoolProvider.PoolBuilder pool(net.minecraft.resources.ResourceLocation fileId)