Class CustomCrafting

java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
me.wolfyscript.customcrafting.CustomCrafting
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin

public class CustomCrafting extends org.bukkit.plugin.java.JavaPlugin
  • Field Details

    • ADVANCED_CRAFTING_TABLE

      public static final me.wolfyscript.utilities.util.NamespacedKey ADVANCED_CRAFTING_TABLE
    • INTERNAL_ADVANCED_CRAFTING_TABLE

      public static final me.wolfyscript.utilities.util.NamespacedKey INTERNAL_ADVANCED_CRAFTING_TABLE
    • ELITE_CRAFTING_TABLE

      public static final me.wolfyscript.utilities.util.NamespacedKey ELITE_CRAFTING_TABLE
    • RECIPE_BOOK

      public static final me.wolfyscript.utilities.util.NamespacedKey RECIPE_BOOK
    • CAULDRON

      public static final me.wolfyscript.utilities.util.NamespacedKey CAULDRON
    • ADVANCED_WORKBENCH

      public static final me.wolfyscript.utilities.util.NamespacedKey ADVANCED_WORKBENCH
    • BUKKIT_VERSION

      public static final int BUKKIT_VERSION
    • CONFIG_VERSION

      public static final int CONFIG_VERSION
      See Also:
      Constant Field Values
  • Constructor Details

    • CustomCrafting

      public CustomCrafting()
  • Method Details

    • inst

      public static CustomCrafting inst()
    • getInst

      @Deprecated public static CustomCrafting getInst()
      Deprecated.
      Replaced by inst()
    • isDevEnv

      public static boolean isDevEnv()
    • onLoad

      public void onLoad()
      Specified by:
      onLoad in interface org.bukkit.plugin.Plugin
      Overrides:
      onLoad in class org.bukkit.plugin.java.JavaPlugin
    • onEnable

      public void onEnable()
      Specified by:
      onEnable in interface org.bukkit.plugin.Plugin
      Overrides:
      onEnable in class org.bukkit.plugin.java.JavaPlugin
    • onDisable

      public void onDisable()
      Specified by:
      onDisable in interface org.bukkit.plugin.Plugin
      Overrides:
      onDisable in class org.bukkit.plugin.java.JavaPlugin
    • writeSeparator

      public void writeSeparator()
    • checkUpdate

      public void checkUpdate(@Nullable @Nullable org.bukkit.entity.Player player)
    • getConfigHandler

      public ConfigHandler getConfigHandler()
    • getApi

      public me.wolfyscript.utilities.api.WolfyUtilities getApi()
    • getDataHandler

      public DataHandler getDataHandler()
    • getRecipeHandler

      @Deprecated public DataHandler getRecipeHandler()
      Deprecated.
      Replaced with getDataHandler()
    • hasDataBaseHandler

      public boolean hasDataBaseHandler()
    • getDataBaseHandler

      public DataBaseHandler getDataBaseHandler()
    • getCraftManager

      public CraftManager getCraftManager()
    • getRecipeUtils

      @Deprecated public RecipeUtils getRecipeUtils()
      Deprecated.
      Replaced with getCraftManager()
    • getChatUtils

      public ChatUtils getChatUtils()
    • getCauldrons

      public Cauldrons getCauldrons()
    • getPatreon

      public Patreon getPatreon()
    • isOutdated

      public boolean isOutdated()
    • isPaper

      public boolean isPaper()