Class EasyDatapack
java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
com.github.imdabigboss.easydatapack.backend.EasyDatapack
- All Implemented Interfaces:
EasyDatapackBase,org.bukkit.command.CommandExecutor,org.bukkit.command.TabCompleter,org.bukkit.command.TabExecutor,org.bukkit.plugin.Plugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull YmlConfig@NonNull BlockManagerImpl@NonNull DimensionManagerImpl@NonNull EnchantmentManagerImpl@NonNull ItemManagerImpl@NonNull MapManagerImpl@NonNull PacketUtilImpl@NonNull RecipeManagerImplvoidvoidonEnable()voidonLoad()voidregisterCustomAdder(@NonNull Consumer<CustomAdder> customAdder)Methods inherited from class org.bukkit.plugin.java.JavaPlugin
getClassLoader, getCommand, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, isEnabled, isNaggable, onCommand, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toStringMethods inherited from class org.bukkit.plugin.PluginBase
equals, getName, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bukkit.plugin.Plugin
getComponentLogger, getLog4JLogger, getSLF4JLogger
-
Constructor Details
-
EasyDatapack
public EasyDatapack()
-
-
Method Details
-
onLoad
public void onLoad()- Specified by:
onLoadin interfaceorg.bukkit.plugin.Plugin- Overrides:
onLoadin classorg.bukkit.plugin.java.JavaPlugin
-
onEnable
public void onEnable()- Specified by:
onEnablein interfaceorg.bukkit.plugin.Plugin- Overrides:
onEnablein classorg.bukkit.plugin.java.JavaPlugin
-
onDisable
public void onDisable()- Specified by:
onDisablein interfaceorg.bukkit.plugin.Plugin- Overrides:
onDisablein classorg.bukkit.plugin.java.JavaPlugin
-
registerCustomAdder
- Specified by:
registerCustomAdderin interfaceEasyDatapackBase
-
getAPIConfig
- Specified by:
getAPIConfigin interfaceEasyDatapackBase
-
getPacketUtil
- Specified by:
getPacketUtilin interfaceEasyDatapackBase
-
getRecipeManager
- Specified by:
getRecipeManagerin interfaceEasyDatapackBase
-
getBlockManager
- Specified by:
getBlockManagerin interfaceEasyDatapackBase
-
getDimensionManager
- Specified by:
getDimensionManagerin interfaceEasyDatapackBase
-
getEnchantmentManager
- Specified by:
getEnchantmentManagerin interfaceEasyDatapackBase
-
getItemManager
- Specified by:
getItemManagerin interfaceEasyDatapackBase
-
getMapManager
- Specified by:
getMapManagerin interfaceEasyDatapackBase
-