Class ModGLMProvider

java.lang.Object
net.minecraftforge.common.data.GlobalLootModifierProvider
me.desht.pneumaticcraft.datagen.ModGLMProvider
All Implemented Interfaces:
net.minecraft.data.DataProvider

public class ModGLMProvider extends net.minecraftforge.common.data.GlobalLootModifierProvider
  • Field Summary

    Fields inherited from interface net.minecraft.data.DataProvider

    FIXED_ORDER_FIELDS, KEY_COMPARATOR
  • Constructor Summary

    Constructors
    Constructor
    Description
    ModGLMProvider(net.minecraft.data.DataGenerator gen)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class net.minecraftforge.common.data.GlobalLootModifierProvider

    add, getName, replacing, run

    Methods inherited from class java.lang.Object

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

    • ModGLMProvider

      public ModGLMProvider(net.minecraft.data.DataGenerator gen)
  • Method Details

    • start

      protected void start()
      Specified by:
      start in class net.minecraftforge.common.data.GlobalLootModifierProvider