Class ModHarvestHandlers

java.lang.Object
me.desht.pneumaticcraft.common.core.ModHarvestHandlers

public class ModHarvestHandlers extends Object
  • Field Details

    • HARVEST_HANDLERS_DEFERRED

      public static final net.minecraftforge.registries.DeferredRegister<HarvestHandler> HARVEST_HANDLERS_DEFERRED
    • HARVEST_HANDLERS

      public static final Supplier<net.minecraftforge.registries.IForgeRegistry<HarvestHandler>> HARVEST_HANDLERS
    • CROPS

      public static final net.minecraftforge.registries.RegistryObject<HarvestHandler> CROPS
    • NETHER_WART

      public static final net.minecraftforge.registries.RegistryObject<HarvestHandler> NETHER_WART
    • SWEET_BERRIES

      public static final net.minecraftforge.registries.RegistryObject<HarvestHandler> SWEET_BERRIES
    • COCOA

      public static final net.minecraftforge.registries.RegistryObject<HarvestHandler> COCOA
    • CACTUS

      public static final net.minecraftforge.registries.RegistryObject<HarvestHandler> CACTUS
    • PUMPKIN

      public static final net.minecraftforge.registries.RegistryObject<HarvestHandler> PUMPKIN
    • LEAVES

      public static final net.minecraftforge.registries.RegistryObject<HarvestHandler> LEAVES
    • TREES

      public static final net.minecraftforge.registries.RegistryObject<HarvestHandler> TREES
  • Constructor Details

    • ModHarvestHandlers

      public ModHarvestHandlers()