Class FWSproutPoolProvider

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

public class FWSproutPoolProvider extends SproutPoolProvider
  • Nested Class Summary

    Nested classes/interfaces inherited from class nokunami.floral_warfare.data.provider.SproutPoolProvider

    SproutPoolProvider.PoolBuilder

    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
    Constructor
    Description
    FWSproutPoolProvider(net.minecraft.data.PackOutput output, net.minecraftforge.common.data.ExistingFileHelper helper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class nokunami.floral_warfare.data.provider.SproutPoolProvider

    getName, pool, run

    Methods inherited from class java.lang.Object

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

    • FWSproutPoolProvider

      public FWSproutPoolProvider(net.minecraft.data.PackOutput output, net.minecraftforge.common.data.ExistingFileHelper helper)
  • Method Details