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 -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterCropGenerators(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, waitMethods 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:
registerCropGeneratorsin interfacenet.darkhax.botanypots.common.api.BotanyPotsPlugin
-