Class SpigotUtilsSource

java.lang.Object
com.kamikazejam.kamicommon.SpigotUtilsSource

public class SpigotUtilsSource extends Object
  • Constructor Details

    • SpigotUtilsSource

      public SpigotUtilsSource()
  • Method Details

    • get

      @NotNull public static @NotNull KamiPlugin get()
    • isSet

      public static boolean isSet()
    • onEnable

      public static boolean onEnable(@NotNull @NotNull KamiPlugin plugin)
      Returns:
      true IFF a plugin source was NEEDED and used for registration (false if already enabled)
    • onDisable

      public static boolean onDisable()
      Returns:
      true IFF this call triggered the singleton disable sequence, false it already disabled
    • getKamiConfig

      @NotNull public static @NotNull KamiConfig getKamiConfig()
    • info

      public static void info(@NotNull @NotNull String msg)
    • warning

      public static void warning(@NotNull @NotNull String msg)
    • error

      public static void error(@NotNull @NotNull String msg)
    • getVanishIntegration

      @Nullable public static @Nullable PremiumVanishIntegration getVanishIntegration()
    • getPlaceholderIntegration

      @Nullable public static @Nullable PlaceholderAPIIntegration getPlaceholderIntegration()
    • getMenuManager

      @NotNull public static @NotNull MenuManager getMenuManager()