Class Bloons

java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
net.jeqo.bloons.Bloons
All Implemented Interfaces:
io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner, org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin

public final class Bloons extends org.bukkit.plugin.java.JavaPlugin
The main class of the plugin that houses the core managers and the plugin instance
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Map<UUID,MultipartBalloon>
    A map of all players with a multipart balloon
    A map of all players with a single balloon and its ID
    A map of all players with a single balloon
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
    Checks for updates and notifies the user via a log to console getDescription() is still used because of the usage of a plugin.yml.

    Methods inherited from class org.bukkit.plugin.java.JavaPlugin

    getClassLoader, getCommand, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getFile, getLifecycleManager, getLogger, getPlugin, getPluginLoader, getPluginMeta, getProvidingPlugin, getResource, getServer, getTextResource, init, init, isEnabled, isNaggable, onCommand, onLoad, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString

    Methods inherited from class org.bukkit.plugin.PluginBase

    equals, getName, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.bukkit.plugin.Plugin

    getComponentLogger, getLog4JLogger, getSLF4JLogger
  • Field Details

    • playerSingleBalloons

      public static HashMap<UUID,SingleBalloon> playerSingleBalloons
      A map of all players with a single balloon
    • playerSingleBalloonID

      public static HashMap<UUID,String> playerSingleBalloonID
      A map of all players with a single balloon and its ID
    • playerMultipartBalloons

      public static final Map<UUID,MultipartBalloon> playerMultipartBalloons
      A map of all players with a multipart balloon
  • Constructor Details

    • Bloons

      public Bloons()
  • Method Details

    • 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
    • updateChecker

      public void updateChecker()
      Checks for updates and notifies the user via a log to console getDescription() is still used because of the usage of a plugin.yml. Not planned to change