Class MysticalBotanyPotsPlugin

java.lang.Object
net.darkhax.botanypotsmystical.common.impl.MysticalBotanyPotsPlugin
All Implemented Interfaces:
net.darkhax.botanypots.common.api.BotanyPotsPlugin

public class MysticalBotanyPotsPlugin extends Object implements net.darkhax.botanypots.common.api.BotanyPotsPlugin
  • Field Summary

    Fields inherited from interface net.darkhax.botanypots.common.api.BotanyPotsPlugin

    PLUGINS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerCropGenerators(BiConsumer<net.minecraft.resources.ResourceLocation,net.darkhax.botanypots.common.api.command.generator.crop.CropGenerator> register)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.darkhax.botanypots.common.api.BotanyPotsPlugin

    bindDisplayRenderers, registerDisplayTypes, registerDropProviders, registerSoilGenerators
  • Constructor Details

    • MysticalBotanyPotsPlugin

      public MysticalBotanyPotsPlugin()
  • Method Details

    • registerCropGenerators

      public void registerCropGenerators(BiConsumer<net.minecraft.resources.ResourceLocation,net.darkhax.botanypots.common.api.command.generator.crop.CropGenerator> register)
      Specified by:
      registerCropGenerators in interface net.darkhax.botanypots.common.api.BotanyPotsPlugin