diff --git a/static/javadoc/allclasses-index.html b/static/javadoc/allclasses-index.html new file mode 100644 index 0000000..9683c5b --- /dev/null +++ b/static/javadoc/allclasses-index.html @@ -0,0 +1,410 @@ + + + + +All Classes and Interfaces (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

All Classes and Interfaces

+
+
+
+
+
+
Class
+
Description
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
Storage for a command's parameters
+
+ +
+
Storage for the command's permissions
+
+ +
 
+ +
 
+ +
+
Creates a custom Config object
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
Parent cache class
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
Creates a custom Config object
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
Cache storage
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
Superclass for all commands
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
Superclass for punishment events
+
+ +
+
Event that is called when a player is frozen or unfrozen
+
+ +
+
Event that is called when a player is frozen or unfrozen
+
+ +
 
+ +
+
Event that is called when a player is frozen or unfrozen
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
SQL fetching utilities for players
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+
+
+
+
+
+
+ + diff --git a/static/javadoc/allpackages-index.html b/static/javadoc/allpackages-index.html new file mode 100644 index 0000000..93acf97 --- /dev/null +++ b/static/javadoc/allpackages-index.html @@ -0,0 +1,138 @@ + + + + +All Packages (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

All Packages

+
+
Package Summary
+ +
+
+
+ + diff --git a/static/javadoc/constant-values.html b/static/javadoc/constant-values.html new file mode 100644 index 0000000..390773b --- /dev/null +++ b/static/javadoc/constant-values.html @@ -0,0 +1,140 @@ + + + + +Constant Field Values (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Constant Field Values

+
+
+

Contents

+ +
+
+

dev.plex.*

+
    +
  • +
    dev.plex.storage.player.SQLPlayerData
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    private final String
    + +
    "INSERT INTO `players` (`uuid`, `name`, `login_msg`, `prefix`, `ips`, `coins`, `vanished`, `commandspy`) VALUES (?, ?, ?, ?, ?, ?, ?, ?);"
    +
    private final String
    + +
    "SELECT * FROM `players` WHERE uuid=?"
    +
    private final String
    + +
    "UPDATE `players` SET name=?, login_msg=?, prefix=?, ips=?, coins=?, vanished=?, commandspy=? WHERE uuid=?"
    +
    +
  • +
+
    +
  • +
    dev.plex.storage.punishment.SQLNotes
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    private static final String
    + +
    "DELETE FROM `notes` WHERE uuid=? AND id=?"
    +
    private static final String
    + +
    "INSERT INTO `notes` (`id`, `uuid`, `written_by`, `note`, `timestamp`) VALUES(?, ?, ?, ?, ?)"
    +
    private static final String
    + +
    "SELECT * FROM `notes` WHERE uuid=?"
    +
    +
  • +
  • +
    dev.plex.storage.punishment.SQLPunishment
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    private static final String
    + +
    "INSERT INTO `punishments` (`punished`, `punisher`, `punishedUsername`, `ip`, `type`, `reason`, `customTime`, `active`, `endDate`) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?)"
    +
    private static final String
    + +
    "SELECT * FROM `punishments` WHERE punished=?"
    +
    private static final String
    + +
    "SELECT * FROM `punishments` WHERE punisher=?"
    +
    private static final String
    + +
    "SELECT * FROM `punishments` WHERE ip=?"
    +
    private static final String
    + +
    "UPDATE `punishments` SET active=? WHERE punished=? AND type=?"
    +
    +
  • +
+ +
+
+
+
+ + diff --git a/static/javadoc/copy.svg b/static/javadoc/copy.svg new file mode 100644 index 0000000..7c46ab1 --- /dev/null +++ b/static/javadoc/copy.svg @@ -0,0 +1,33 @@ + + + + + + + + diff --git a/static/javadoc/deprecated-list.html b/static/javadoc/deprecated-list.html new file mode 100644 index 0000000..57e3113 --- /dev/null +++ b/static/javadoc/deprecated-list.html @@ -0,0 +1,88 @@ + + + + +Deprecated List (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Deprecated API

+
+

Contents

+ + + +
+
+
+ + diff --git a/static/javadoc/dev/plex/Plex.html b/static/javadoc/dev/plex/Plex.html new file mode 100644 index 0000000..2e86128 --- /dev/null +++ b/static/javadoc/dev/plex/Plex.html @@ -0,0 +1,497 @@ + + + + +Plex (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex
+

Class Plex

+
+
java.lang.Object +
org.bukkit.plugin.PluginBase +
org.bukkit.plugin.java.JavaPlugin +
dev.plex.Plex
+
+
+
+
+
+
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 class Plex +extends org.bukkit.plugin.java.JavaPlugin
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      build

      +
      public static final BuildInfo build
      +
      +
    • +
    • +
      +

      plugin

      +
      private static Plex plugin
      +
      +
    • +
    • +
      +

      config

      +
      public Config config
      +
      +
    • +
    • +
      +

      messages

      +
      public Config messages
      +
      +
    • +
    • +
      +

      indefBans

      +
      public Config indefBans
      +
      +
    • +
    • +
      +

      commands

      +
      public Config commands
      +
      +
    • +
    • +
      +

      toggles

      +
      public Config toggles
      +
      +
    • +
    • +
      +

      modulesFolder

      +
      public File modulesFolder
      +
      +
    • +
    • +
      +

      storageType

      +
      private StorageType storageType
      +
      +
    • +
    • +
      +

      sqlConnection

      +
      private SQLConnection sqlConnection
      +
      +
    • +
    • +
      +

      redisConnection

      +
      private RedisConnection redisConnection
      +
      +
    • +
    • +
      +

      playerCache

      +
      private PlayerCache playerCache
      +
      +
    • +
    • +
      +

      sqlPlayerData

      +
      private SQLPlayerData sqlPlayerData
      +
      +
    • +
    • +
      +

      sqlPunishment

      +
      private SQLPunishment sqlPunishment
      +
      +
    • +
    • +
      +

      sqlNotes

      +
      private SQLNotes sqlNotes
      +
      +
    • +
    • +
      +

      moduleManager

      +
      private ModuleManager moduleManager
      +
      +
    • +
    • +
      +

      serviceManager

      +
      private ServiceManager serviceManager
      +
      +
    • +
    • +
      +

      punishmentManager

      +
      private PunishmentManager punishmentManager
      +
      +
    • +
    • +
      +

      updateChecker

      +
      private UpdateChecker updateChecker
      +
      +
    • +
    • +
      +

      permissions

      +
      private net.milkbowl.vault.permission.Permission permissions
      +
      +
    • +
    • +
      +

      chat

      +
      private net.milkbowl.vault.chat.Chat chat
      +
      +
    • +
    • +
      +

      coreProtectHook

      +
      private CoreProtectHook coreProtectHook
      +
      +
    • +
    • +
      +

      prismHook

      +
      private PrismHook prismHook
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Plex

      +
      public Plex()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      get

      +
      public static Plex get()
      +
      +
    • +
    • +
      +

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

      generateWorlds

      +
      private void generateWorlds()
      +
      +
    • +
    • +
      +

      reloadPlayers

      +
      private void reloadPlayers()
      +
      +
    • +
    • +
      +

      setupPermissions

      +
      private net.milkbowl.vault.permission.Permission setupPermissions()
      +
      +
    • +
    • +
      +

      setupChat

      +
      private net.milkbowl.vault.chat.Chat setupChat()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/PlexBase.html b/static/javadoc/dev/plex/PlexBase.html new file mode 100644 index 0000000..0b850ef --- /dev/null +++ b/static/javadoc/dev/plex/PlexBase.html @@ -0,0 +1,138 @@ + + + + +PlexBase (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex
+

Interface PlexBase

+
+
+
+
All Known Implementing Classes:
+
AbstractService, AntiNukerListener, AntiSpamListener, AutoWipeService, BanListener, BanService, BlockListener, BookListener, ChatListener, CommandBlockerService, CommandHandler, CommandListener, DropListener, FreezeListener, GameModeListener, GameRuleService, ListenerHandler, MenuListener, MobListener, MuteListener, PlayerListener, PlexListener, PlexUtils, PunishmentManager, RedisConnection, ServerListener, SQLConnection, TabListener, TimingService, TogglesListener, UpdateChecker, UpdateCheckerService, VanishListener, WorldListener
+
+
+
public interface PlexBase
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final Plex
    + +
     
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      plugin

      +
      static final Plex plugin
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/PlexLibraryManager.PluginLibraries.html b/static/javadoc/dev/plex/PlexLibraryManager.PluginLibraries.html new file mode 100644 index 0000000..09c5e8f --- /dev/null +++ b/static/javadoc/dev/plex/PlexLibraryManager.PluginLibraries.html @@ -0,0 +1,331 @@ + + + + +PlexLibraryManager.PluginLibraries (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex
+

Record Class PlexLibraryManager.PluginLibraries

+
+
java.lang.Object +
java.lang.Record +
dev.plex.PlexLibraryManager.PluginLibraries
+
+
+
+
+
Enclosing class:
+
PlexLibraryManager
+
+
+
private static record PlexLibraryManager.PluginLibraries(Map<String,String> repositories, List<String> dependencies) +extends Record
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private final List<String>
    + +
    +
    The field for the dependencies record component.
    +
    +
    private final Map<String,String>
    + +
    +
    The field for the repositories record component.
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
    private
    +
    PluginLibraries(Map<String,String> repositories, + List<String> dependencies)
    +
    +
    Creates an instance of a PluginLibraries record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    Stream<org.eclipse.aether.graph.Dependency>
    + +
     
    +
    Stream<org.eclipse.aether.repository.RemoteRepository>
    + +
     
    + + +
    +
    Returns the value of the dependencies record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the repositories record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      repositories

      +
      private final Map<String,String> repositories
      +
      The field for the repositories record component.
      +
      +
    • +
    • +
      +

      dependencies

      +
      private final List<String> dependencies
      +
      The field for the dependencies record component.
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PluginLibraries

      +
      private PluginLibraries(Map<String,String> repositories, + List<String> dependencies)
      +
      Creates an instance of a PluginLibraries record class.
      +
      +
      Parameters:
      +
      repositories - the value for the repositories record component
      +
      dependencies - the value for the dependencies record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      asDependencies

      +
      public Stream<org.eclipse.aether.graph.Dependency> asDependencies()
      +
      +
    • +
    • +
      +

      asRepositories

      +
      public Stream<org.eclipse.aether.repository.RemoteRepository> asRepositories()
      +
      +
    • +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      repositories

      +
      public Map<String,String> repositories()
      +
      Returns the value of the repositories record component.
      +
      +
      Returns:
      +
      the value of the repositories record component
      +
      +
      +
    • +
    • +
      +

      dependencies

      +
      public List<String> dependencies()
      +
      Returns the value of the dependencies record component.
      +
      +
      Returns:
      +
      the value of the dependencies record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/PlexLibraryManager.html b/static/javadoc/dev/plex/PlexLibraryManager.html new file mode 100644 index 0000000..c6ce218 --- /dev/null +++ b/static/javadoc/dev/plex/PlexLibraryManager.html @@ -0,0 +1,206 @@ + + + + +PlexLibraryManager (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex
+

Class PlexLibraryManager

+
+
java.lang.Object +
dev.plex.PlexLibraryManager
+
+
+
+
All Implemented Interfaces:
+
io.papermc.paper.plugin.loader.PluginLoader
+
+
+
public class PlexLibraryManager +extends Object +implements io.papermc.paper.plugin.loader.PluginLoader
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlexLibraryManager

      +
      public PlexLibraryManager()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      classloader

      +
      public void classloader(@NotNull + @NotNull io.papermc.paper.plugin.loader.PluginClasspathBuilder classpathBuilder)
      +
      +
      Specified by:
      +
      classloader in interface io.papermc.paper.plugin.loader.PluginLoader
      +
      +
      +
    • +
    • +
      +

      load

      + +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/cache/DataUtils.html b/static/javadoc/dev/plex/cache/DataUtils.html new file mode 100644 index 0000000..b077a3f --- /dev/null +++ b/static/javadoc/dev/plex/cache/DataUtils.html @@ -0,0 +1,314 @@ + + + + +DataUtils (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DataUtils

+
+
java.lang.Object +
dev.plex.cache.DataUtils
+
+
+
+
public class DataUtils +extends Object
+
Parent cache class
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DataUtils

      +
      public DataUtils()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      hasPlayedBefore

      +
      public static boolean hasPlayedBefore(UUID uuid)
      +
      Checks if the player has been on the server before
      +
      +
      Parameters:
      +
      uuid - The unique ID of the player
      +
      Returns:
      +
      true if the player is registered in the database
      +
      +
      +
    • +
    • +
      +

      hasPlayedBefore

      +
      public static boolean hasPlayedBefore(String username)
      +
      +
    • +
    • +
      +

      getPlayer

      +
      public static PlexPlayer getPlayer(UUID uuid)
      +
      Gets a player from cache or from the database
      +
      +
      Parameters:
      +
      uuid - The unique ID of the player
      +
      Returns:
      +
      a PlexPlayer object
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      getPlayer

      +
      public static PlexPlayer getPlayer(UUID uuid, + boolean loadExtraData)
      +
      +
    • +
    • +
      +

      getPlayer

      +
      public static PlexPlayer getPlayer(String username)
      +
      +
    • +
    • +
      +

      getPlayer

      +
      public static PlexPlayer getPlayer(String username, + boolean loadExtraData)
      +
      +
    • +
    • +
      +

      getPlayerByIP

      +
      public static PlexPlayer getPlayerByIP(String ip)
      +
      Gets a player from cache or from the database
      +
      +
      Parameters:
      +
      ip - The IP address of the player.
      +
      Returns:
      +
      a PlexPlayer object
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      update

      +
      public static void update(PlexPlayer plexPlayer)
      +
      Updates a player's information in the database
      +
      +
      Parameters:
      +
      plexPlayer - The PlexPlayer to update
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      insert

      +
      public static void insert(PlexPlayer plexPlayer)
      +
      Inserts a player's information in the database
      +
      +
      Parameters:
      +
      plexPlayer - The PlexPlayer to insert
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/cache/PlayerCache.html b/static/javadoc/dev/plex/cache/PlayerCache.html new file mode 100644 index 0000000..9bbae9a --- /dev/null +++ b/static/javadoc/dev/plex/cache/PlayerCache.html @@ -0,0 +1,217 @@ + + + + +PlayerCache (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PlayerCache

+
+
java.lang.Object +
dev.plex.cache.PlayerCache
+
+
+
+
public class PlayerCache +extends Object
+
Cache storage
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      plexPlayerMap

      +
      private static final Map<UUID,PlexPlayer> plexPlayerMap
      +
      A key/value pair where the key is the unique ID of the Plex Player
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlayerCache

      +
      public PlayerCache()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getPlexPlayerMap

      +
      public Map<UUID,PlexPlayer> getPlexPlayerMap()
      +
      A key/value pair where the key is the unique ID of the Punished Player
      +
      +
    • +
    • +
      +

      getPlexPlayer

      +
      public PlexPlayer getPlexPlayer(UUID uuid)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/cache/package-summary.html b/static/javadoc/dev/plex/cache/package-summary.html new file mode 100644 index 0000000..1ae3ee9 --- /dev/null +++ b/static/javadoc/dev/plex/cache/package-summary.html @@ -0,0 +1,108 @@ + + + + +dev.plex.cache (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.cache

+
+
+
package dev.plex.cache
+
+
    +
  • + +
  • +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
    +
    Parent cache class
    +
    + +
    +
    Cache storage
    +
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/static/javadoc/dev/plex/cache/package-tree.html b/static/javadoc/dev/plex/cache/package-tree.html new file mode 100644 index 0000000..1a084a8 --- /dev/null +++ b/static/javadoc/dev/plex/cache/package-tree.html @@ -0,0 +1,72 @@ + + + + +dev.plex.cache Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.cache

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/command/PlexCommand.html b/static/javadoc/dev/plex/command/PlexCommand.html new file mode 100644 index 0000000..87d64ba --- /dev/null +++ b/static/javadoc/dev/plex/command/PlexCommand.html @@ -0,0 +1,740 @@ + + + + +PlexCommand (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PlexCommand

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
Direct Known Subclasses:
+
AdminChatCMD, AdminworldCMD, AdventureCMD, BanCMD, BanListCommand, BcastLoginMessageCMD, BlockEditCMD, CommandSpyCMD, ConsoleSayCMD, CreativeCMD, DebugCMD, EntityWipeCMD, FlatlandsCMD, FreezeCMD, GamemodeCMD, KickCMD, ListCMD, LocalSpawnCMD, LockupCMD, MasterbuilderworldCMD, MobLimitCMD, MobPurgeCMD, MuteCMD, NotesCMD, PlexCMD, PunishmentsCMD, RawSayCMD, RemoveLoginMessageCMD, SayCMD, SetLoginMessageCMD, SmiteCMD, SpectatorCMD, SurvivalCMD, TagCMD, TempbanCMD, TempmuteCMD, ToggleCMD, UnbanCMD, UnfreezeCMD, UnmuteCMD, WhoHasCMD, WorldCMD
+
+
+
public abstract class PlexCommand +extends org.bukkit.command.Command +implements org.bukkit.command.PluginIdentifiableCommand
+
Superclass for all commands
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private final RequiredCommandSource
    + +
    +
    Required command source fetched from the permissions
    +
    +
    private final CommandParameters
    + +
    +
    The parameters for the command
    +
    +
    private final CommandPermissions
    + +
    +
    The permissions for the command
    +
    +
    protected static Plex
    + +
    +
    Returns the instance of the plugin
    +
    +
    +
    +

    Fields inherited from class org.bukkit.command.Command

    +description, timings, usageMessage
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    PlexCommand(boolean register)
    +
    +
    Creates an instance of the command
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    protected boolean
    +
    checkPermission(org.bukkit.command.CommandSender sender, + String permission)
    +
    +
    Checks whether a sender has enough permissions or is high enough a rank
    +
    +
    protected boolean
    +
    checkPermission(org.bukkit.entity.Player player, + String permission)
    +
    +
    Checks whether a player has enough permissions or is high enough a rank
    +
    +
    protected net.kyori.adventure.text.Component
    + +
    +
    Converts a String to a legacy Kyori Component
    +
    +
    protected abstract net.kyori.adventure.text.Component
    +
    execute(@NotNull org.bukkit.command.CommandSender sender, + @Nullable org.bukkit.entity.Player playerSender, + @NotNull String[] args)
    +
    +
    Executes the command
    +
    +
    org.bukkit.command.CommandMap
    + +
     
    +
    protected org.bukkit.entity.Player
    + +
     
    +
    protected org.bukkit.World
    + +
     
    +
    protected PlexPlayer
    + +
     
    +
    protected PlexPlayer
    + +
     
    +
    protected PlexPlayer
    +
    getPlexPlayer(@NotNull org.bukkit.entity.Player player)
    +
    +
    Gets a PlexPlayer from Player object
    +
    +
    @NotNull Plex
    + +
    +
    The plugin
    +
    +
    protected UUID
    +
    getUUID(org.bukkit.command.CommandSender sender)
    +
    +
    Gets the UUID of the sender
    +
    +
    protected boolean
    +
    isConsole(org.bukkit.command.CommandSender sender)
    +
    +
    Checks whether a sender is console
    +
    +
    private boolean
    +
    matches(String label)
    +
    +
    Checks if the String given is a matching command
    +
    +
    protected net.kyori.adventure.text.Component
    +
    messageComponent(String s, + Object... objects)
    +
    +
    Converts a message entry from the "messages.yml" to a Component
    +
    +
    protected net.kyori.adventure.text.Component
    +
    messageComponent(String s, + net.kyori.adventure.text.Component... objects)
    +
    +
    Converts a message entry from the "messages.yml" to a Component
    +
    +
    protected String
    +
    messageString(String s, + Object... objects)
    +
    +
    Converts a message entry from the "messages.yml" to a String
    +
    +
    protected net.kyori.adventure.text.Component
    + +
    +
    Converts a String to a MiniMessage Component
    +
    +
    protected net.kyori.adventure.text.Component
    + +
     
    +
    protected void
    +
    send(net.kyori.adventure.audience.Audience audience, + String s)
    +
    +
    Sends a message to an Audience
    +
    +
    protected void
    +
    send(net.kyori.adventure.audience.Audience audience, + net.kyori.adventure.text.Component component)
    +
    +
    Sends a message to an Audience
    +
    +
    protected boolean
    +
    silentCheckPermission(org.bukkit.command.CommandSender sender, + String permission)
    +
    +
    Checks whether a sender has enough permissions or is high enough a rank
    +
    +
    protected boolean
    +
    silentCheckPermission(org.bukkit.entity.Player player, + String permission)
    +
     
    +
    abstract @NotNull List<String>
    +
    smartTabComplete(@NotNull org.bukkit.command.CommandSender sender, + @NotNull String alias, + @NotNull String[] args)
    +
     
    +
    @NotNull List<String>
    +
    tabComplete(@NotNull org.bukkit.command.CommandSender sender, + @NotNull String alias, + @NotNull String[] args)
    +
     
    +
    protected net.kyori.adventure.text.Component
    + +
    +
    Converts usage to a Component
    +
    +
    protected net.kyori.adventure.text.Component
    + +
    +
    Converts usage to a Component
    +
    +
    +
    +
    +
    +

    Methods inherited from class org.bukkit.command.Command

    +broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, canBeOverriden, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      plugin

      +
      protected static Plex plugin
      +
      Returns the instance of the plugin
      +
      +
    • +
    • +
      +

      params

      +
      private final CommandParameters params
      +
      The parameters for the command
      +
      +
    • +
    • +
      +

      perms

      +
      private final CommandPermissions perms
      +
      The permissions for the command
      +
      +
    • +
    • +
      +

      commandSource

      +
      private final RequiredCommandSource commandSource
      +
      Required command source fetched from the permissions
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlexCommand

      +
      public PlexCommand(boolean register)
      +
      Creates an instance of the command
      +
      +
    • +
    • +
      +

      PlexCommand

      +
      public PlexCommand()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected abstract net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + @NotNull + @NotNull String[] args)
      +
      Executes the command
      +
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public abstract @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    • +
      +

      tabComplete

      +
      @NotNull +public @NotNull List<String> tabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Overrides:
      +
      tabComplete in class org.bukkit.command.Command
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    • +
      +

      matches

      +
      private boolean matches(String label)
      +
      Checks if the String given is a matching command
      +
      +
      Parameters:
      +
      label - The String to check
      +
      Returns:
      +
      true if the string is a command name or alias
      +
      +
      +
    • +
    • +
      +

      getPlexPlayer

      +
      protected PlexPlayer getPlexPlayer(@NotNull + @NotNull org.bukkit.entity.Player player)
      +
      Gets a PlexPlayer from Player object
      +
      +
      Parameters:
      +
      player - The player object
      +
      Returns:
      +
      PlexPlayer Object
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      send

      +
      protected void send(net.kyori.adventure.audience.Audience audience, + String s)
      +
      Sends a message to an Audience
      +
      +
      Parameters:
      +
      audience - The Audience to send the message to
      +
      s - The message to send
      +
      +
      +
    • +
    • +
      +

      send

      +
      protected void send(net.kyori.adventure.audience.Audience audience, + net.kyori.adventure.text.Component component)
      +
      Sends a message to an Audience
      +
      +
      Parameters:
      +
      audience - The Audience to send the message to
      +
      component - The Component to send
      +
      +
      +
    • +
    • +
      +

      checkPermission

      +
      protected boolean checkPermission(org.bukkit.command.CommandSender sender, + String permission)
      +
      Checks whether a sender has enough permissions or is high enough a rank
      +
      +
      Parameters:
      +
      sender - A CommandSender
      +
      permission - The permission to check
      +
      Returns:
      +
      true if the sender has enough permissions
      +
      +
      +
    • +
    • +
      +

      silentCheckPermission

      +
      protected boolean silentCheckPermission(org.bukkit.command.CommandSender sender, + String permission)
      +
      Checks whether a sender has enough permissions or is high enough a rank
      +
      +
      Parameters:
      +
      sender - A CommandSender
      +
      permission - The permission to check
      +
      Returns:
      +
      true if the sender has enough permissions
      +
      +
      +
    • +
    • +
      +

      checkPermission

      +
      protected boolean checkPermission(org.bukkit.entity.Player player, + String permission)
      +
      Checks whether a player has enough permissions or is high enough a rank
      +
      +
      Parameters:
      +
      player - The player object
      +
      permission - The permission to check
      +
      Returns:
      +
      true if the sender has enough permissions
      +
      +
      +
    • +
    • +
      +

      silentCheckPermission

      +
      protected boolean silentCheckPermission(org.bukkit.entity.Player player, + String permission)
      +
      +
    • +
    • +
      +

      getUUID

      +
      protected UUID getUUID(org.bukkit.command.CommandSender sender)
      +
      Gets the UUID of the sender
      +
      +
      Parameters:
      +
      sender - A command sender
      +
      Returns:
      +
      A unique ID or null if the sender is console
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      getPlugin

      +
      @NotNull +public @NotNull Plex getPlugin()
      +
      The plugin
      +
      +
      Specified by:
      +
      getPlugin in interface org.bukkit.command.PluginIdentifiableCommand
      +
      Returns:
      +
      The instance of the plugin
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      isConsole

      +
      protected boolean isConsole(org.bukkit.command.CommandSender sender)
      +
      Checks whether a sender is console
      +
      +
      Parameters:
      +
      sender - A command sender
      +
      Returns:
      +
      true if the sender is console
      +
      +
      +
    • +
    • +
      +

      messageComponent

      +
      protected net.kyori.adventure.text.Component messageComponent(String s, + Object... objects)
      +
      Converts a message entry from the "messages.yml" to a Component
      +
      +
      Parameters:
      +
      s - The message entry
      +
      objects - Any objects to replace in order
      +
      Returns:
      +
      A Kyori Component
      +
      +
      +
    • +
    • +
      +

      messageComponent

      +
      protected net.kyori.adventure.text.Component messageComponent(String s, + net.kyori.adventure.text.Component... objects)
      +
      Converts a message entry from the "messages.yml" to a Component
      +
      +
      Parameters:
      +
      s - The message entry
      +
      objects - Any objects to replace in order
      +
      Returns:
      +
      A Kyori Component
      +
      +
      +
    • +
    • +
      +

      messageString

      +
      protected String messageString(String s, + Object... objects)
      +
      Converts a message entry from the "messages.yml" to a String
      +
      +
      Parameters:
      +
      s - The message entry
      +
      objects - Any objects to replace in order
      +
      Returns:
      +
      A String
      +
      +
      +
    • +
    • +
      +

      usage

      +
      protected net.kyori.adventure.text.Component usage()
      +
      Converts usage to a Component
      +
      +
      Returns:
      +
      A Kyori Component stating the usage
      +
      +
      +
    • +
    • +
      +

      usage

      +
      protected net.kyori.adventure.text.Component usage(String s)
      +
      Converts usage to a Component +

      + s The usage to convert

      +
      +
      Returns:
      +
      A Kyori Component stating the usage
      +
      +
      +
    • +
    • +
      +

      getNonNullPlayer

      +
      protected org.bukkit.entity.Player getNonNullPlayer(String name)
      +
      +
    • +
    • +
      +

      getOnlinePlexPlayer

      +
      protected PlexPlayer getOnlinePlexPlayer(String name)
      +
      +
    • +
    • +
      +

      getOfflinePlexPlayer

      +
      protected PlexPlayer getOfflinePlexPlayer(UUID uuid)
      +
      +
    • +
    • +
      +

      getNonNullWorld

      +
      protected org.bukkit.World getNonNullWorld(String name)
      +
      +
    • +
    • +
      +

      componentFromString

      +
      protected net.kyori.adventure.text.Component componentFromString(String s)
      +
      Converts a String to a legacy Kyori Component
      +
      +
      Parameters:
      +
      s - The String to convert
      +
      Returns:
      +
      A Kyori component
      +
      +
      +
    • +
    • +
      +

      noColorComponentFromString

      +
      protected net.kyori.adventure.text.Component noColorComponentFromString(String s)
      +
      +
    • +
    • +
      +

      mmString

      +
      protected net.kyori.adventure.text.Component mmString(String s)
      +
      Converts a String to a MiniMessage Component
      +
      +
      Parameters:
      +
      s - The String to convert
      +
      Returns:
      +
      A Kyori Component
      +
      +
      +
    • +
    • +
      +

      getMap

      +
      public org.bukkit.command.CommandMap getMap()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/annotation/CommandParameters.html b/static/javadoc/dev/plex/command/annotation/CommandParameters.html new file mode 100644 index 0000000..519227b --- /dev/null +++ b/static/javadoc/dev/plex/command/annotation/CommandParameters.html @@ -0,0 +1,211 @@ + + + + +CommandParameters (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface CommandParameters

+
+
+
+
@Retention(RUNTIME) +public @interface CommandParameters
+
Storage for a command's parameters
+
+
+
    + +
  • +
    +

    Required Element Summary

    +
    Required Elements
    +
    +
    Modifier and Type
    +
    Required Element
    +
    Description
    + + +
    +
    The name
    +
    +
    +
    +
  • + +
  • +
    +

    Optional Element Summary

    +
    Optional Elements
    +
    +
    Modifier and Type
    +
    Optional Element
    +
    Description
    + + +
    +
    The aliases (optional)
    +
    + + +
    +
    The description
    +
    + + +
    +
    The usage (optional)
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Element Details

    +
      +
    • +
      +

      name

      +
      String name
      +
      The name
      +
      +
      Returns:
      +
      Name of the command
      +
      +
      +
    • +
    • +
      +

      description

      +
      String description
      +
      The description
      +
      +
      Returns:
      +
      Description of the command
      +
      +
      +
      Default:
      +
      ""
      +
      +
      +
    • +
    • +
      +

      usage

      +
      String usage
      +
      The usage (optional)
      +
      +
      Returns:
      +
      The usage of the command
      +
      +
      +
      Default:
      +
      "/<command>"
      +
      +
      +
    • +
    • +
      +

      aliases

      +
      String aliases
      +
      The aliases (optional)
      +
      +
      Returns:
      +
      The aliases of the command
      +
      +
      +
      Default:
      +
      ""
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/annotation/CommandPermissions.html b/static/javadoc/dev/plex/command/annotation/CommandPermissions.html new file mode 100644 index 0000000..855bac3 --- /dev/null +++ b/static/javadoc/dev/plex/command/annotation/CommandPermissions.html @@ -0,0 +1,169 @@ + + + + +CommandPermissions (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface CommandPermissions

+
+
+
+
@Retention(RUNTIME) +public @interface CommandPermissions
+
Storage for the command's permissions
+
+
+ +
+
+
    + +
  • +
    +

    Element Details

    +
      +
    • +
      +

      source

      + +
      Required command source
      +
      +
      Returns:
      +
      The required command source of the command
      +
      See Also:
      +
      + +
      +
      +
      +
      Default:
      +
      ANY
      +
      +
      +
    • +
    • +
      +

      permission

      +
      String permission
      +
      The permission
      +
      +
      Returns:
      +
      Permission of the command
      +
      +
      +
      Default:
      +
      ""
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/annotation/package-summary.html b/static/javadoc/dev/plex/command/annotation/package-summary.html new file mode 100644 index 0000000..92d5b7d --- /dev/null +++ b/static/javadoc/dev/plex/command/annotation/package-summary.html @@ -0,0 +1,116 @@ + + + + +dev.plex.command.annotation (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.command.annotation

+
+
+
package dev.plex.command.annotation
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/command/annotation/package-tree.html b/static/javadoc/dev/plex/command/annotation/package-tree.html new file mode 100644 index 0000000..8063b22 --- /dev/null +++ b/static/javadoc/dev/plex/command/annotation/package-tree.html @@ -0,0 +1,68 @@ + + + + +dev.plex.command.annotation Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.command.annotation

+
+Package Hierarchies: + +
+

Annotation Interface Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/command/blocking/BlockedCommand.html b/static/javadoc/dev/plex/command/blocking/BlockedCommand.html new file mode 100644 index 0000000..e4653a4 --- /dev/null +++ b/static/javadoc/dev/plex/command/blocking/BlockedCommand.html @@ -0,0 +1,210 @@ + + + + +BlockedCommand (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BlockedCommand

+
+
java.lang.Object +
dev.plex.command.blocking.BlockedCommand
+
+
+
+
public class BlockedCommand +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      message

      +
      private net.kyori.adventure.text.Component message
      +
      +
    • +
    • +
      +

      requiredLevel

      +
      private String requiredLevel
      +
      +
    • +
    • +
      +

      regex

      +
      private String regex
      +
      +
    • +
    • +
      +

      command

      +
      private String command
      +
      +
    • +
    • +
      +

      commandAliases

      +
      private List<String> commandAliases
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BlockedCommand

      +
      public BlockedCommand()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/blocking/package-summary.html b/static/javadoc/dev/plex/command/blocking/package-summary.html new file mode 100644 index 0000000..418337f --- /dev/null +++ b/static/javadoc/dev/plex/command/blocking/package-summary.html @@ -0,0 +1,110 @@ + + + + +dev.plex.command.blocking (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.command.blocking

+
+
+
package dev.plex.command.blocking
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/command/blocking/package-tree.html b/static/javadoc/dev/plex/command/blocking/package-tree.html new file mode 100644 index 0000000..6d76514 --- /dev/null +++ b/static/javadoc/dev/plex/command/blocking/package-tree.html @@ -0,0 +1,71 @@ + + + + +dev.plex.command.blocking Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.command.blocking

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/command/exception/CommandFailException.html b/static/javadoc/dev/plex/command/exception/CommandFailException.html new file mode 100644 index 0000000..ca6378e --- /dev/null +++ b/static/javadoc/dev/plex/command/exception/CommandFailException.html @@ -0,0 +1,166 @@ + + + + +CommandFailException (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CommandFailException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
dev.plex.command.exception.CommandFailException
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class CommandFailException +extends RuntimeException
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CommandFailException

      +
      public CommandFailException(String s)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/exception/ConsoleMustDefinePlayerException.html b/static/javadoc/dev/plex/command/exception/ConsoleMustDefinePlayerException.html new file mode 100644 index 0000000..6dd4737 --- /dev/null +++ b/static/javadoc/dev/plex/command/exception/ConsoleMustDefinePlayerException.html @@ -0,0 +1,166 @@ + + + + +ConsoleMustDefinePlayerException (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ConsoleMustDefinePlayerException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
dev.plex.command.exception.ConsoleMustDefinePlayerException
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class ConsoleMustDefinePlayerException +extends RuntimeException
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ConsoleMustDefinePlayerException

      +
      public ConsoleMustDefinePlayerException()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/exception/ConsoleOnlyException.html b/static/javadoc/dev/plex/command/exception/ConsoleOnlyException.html new file mode 100644 index 0000000..cbfe98e --- /dev/null +++ b/static/javadoc/dev/plex/command/exception/ConsoleOnlyException.html @@ -0,0 +1,166 @@ + + + + +ConsoleOnlyException (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ConsoleOnlyException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
dev.plex.command.exception.ConsoleOnlyException
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class ConsoleOnlyException +extends RuntimeException
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ConsoleOnlyException

      +
      public ConsoleOnlyException()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/exception/PlayerNotBannedException.html b/static/javadoc/dev/plex/command/exception/PlayerNotBannedException.html new file mode 100644 index 0000000..6aa0993 --- /dev/null +++ b/static/javadoc/dev/plex/command/exception/PlayerNotBannedException.html @@ -0,0 +1,166 @@ + + + + +PlayerNotBannedException (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PlayerNotBannedException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
dev.plex.command.exception.PlayerNotBannedException
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class PlayerNotBannedException +extends RuntimeException
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlayerNotBannedException

      +
      public PlayerNotBannedException()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/exception/PlayerNotFoundException.html b/static/javadoc/dev/plex/command/exception/PlayerNotFoundException.html new file mode 100644 index 0000000..f41ce84 --- /dev/null +++ b/static/javadoc/dev/plex/command/exception/PlayerNotFoundException.html @@ -0,0 +1,166 @@ + + + + +PlayerNotFoundException (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PlayerNotFoundException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
dev.plex.command.exception.PlayerNotFoundException
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class PlayerNotFoundException +extends RuntimeException
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlayerNotFoundException

      +
      public PlayerNotFoundException()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/exception/package-summary.html b/static/javadoc/dev/plex/command/exception/package-summary.html new file mode 100644 index 0000000..d260a78 --- /dev/null +++ b/static/javadoc/dev/plex/command/exception/package-summary.html @@ -0,0 +1,118 @@ + + + + +dev.plex.command.exception (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.command.exception

+
+
+
package dev.plex.command.exception
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/command/exception/package-tree.html b/static/javadoc/dev/plex/command/exception/package-tree.html new file mode 100644 index 0000000..bf28134 --- /dev/null +++ b/static/javadoc/dev/plex/command/exception/package-tree.html @@ -0,0 +1,87 @@ + + + + +dev.plex.command.exception Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.command.exception

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/AdminChatCMD.html b/static/javadoc/dev/plex/command/impl/AdminChatCMD.html new file mode 100644 index 0000000..475fc2d --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/AdminChatCMD.html @@ -0,0 +1,240 @@ + + + + +AdminChatCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AdminChatCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.AdminChatCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class AdminChatCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AdminChatCMD

      +
      public AdminChatCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/AdminworldCMD.html b/static/javadoc/dev/plex/command/impl/AdminworldCMD.html new file mode 100644 index 0000000..3ca4d08 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/AdminworldCMD.html @@ -0,0 +1,240 @@ + + + + +AdminworldCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AdminworldCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.AdminworldCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class AdminworldCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AdminworldCMD

      +
      public AdminworldCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/AdventureCMD.html b/static/javadoc/dev/plex/command/impl/AdventureCMD.html new file mode 100644 index 0000000..affa8d9 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/AdventureCMD.html @@ -0,0 +1,240 @@ + + + + +AdventureCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AdventureCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.AdventureCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class AdventureCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AdventureCMD

      +
      public AdventureCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/BanCMD.html b/static/javadoc/dev/plex/command/impl/BanCMD.html new file mode 100644 index 0000000..76df801 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/BanCMD.html @@ -0,0 +1,240 @@ + + + + +BanCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BanCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.BanCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class BanCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BanCMD

      +
      public BanCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/BanListCommand.html b/static/javadoc/dev/plex/command/impl/BanListCommand.html new file mode 100644 index 0000000..8ccc30b --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/BanListCommand.html @@ -0,0 +1,241 @@ + + + + +BanListCommand (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BanListCommand

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.BanListCommand
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class BanListCommand +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BanListCommand

      +
      public BanListCommand()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player player, + @NotNull + @NotNull String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      player - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/BcastLoginMessageCMD.html b/static/javadoc/dev/plex/command/impl/BcastLoginMessageCMD.html new file mode 100644 index 0000000..33248b0 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/BcastLoginMessageCMD.html @@ -0,0 +1,240 @@ + + + + +BcastLoginMessageCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BcastLoginMessageCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.BcastLoginMessageCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class BcastLoginMessageCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcastLoginMessageCMD

      +
      public BcastLoginMessageCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/BlockEditCMD.html b/static/javadoc/dev/plex/command/impl/BlockEditCMD.html new file mode 100644 index 0000000..592bbfd --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/BlockEditCMD.html @@ -0,0 +1,264 @@ + + + + +BlockEditCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BlockEditCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.BlockEditCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class BlockEditCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BlockEditCMD

      +
      public BlockEditCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + @NotNull + @NotNull String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/CommandSpyCMD.html b/static/javadoc/dev/plex/command/impl/CommandSpyCMD.html new file mode 100644 index 0000000..e9c8005 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/CommandSpyCMD.html @@ -0,0 +1,241 @@ + + + + +CommandSpyCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CommandSpyCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.CommandSpyCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class CommandSpyCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CommandSpyCMD

      +
      public CommandSpyCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + @NotNull + @NotNull String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/ConsoleSayCMD.html b/static/javadoc/dev/plex/command/impl/ConsoleSayCMD.html new file mode 100644 index 0000000..d9f72c8 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/ConsoleSayCMD.html @@ -0,0 +1,240 @@ + + + + +ConsoleSayCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ConsoleSayCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.ConsoleSayCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class ConsoleSayCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ConsoleSayCMD

      +
      public ConsoleSayCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/CreativeCMD.html b/static/javadoc/dev/plex/command/impl/CreativeCMD.html new file mode 100644 index 0000000..f3075be --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/CreativeCMD.html @@ -0,0 +1,240 @@ + + + + +CreativeCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CreativeCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.CreativeCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class CreativeCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CreativeCMD

      +
      public CreativeCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/DebugCMD.html b/static/javadoc/dev/plex/command/impl/DebugCMD.html new file mode 100644 index 0000000..eb1dd43 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/DebugCMD.html @@ -0,0 +1,240 @@ + + + + +DebugCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DebugCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.DebugCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class DebugCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DebugCMD

      +
      public DebugCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/EntityWipeCMD.html b/static/javadoc/dev/plex/command/impl/EntityWipeCMD.html new file mode 100644 index 0000000..920e4bb --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/EntityWipeCMD.html @@ -0,0 +1,261 @@ + + + + +EntityWipeCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class EntityWipeCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.EntityWipeCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class EntityWipeCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      EntityWipeCMD

      +
      public EntityWipeCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + @NotNull + @NotNull String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    • +
      +

      parseInt

      +
      private Integer parseInt(org.bukkit.command.CommandSender sender, + String string)
      +
      +
    • +
    • +
      +

      isNumeric

      +
      private boolean isNumeric(String string)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/FlatlandsCMD.html b/static/javadoc/dev/plex/command/impl/FlatlandsCMD.html new file mode 100644 index 0000000..107c5f3 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/FlatlandsCMD.html @@ -0,0 +1,240 @@ + + + + +FlatlandsCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class FlatlandsCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.FlatlandsCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class FlatlandsCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      FlatlandsCMD

      +
      public FlatlandsCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/FreezeCMD.html b/static/javadoc/dev/plex/command/impl/FreezeCMD.html new file mode 100644 index 0000000..a93f6a3 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/FreezeCMD.html @@ -0,0 +1,240 @@ + + + + +FreezeCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class FreezeCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.FreezeCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class FreezeCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      FreezeCMD

      +
      public FreezeCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/GamemodeCMD.html b/static/javadoc/dev/plex/command/impl/GamemodeCMD.html new file mode 100644 index 0000000..98cfcbd --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/GamemodeCMD.html @@ -0,0 +1,276 @@ + + + + +GamemodeCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class GamemodeCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.GamemodeCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class GamemodeCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      gamemode

      +
      private org.bukkit.GameMode gamemode
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GamemodeCMD

      +
      public GamemodeCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      update

      +
      private void update(org.bukkit.command.CommandSender sender, + org.bukkit.entity.Player playerSender, + org.bukkit.GameMode gameMode)
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/KickCMD.html b/static/javadoc/dev/plex/command/impl/KickCMD.html new file mode 100644 index 0000000..c918b11 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/KickCMD.html @@ -0,0 +1,240 @@ + + + + +KickCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class KickCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.KickCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class KickCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      KickCMD

      +
      public KickCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/ListCMD.html b/static/javadoc/dev/plex/command/impl/ListCMD.html new file mode 100644 index 0000000..d7b6bc8 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/ListCMD.html @@ -0,0 +1,240 @@ + + + + +ListCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ListCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.ListCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class ListCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ListCMD

      +
      public ListCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/LocalSpawnCMD.html b/static/javadoc/dev/plex/command/impl/LocalSpawnCMD.html new file mode 100644 index 0000000..1a01fad --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/LocalSpawnCMD.html @@ -0,0 +1,240 @@ + + + + +LocalSpawnCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class LocalSpawnCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.LocalSpawnCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class LocalSpawnCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      LocalSpawnCMD

      +
      public LocalSpawnCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/LockupCMD.html b/static/javadoc/dev/plex/command/impl/LockupCMD.html new file mode 100644 index 0000000..ac7feda --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/LockupCMD.html @@ -0,0 +1,240 @@ + + + + +LockupCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class LockupCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.LockupCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class LockupCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      LockupCMD

      +
      public LockupCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/MasterbuilderworldCMD.html b/static/javadoc/dev/plex/command/impl/MasterbuilderworldCMD.html new file mode 100644 index 0000000..8851295 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/MasterbuilderworldCMD.html @@ -0,0 +1,240 @@ + + + + +MasterbuilderworldCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MasterbuilderworldCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.MasterbuilderworldCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class MasterbuilderworldCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MasterbuilderworldCMD

      +
      public MasterbuilderworldCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/MobLimitCMD.html b/static/javadoc/dev/plex/command/impl/MobLimitCMD.html new file mode 100644 index 0000000..5951866 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/MobLimitCMD.html @@ -0,0 +1,240 @@ + + + + +MobLimitCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MobLimitCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.MobLimitCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class MobLimitCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MobLimitCMD

      +
      public MobLimitCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/MobPurgeCMD.html b/static/javadoc/dev/plex/command/impl/MobPurgeCMD.html new file mode 100644 index 0000000..409759c --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/MobPurgeCMD.html @@ -0,0 +1,291 @@ + + + + +MobPurgeCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MobPurgeCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.MobPurgeCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class MobPurgeCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      MOB_TYPES

      +
      private final List<org.bukkit.entity.EntityType> MOB_TYPES
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MobPurgeCMD

      +
      public MobPurgeCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + @NotNull + @NotNull String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      multipleS

      +
      private String multipleS(int count)
      +
      +
    • +
    • +
      +

      purgeMobs

      +
      private int purgeMobs(org.bukkit.entity.EntityType type)
      +
      +
    • +
    • +
      +

      getAllMobs

      +
      private List<String> getAllMobs()
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/MuteCMD.html b/static/javadoc/dev/plex/command/impl/MuteCMD.html new file mode 100644 index 0000000..a5c98c7 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/MuteCMD.html @@ -0,0 +1,240 @@ + + + + +MuteCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MuteCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.MuteCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class MuteCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MuteCMD

      +
      public MuteCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/NotesCMD.html b/static/javadoc/dev/plex/command/impl/NotesCMD.html new file mode 100644 index 0000000..8f51d8b --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/NotesCMD.html @@ -0,0 +1,254 @@ + + + + +NotesCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class NotesCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.NotesCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class NotesCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      NotesCMD

      +
      public NotesCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      readNotes

      +
      private void readNotes(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + PlexPlayer plexPlayer, + List<Note> notes)
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/PlexCMD.html b/static/javadoc/dev/plex/command/impl/PlexCMD.html new file mode 100644 index 0000000..a1f8f5c --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/PlexCMD.html @@ -0,0 +1,251 @@ + + + + +PlexCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PlexCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.PlexCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class PlexCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlexCMD

      +
      public PlexCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    • +
      +

      hasUpdateAccess

      +
      private boolean hasUpdateAccess(org.bukkit.entity.Player player, + org.bukkit.command.CommandSender sender)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/PunishmentsCMD.html b/static/javadoc/dev/plex/command/impl/PunishmentsCMD.html new file mode 100644 index 0000000..dcfaeb8 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/PunishmentsCMD.html @@ -0,0 +1,240 @@ + + + + +PunishmentsCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PunishmentsCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.PunishmentsCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class PunishmentsCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PunishmentsCMD

      +
      public PunishmentsCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/RawSayCMD.html b/static/javadoc/dev/plex/command/impl/RawSayCMD.html new file mode 100644 index 0000000..5291d3d --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/RawSayCMD.html @@ -0,0 +1,240 @@ + + + + +RawSayCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class RawSayCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.RawSayCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class RawSayCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      RawSayCMD

      +
      public RawSayCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/RemoveLoginMessageCMD.html b/static/javadoc/dev/plex/command/impl/RemoveLoginMessageCMD.html new file mode 100644 index 0000000..4d4b94a --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/RemoveLoginMessageCMD.html @@ -0,0 +1,240 @@ + + + + +RemoveLoginMessageCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class RemoveLoginMessageCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.RemoveLoginMessageCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class RemoveLoginMessageCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      RemoveLoginMessageCMD

      +
      public RemoveLoginMessageCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/SayCMD.html b/static/javadoc/dev/plex/command/impl/SayCMD.html new file mode 100644 index 0000000..6c14e46 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/SayCMD.html @@ -0,0 +1,240 @@ + + + + +SayCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SayCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.SayCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class SayCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SayCMD

      +
      public SayCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/SetLoginMessageCMD.html b/static/javadoc/dev/plex/command/impl/SetLoginMessageCMD.html new file mode 100644 index 0000000..1391086 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/SetLoginMessageCMD.html @@ -0,0 +1,272 @@ + + + + +SetLoginMessageCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SetLoginMessageCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.SetLoginMessageCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class SetLoginMessageCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      nameRequired

      +
      private final boolean nameRequired
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SetLoginMessageCMD

      +
      public SetLoginMessageCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      validateMessage

      +
      private void validateMessage(String message)
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/SmiteCMD.html b/static/javadoc/dev/plex/command/impl/SmiteCMD.html new file mode 100644 index 0000000..6bbe379 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/SmiteCMD.html @@ -0,0 +1,240 @@ + + + + +SmiteCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SmiteCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.SmiteCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class SmiteCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SmiteCMD

      +
      public SmiteCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/SpectatorCMD.html b/static/javadoc/dev/plex/command/impl/SpectatorCMD.html new file mode 100644 index 0000000..e45c13e --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/SpectatorCMD.html @@ -0,0 +1,240 @@ + + + + +SpectatorCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SpectatorCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.SpectatorCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class SpectatorCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SpectatorCMD

      +
      public SpectatorCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/SurvivalCMD.html b/static/javadoc/dev/plex/command/impl/SurvivalCMD.html new file mode 100644 index 0000000..e8d36e2 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/SurvivalCMD.html @@ -0,0 +1,240 @@ + + + + +SurvivalCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SurvivalCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.SurvivalCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class SurvivalCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SurvivalCMD

      +
      public SurvivalCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/TagCMD.html b/static/javadoc/dev/plex/command/impl/TagCMD.html new file mode 100644 index 0000000..ab15898 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/TagCMD.html @@ -0,0 +1,240 @@ + + + + +TagCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TagCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.TagCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class TagCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      TagCMD

      +
      public TagCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/TempbanCMD.html b/static/javadoc/dev/plex/command/impl/TempbanCMD.html new file mode 100644 index 0000000..56ae4cd --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/TempbanCMD.html @@ -0,0 +1,240 @@ + + + + +TempbanCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TempbanCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.TempbanCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class TempbanCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      TempbanCMD

      +
      public TempbanCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      public net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/TempmuteCMD.html b/static/javadoc/dev/plex/command/impl/TempmuteCMD.html new file mode 100644 index 0000000..5116d87 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/TempmuteCMD.html @@ -0,0 +1,240 @@ + + + + +TempmuteCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TempmuteCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.TempmuteCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class TempmuteCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      TempmuteCMD

      +
      public TempmuteCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/ToggleCMD.html b/static/javadoc/dev/plex/command/impl/ToggleCMD.html new file mode 100644 index 0000000..bc8c570 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/ToggleCMD.html @@ -0,0 +1,258 @@ + + + + +ToggleCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ToggleCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.ToggleCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class ToggleCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ToggleCMD

      +
      public ToggleCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    • +
      +

      status

      +
      private String status(String toggle)
      +
      +
    • +
    • +
      +

      toggle

      +
      private net.kyori.adventure.text.Component toggle(String toggle)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/UnbanCMD.html b/static/javadoc/dev/plex/command/impl/UnbanCMD.html new file mode 100644 index 0000000..f09f0f1 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/UnbanCMD.html @@ -0,0 +1,240 @@ + + + + +UnbanCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class UnbanCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.UnbanCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class UnbanCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      UnbanCMD

      +
      public UnbanCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      public net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/UnfreezeCMD.html b/static/javadoc/dev/plex/command/impl/UnfreezeCMD.html new file mode 100644 index 0000000..9bf4920 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/UnfreezeCMD.html @@ -0,0 +1,240 @@ + + + + +UnfreezeCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class UnfreezeCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.UnfreezeCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class UnfreezeCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      UnfreezeCMD

      +
      public UnfreezeCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/UnmuteCMD.html b/static/javadoc/dev/plex/command/impl/UnmuteCMD.html new file mode 100644 index 0000000..b01d230 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/UnmuteCMD.html @@ -0,0 +1,240 @@ + + + + +UnmuteCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class UnmuteCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.UnmuteCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class UnmuteCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      UnmuteCMD

      +
      public UnmuteCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/WhoHasCMD.html b/static/javadoc/dev/plex/command/impl/WhoHasCMD.html new file mode 100644 index 0000000..d01309a --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/WhoHasCMD.html @@ -0,0 +1,241 @@ + + + + +WhoHasCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class WhoHasCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.WhoHasCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class WhoHasCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      WhoHasCMD

      +
      public WhoHasCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + @NotNull + @NotNull String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/WorldCMD.html b/static/javadoc/dev/plex/command/impl/WorldCMD.html new file mode 100644 index 0000000..16c447b --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/WorldCMD.html @@ -0,0 +1,263 @@ + + + + +WorldCMD (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class WorldCMD

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand +
dev.plex.command.impl.WorldCMD
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
public class WorldCMD +extends PlexCommand
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      UUID_PATTERN

      +
      private static final Pattern UUID_PATTERN
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      WorldCMD

      +
      public WorldCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      execute

      +
      protected net.kyori.adventure.text.Component execute(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @Nullable + @Nullable org.bukkit.entity.Player playerSender, + String[] args)
      +
      Description copied from class: PlexCommand
      +
      Executes the command
      +
      +
      Specified by:
      +
      execute in class PlexCommand
      +
      Parameters:
      +
      sender - The sender of the command
      +
      playerSender - The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      +
      +
    • +
    • +
      +

      smartTabComplete

      +
      @NotNull +public @NotNull List<String> smartTabComplete(@NotNull + @NotNull org.bukkit.command.CommandSender sender, + @NotNull + @NotNull String alias, + @NotNull + @NotNull String[] args) + throws IllegalArgumentException
      +
      +
      Specified by:
      +
      smartTabComplete in class PlexCommand
      +
      Throws:
      +
      IllegalArgumentException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/package-summary.html b/static/javadoc/dev/plex/command/impl/package-summary.html new file mode 100644 index 0000000..37dda19 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/package-summary.html @@ -0,0 +1,192 @@ + + + + +dev.plex.command.impl (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.command.impl

+
+
+
package dev.plex.command.impl
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/command/impl/package-tree.html b/static/javadoc/dev/plex/command/impl/package-tree.html new file mode 100644 index 0000000..f8a4ae6 --- /dev/null +++ b/static/javadoc/dev/plex/command/impl/package-tree.html @@ -0,0 +1,120 @@ + + + + +dev.plex.command.impl Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.command.impl

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/command/package-summary.html b/static/javadoc/dev/plex/command/package-summary.html new file mode 100644 index 0000000..5878375 --- /dev/null +++ b/static/javadoc/dev/plex/command/package-summary.html @@ -0,0 +1,114 @@ + + + + +dev.plex.command (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.command

+
+
+
package dev.plex.command
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/command/package-tree.html b/static/javadoc/dev/plex/command/package-tree.html new file mode 100644 index 0000000..d4a28c0 --- /dev/null +++ b/static/javadoc/dev/plex/command/package-tree.html @@ -0,0 +1,75 @@ + + + + +dev.plex.command Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.command

+
+Package Hierarchies: + +
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.bukkit.command.Command +
        +
      • dev.plex.command.PlexCommand (implements org.bukkit.command.PluginIdentifiableCommand)
      • +
      +
    • +
    +
  • +
+
+
+
+
+ + diff --git a/static/javadoc/dev/plex/command/source/RequiredCommandSource.html b/static/javadoc/dev/plex/command/source/RequiredCommandSource.html new file mode 100644 index 0000000..7989c61 --- /dev/null +++ b/static/javadoc/dev/plex/command/source/RequiredCommandSource.html @@ -0,0 +1,268 @@ + + + + +RequiredCommandSource (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class RequiredCommandSource

+
+
java.lang.Object +
java.lang.Enum<RequiredCommandSource> +
dev.plex.command.source.RequiredCommandSource
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<RequiredCommandSource>, Constable
+
+
+
public enum RequiredCommandSource +extends Enum<RequiredCommandSource>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      RequiredCommandSource

      +
      private RequiredCommandSource()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static RequiredCommandSource[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static RequiredCommandSource valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/command/source/package-summary.html b/static/javadoc/dev/plex/command/source/package-summary.html new file mode 100644 index 0000000..cc62dc0 --- /dev/null +++ b/static/javadoc/dev/plex/command/source/package-summary.html @@ -0,0 +1,110 @@ + + + + +dev.plex.command.source (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.command.source

+
+
+
package dev.plex.command.source
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/command/source/package-tree.html b/static/javadoc/dev/plex/command/source/package-tree.html new file mode 100644 index 0000000..ada1f40 --- /dev/null +++ b/static/javadoc/dev/plex/command/source/package-tree.html @@ -0,0 +1,75 @@ + + + + +dev.plex.command.source Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.command.source

+
+Package Hierarchies: + +
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/config/Config.html b/static/javadoc/dev/plex/config/Config.html new file mode 100644 index 0000000..392719d --- /dev/null +++ b/static/javadoc/dev/plex/config/Config.html @@ -0,0 +1,323 @@ + + + + +Config (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Config

+
+
java.lang.Object +
org.bukkit.configuration.MemorySection +
org.bukkit.configuration.MemoryConfiguration +
org.bukkit.configuration.file.FileConfiguration +
org.bukkit.configuration.file.YamlConfiguration +
dev.plex.config.Config
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.configuration.Configuration, org.bukkit.configuration.ConfigurationSection
+
+
+
public class Config +extends org.bukkit.configuration.file.YamlConfiguration
+
Creates a custom Config object
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private boolean
    + +
    +
    Whether new entries were added to the file automatically
    +
    +
    private File
    + +
    +
    The File instance
    +
    +
    private String
    + +
    +
    The file name
    +
    +
    private Plex
    + +
    +
    The plugin instance
    +
    +
    +
    +

    Fields inherited from class org.bukkit.configuration.file.YamlConfiguration

    +BLANK_CONFIG, COMMENT_PREFIX
    +
    +

    Fields inherited from class org.bukkit.configuration.MemoryConfiguration

    +defaults, options
    +
    +

    Fields inherited from class org.bukkit.configuration.MemorySection

    +map
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    Config(Plex plugin, + String name)
    +
    +
    Creates a config object
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
     
    +
    void
    +
    load(boolean loadFromFile)
    +
    +
    Loads the configuration file
    +
    +
    void
    + +
    +
    Saves the configuration file
    +
    +
    private void
    + +
    +
    Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
    +
    +
    +
    +
    +
    +

    Methods inherited from class org.bukkit.configuration.file.YamlConfiguration

    +loadConfiguration, loadConfiguration, loadFromString, options, saveToString
    +
    +

    Methods inherited from class org.bukkit.configuration.file.FileConfiguration

    +buildHeader, load, load, load, save, save
    +
    +

    Methods inherited from class org.bukkit.configuration.MemoryConfiguration

    +addDefault, addDefaults, addDefaults, getDefaults, getParent, setDefaults
    +
    +

    Methods inherited from class org.bukkit.configuration.MemorySection

    +contains, contains, createPath, createPath, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getComments, getConfigurationSection, getCurrentPath, getDefault, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInlineComments, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLocation, getLocation, getLong, getLong, getLongList, getMapList, getName, getObject, getObject, getOfflinePlayer, getOfflinePlayer, getRoot, getSerializable, getSerializable, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLocation, isLong, isOfflinePlayer, isPrimitiveWrapper, isSet, isString, isVector, mapChildrenKeys, mapChildrenValues, set, setComments, setInlineComments, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +

    Methods inherited from interface org.bukkit.configuration.ConfigurationSection

    +contains, contains, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getComments, getComponent, getComponent, getConfigurationSection, getCurrentPath, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInlineComments, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLocation, getLocation, getLong, getLong, getLongList, getMapList, getName, getObject, getObject, getOfflinePlayer, getOfflinePlayer, getRichMessage, getRichMessage, getRoot, getSerializable, getSerializable, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLocation, isLong, isOfflinePlayer, isSet, isString, isVector, set, setComments, setComponent, setInlineComments, setRichMessage
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      plugin

      +
      private Plex plugin
      +
      The plugin instance
      +
      +
    • +
    • +
      +

      file

      +
      private File file
      +
      The File instance
      +
      +
    • +
    • +
      +

      name

      +
      private String name
      +
      The file name
      +
      +
    • +
    • +
      +

      added

      +
      private boolean added
      +
      Whether new entries were added to the file automatically
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Config

      +
      public Config(Plex plugin, + String name)
      +
      Creates a config object
      +
      +
      Parameters:
      +
      plugin - The plugin instance
      +
      name - The file name
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      load

      +
      public void load()
      +
      +
    • +
    • +
      +

      load

      +
      public void load(boolean loadFromFile)
      +
      Loads the configuration file
      +
      +
    • +
    • +
      +

      save

      +
      public void save()
      +
      Saves the configuration file
      +
      +
    • +
    • +
      +

      saveDefault

      +
      private void saveDefault()
      +
      Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/config/ModuleConfig.html b/static/javadoc/dev/plex/config/ModuleConfig.html new file mode 100644 index 0000000..44a73dc --- /dev/null +++ b/static/javadoc/dev/plex/config/ModuleConfig.html @@ -0,0 +1,313 @@ + + + + +ModuleConfig (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ModuleConfig

+
+
java.lang.Object +
org.bukkit.configuration.MemorySection +
org.bukkit.configuration.MemoryConfiguration +
org.bukkit.configuration.file.FileConfiguration +
org.bukkit.configuration.file.YamlConfiguration +
dev.plex.config.ModuleConfig
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.configuration.Configuration, org.bukkit.configuration.ConfigurationSection
+
+
+
public class ModuleConfig +extends org.bukkit.configuration.file.YamlConfiguration
+
Creates a custom Config object
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private File
    + +
    +
    The File instance
    +
    +
    private String
    + +
    +
    Where the file is in the module JAR
    +
    +
    private PlexModule
    + +
    +
    The plugin instance
    +
    +
    private String
    + +
    +
    Where it should be copied to in the module folder
    +
    +
    +
    +

    Fields inherited from class org.bukkit.configuration.file.YamlConfiguration

    +BLANK_CONFIG, COMMENT_PREFIX
    +
    +

    Fields inherited from class org.bukkit.configuration.MemoryConfiguration

    +defaults, options
    +
    +

    Fields inherited from class org.bukkit.configuration.MemorySection

    +map
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ModuleConfig(PlexModule module, + String from, + String to)
    +
    +
    Creates a config object
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
     
    +
    void
    + +
    +
    Saves the configuration file
    +
    +
    private void
    + +
    +
    Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
    +
    +
    +
    +
    +
    +

    Methods inherited from class org.bukkit.configuration.file.YamlConfiguration

    +loadConfiguration, loadConfiguration, loadFromString, options, saveToString
    +
    +

    Methods inherited from class org.bukkit.configuration.file.FileConfiguration

    +buildHeader, load, load, load, save, save
    +
    +

    Methods inherited from class org.bukkit.configuration.MemoryConfiguration

    +addDefault, addDefaults, addDefaults, getDefaults, getParent, setDefaults
    +
    +

    Methods inherited from class org.bukkit.configuration.MemorySection

    +contains, contains, createPath, createPath, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getComments, getConfigurationSection, getCurrentPath, getDefault, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInlineComments, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLocation, getLocation, getLong, getLong, getLongList, getMapList, getName, getObject, getObject, getOfflinePlayer, getOfflinePlayer, getRoot, getSerializable, getSerializable, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLocation, isLong, isOfflinePlayer, isPrimitiveWrapper, isSet, isString, isVector, mapChildrenKeys, mapChildrenValues, set, setComments, setInlineComments, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +

    Methods inherited from interface org.bukkit.configuration.ConfigurationSection

    +contains, contains, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getComments, getComponent, getComponent, getConfigurationSection, getCurrentPath, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInlineComments, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLocation, getLocation, getLong, getLong, getLongList, getMapList, getName, getObject, getObject, getOfflinePlayer, getOfflinePlayer, getRichMessage, getRichMessage, getRoot, getSerializable, getSerializable, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLocation, isLong, isOfflinePlayer, isSet, isString, isVector, set, setComments, setComponent, setInlineComments, setRichMessage
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      module

      +
      private PlexModule module
      +
      The plugin instance
      +
      +
    • +
    • +
      +

      file

      +
      private File file
      +
      The File instance
      +
      +
    • +
    • +
      +

      from

      +
      private String from
      +
      Where the file is in the module JAR
      +
      +
    • +
    • +
      +

      to

      +
      private String to
      +
      Where it should be copied to in the module folder
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ModuleConfig

      +
      public ModuleConfig(PlexModule module, + String from, + String to)
      +
      Creates a config object
      +
      +
      Parameters:
      +
      module - The module instance
      +
      to - The file name
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      load

      +
      public void load()
      +
      +
    • +
    • +
      +

      save

      +
      public void save()
      +
      Saves the configuration file
      +
      +
    • +
    • +
      +

      saveDefault

      +
      private void saveDefault()
      +
      Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/config/package-summary.html b/static/javadoc/dev/plex/config/package-summary.html new file mode 100644 index 0000000..8c219d4 --- /dev/null +++ b/static/javadoc/dev/plex/config/package-summary.html @@ -0,0 +1,108 @@ + + + + +dev.plex.config (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.config

+
+
+
package dev.plex.config
+
+
    +
  • + +
  • +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
    +
    Creates a custom Config object
    +
    + +
    +
    Creates a custom Config object
    +
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/static/javadoc/dev/plex/config/package-tree.html b/static/javadoc/dev/plex/config/package-tree.html new file mode 100644 index 0000000..77e2d9f --- /dev/null +++ b/static/javadoc/dev/plex/config/package-tree.html @@ -0,0 +1,88 @@ + + + + +dev.plex.config Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.config

+
+Package Hierarchies: + +
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.bukkit.configuration.MemorySection (implements org.bukkit.configuration.ConfigurationSection) +
        +
      • org.bukkit.configuration.MemoryConfiguration (implements org.bukkit.configuration.Configuration) +
          +
        • org.bukkit.configuration.file.FileConfiguration +
            +
          • org.bukkit.configuration.file.YamlConfiguration + +
          • +
          +
        • +
        +
      • +
      +
    • +
    +
  • +
+
+
+
+
+ + diff --git a/static/javadoc/dev/plex/event/GameModeUpdateEvent.html b/static/javadoc/dev/plex/event/GameModeUpdateEvent.html new file mode 100644 index 0000000..32b71f2 --- /dev/null +++ b/static/javadoc/dev/plex/event/GameModeUpdateEvent.html @@ -0,0 +1,256 @@ + + + + +GameModeUpdateEvent (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class GameModeUpdateEvent

+
+
java.lang.Object +
org.bukkit.event.Event +
dev.plex.event.GameModeUpdateEvent
+
+
+
+
+
public class GameModeUpdateEvent +extends org.bukkit.event.Event
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    +org.bukkit.event.Event.Result
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private final org.bukkit.GameMode
    + +
     
    +
    private static final org.bukkit.event.HandlerList
    + +
     
    +
    private final org.bukkit.entity.Player
    + +
     
    +
    private final org.bukkit.command.CommandSender
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static org.bukkit.event.HandlerList
    + +
     
    +
    @NotNull org.bukkit.event.HandlerList
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class org.bukkit.event.Event

    +callEvent, getEventName, isAsynchronous
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      handlers

      +
      private static final org.bukkit.event.HandlerList handlers
      +
      +
    • +
    • +
      +

      sender

      +
      private final org.bukkit.command.CommandSender sender
      +
      +
    • +
    • +
      +

      player

      +
      private final org.bukkit.entity.Player player
      +
      +
    • +
    • +
      +

      gameMode

      +
      private final org.bukkit.GameMode gameMode
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GameModeUpdateEvent

      +
      public GameModeUpdateEvent()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getHandlerList

      +
      public static org.bukkit.event.HandlerList getHandlerList()
      +
      +
    • +
    • +
      +

      getHandlers

      +
      @NotNull +public @NotNull org.bukkit.event.HandlerList getHandlers()
      +
      +
      Specified by:
      +
      getHandlers in class org.bukkit.event.Event
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/event/PunishedPlayerEvent.html b/static/javadoc/dev/plex/event/PunishedPlayerEvent.html new file mode 100644 index 0000000..f55b802 --- /dev/null +++ b/static/javadoc/dev/plex/event/PunishedPlayerEvent.html @@ -0,0 +1,239 @@ + + + + +PunishedPlayerEvent (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PunishedPlayerEvent

+
+
java.lang.Object +
org.bukkit.event.Event +
org.bukkit.event.player.PlayerEvent +
dev.plex.event.PunishedPlayerEvent
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.event.Cancellable
+
+
+
Direct Known Subclasses:
+
PunishedPlayerFreezeEvent, PunishedPlayerLockupEvent, PunishedPlayerMuteEvent
+
+
+
public abstract class PunishedPlayerEvent +extends org.bukkit.event.player.PlayerEvent +implements org.bukkit.event.Cancellable
+
Superclass for punishment events
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    +org.bukkit.event.Event.Result
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    protected boolean
    + +
    +
    Whether the event was cancelled
    +
    +
    protected PlexPlayer
    + +
    +
    The player who was punished
    +
    +
    +
    +

    Fields inherited from class org.bukkit.event.player.PlayerEvent

    +player
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
    protected
    + +
    +
    Creates an event object
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from class org.bukkit.event.player.PlayerEvent

    +getPlayer
    +
    +

    Methods inherited from class org.bukkit.event.Event

    +callEvent, getEventName, getHandlers, isAsynchronous
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface org.bukkit.event.Cancellable

    +isCancelled, setCancelled
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      punishedPlayer

      +
      protected PlexPlayer punishedPlayer
      +
      The player who was punished
      +
      +
    • +
    • +
      +

      cancelled

      +
      protected boolean cancelled
      +
      Whether the event was cancelled
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PunishedPlayerEvent

      +
      protected PunishedPlayerEvent(PlexPlayer punishedPlayer)
      +
      Creates an event object
      +
      +
      Parameters:
      +
      punishedPlayer - The player who was punished
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/event/PunishedPlayerFreezeEvent.html b/static/javadoc/dev/plex/event/PunishedPlayerFreezeEvent.html new file mode 100644 index 0000000..7544b81 --- /dev/null +++ b/static/javadoc/dev/plex/event/PunishedPlayerFreezeEvent.html @@ -0,0 +1,272 @@ + + + + +PunishedPlayerFreezeEvent (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PunishedPlayerFreezeEvent

+
+
java.lang.Object +
org.bukkit.event.Event +
org.bukkit.event.player.PlayerEvent +
dev.plex.event.PunishedPlayerEvent +
dev.plex.event.PunishedPlayerFreezeEvent
+
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.event.Cancellable
+
+
+
public class PunishedPlayerFreezeEvent +extends PunishedPlayerEvent +implements org.bukkit.event.Cancellable
+
Event that is called when a player is frozen or unfrozen
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    +org.bukkit.event.Event.Result
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private final boolean
    + +
    +
    New frozen state of the player
    +
    +
    private static final org.bukkit.event.HandlerList
    + +
     
    +
    +
    +

    Fields inherited from class dev.plex.event.PunishedPlayerEvent

    +cancelled, punishedPlayer
    +
    +

    Fields inherited from class org.bukkit.event.player.PlayerEvent

    +player
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    PunishedPlayerFreezeEvent(PlexPlayer punishedPlayer, + boolean frozen)
    +
    +
    Creates a new event instance
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static org.bukkit.event.HandlerList
    + +
     
    +
    org.bukkit.event.HandlerList
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class org.bukkit.event.player.PlayerEvent

    +getPlayer
    +
    +

    Methods inherited from class org.bukkit.event.Event

    +callEvent, getEventName, isAsynchronous
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface org.bukkit.event.Cancellable

    +isCancelled, setCancelled
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      handlers

      +
      private static final org.bukkit.event.HandlerList handlers
      +
      +
    • +
    • +
      +

      frozen

      +
      private final boolean frozen
      +
      New frozen state of the player
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PunishedPlayerFreezeEvent

      +
      public PunishedPlayerFreezeEvent(PlexPlayer punishedPlayer, + boolean frozen)
      +
      Creates a new event instance
      +
      +
      Parameters:
      +
      punishedPlayer - The player who was punished
      +
      frozen - The new frozen status
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getHandlerList

      +
      public static org.bukkit.event.HandlerList getHandlerList()
      +
      +
    • +
    • +
      +

      getHandlers

      +
      public org.bukkit.event.HandlerList getHandlers()
      +
      +
      Specified by:
      +
      getHandlers in class org.bukkit.event.Event
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/event/PunishedPlayerLockupEvent.html b/static/javadoc/dev/plex/event/PunishedPlayerLockupEvent.html new file mode 100644 index 0000000..a0dc185 --- /dev/null +++ b/static/javadoc/dev/plex/event/PunishedPlayerLockupEvent.html @@ -0,0 +1,272 @@ + + + + +PunishedPlayerLockupEvent (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PunishedPlayerLockupEvent

+
+
java.lang.Object +
org.bukkit.event.Event +
org.bukkit.event.player.PlayerEvent +
dev.plex.event.PunishedPlayerEvent +
dev.plex.event.PunishedPlayerLockupEvent
+
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.event.Cancellable
+
+
+
public class PunishedPlayerLockupEvent +extends PunishedPlayerEvent +implements org.bukkit.event.Cancellable
+
Event that is called when a player is frozen or unfrozen
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    +org.bukkit.event.Event.Result
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private static final org.bukkit.event.HandlerList
    + +
     
    +
    private final boolean
    + +
    +
    New lock up state of the player
    +
    +
    +
    +

    Fields inherited from class dev.plex.event.PunishedPlayerEvent

    +cancelled, punishedPlayer
    +
    +

    Fields inherited from class org.bukkit.event.player.PlayerEvent

    +player
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    PunishedPlayerLockupEvent(PlexPlayer punishedPlayer, + boolean lockedUp)
    +
    +
    Creates a new event instance
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static org.bukkit.event.HandlerList
    + +
     
    +
    org.bukkit.event.HandlerList
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class org.bukkit.event.player.PlayerEvent

    +getPlayer
    +
    +

    Methods inherited from class org.bukkit.event.Event

    +callEvent, getEventName, isAsynchronous
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface org.bukkit.event.Cancellable

    +isCancelled, setCancelled
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      handlers

      +
      private static final org.bukkit.event.HandlerList handlers
      +
      +
    • +
    • +
      +

      lockedUp

      +
      private final boolean lockedUp
      +
      New lock up state of the player
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PunishedPlayerLockupEvent

      +
      public PunishedPlayerLockupEvent(PlexPlayer punishedPlayer, + boolean lockedUp)
      +
      Creates a new event instance
      +
      +
      Parameters:
      +
      punishedPlayer - The player who was punished
      +
      lockedUp - The new muted status
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getHandlerList

      +
      public static org.bukkit.event.HandlerList getHandlerList()
      +
      +
    • +
    • +
      +

      getHandlers

      +
      public org.bukkit.event.HandlerList getHandlers()
      +
      +
      Specified by:
      +
      getHandlers in class org.bukkit.event.Event
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/event/PunishedPlayerMuteEvent.html b/static/javadoc/dev/plex/event/PunishedPlayerMuteEvent.html new file mode 100644 index 0000000..604fe6f --- /dev/null +++ b/static/javadoc/dev/plex/event/PunishedPlayerMuteEvent.html @@ -0,0 +1,272 @@ + + + + +PunishedPlayerMuteEvent (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PunishedPlayerMuteEvent

+
+
java.lang.Object +
org.bukkit.event.Event +
org.bukkit.event.player.PlayerEvent +
dev.plex.event.PunishedPlayerEvent +
dev.plex.event.PunishedPlayerMuteEvent
+
+
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.event.Cancellable
+
+
+
public class PunishedPlayerMuteEvent +extends PunishedPlayerEvent +implements org.bukkit.event.Cancellable
+
Event that is called when a player is frozen or unfrozen
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    +org.bukkit.event.Event.Result
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private static final org.bukkit.event.HandlerList
    + +
     
    +
    private final boolean
    + +
    +
    New muted state of the player
    +
    +
    +
    +

    Fields inherited from class dev.plex.event.PunishedPlayerEvent

    +cancelled, punishedPlayer
    +
    +

    Fields inherited from class org.bukkit.event.player.PlayerEvent

    +player
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    PunishedPlayerMuteEvent(PlexPlayer punishedPlayer, + boolean muted)
    +
    +
    Creates a new event instance
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static org.bukkit.event.HandlerList
    + +
     
    +
    org.bukkit.event.HandlerList
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class org.bukkit.event.player.PlayerEvent

    +getPlayer
    +
    +

    Methods inherited from class org.bukkit.event.Event

    +callEvent, getEventName, isAsynchronous
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface org.bukkit.event.Cancellable

    +isCancelled, setCancelled
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      handlers

      +
      private static final org.bukkit.event.HandlerList handlers
      +
      +
    • +
    • +
      +

      muted

      +
      private final boolean muted
      +
      New muted state of the player
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PunishedPlayerMuteEvent

      +
      public PunishedPlayerMuteEvent(PlexPlayer punishedPlayer, + boolean muted)
      +
      Creates a new event instance
      +
      +
      Parameters:
      +
      punishedPlayer - The player who was punished
      +
      muted - The new muted status
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getHandlerList

      +
      public static org.bukkit.event.HandlerList getHandlerList()
      +
      +
    • +
    • +
      +

      getHandlers

      +
      public org.bukkit.event.HandlerList getHandlers()
      +
      +
      Specified by:
      +
      getHandlers in class org.bukkit.event.Event
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/event/package-summary.html b/static/javadoc/dev/plex/event/package-summary.html new file mode 100644 index 0000000..2c3732d --- /dev/null +++ b/static/javadoc/dev/plex/event/package-summary.html @@ -0,0 +1,118 @@ + + + + +dev.plex.event (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.event

+
+
+
package dev.plex.event
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/event/package-tree.html b/static/javadoc/dev/plex/event/package-tree.html new file mode 100644 index 0000000..11f094b --- /dev/null +++ b/static/javadoc/dev/plex/event/package-tree.html @@ -0,0 +1,86 @@ + + + + +dev.plex.event Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.event

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/handlers/CommandHandler.html b/static/javadoc/dev/plex/handlers/CommandHandler.html new file mode 100644 index 0000000..c05bca3 --- /dev/null +++ b/static/javadoc/dev/plex/handlers/CommandHandler.html @@ -0,0 +1,159 @@ + + + + +CommandHandler (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CommandHandler

+
+
java.lang.Object +
dev.plex.handlers.CommandHandler
+
+
+
+
All Implemented Interfaces:
+
PlexBase
+
+
+
public class CommandHandler +extends Object +implements PlexBase
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CommandHandler

      +
      public CommandHandler()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/handlers/ListenerHandler.html b/static/javadoc/dev/plex/handlers/ListenerHandler.html new file mode 100644 index 0000000..013db9f --- /dev/null +++ b/static/javadoc/dev/plex/handlers/ListenerHandler.html @@ -0,0 +1,159 @@ + + + + +ListenerHandler (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ListenerHandler

+
+
java.lang.Object +
dev.plex.handlers.ListenerHandler
+
+
+
+
All Implemented Interfaces:
+
PlexBase
+
+
+
public class ListenerHandler +extends Object +implements PlexBase
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ListenerHandler

      +
      public ListenerHandler()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/handlers/package-summary.html b/static/javadoc/dev/plex/handlers/package-summary.html new file mode 100644 index 0000000..b607514 --- /dev/null +++ b/static/javadoc/dev/plex/handlers/package-summary.html @@ -0,0 +1,104 @@ + + + + +dev.plex.handlers (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.handlers

+
+
+
package dev.plex.handlers
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/handlers/package-tree.html b/static/javadoc/dev/plex/handlers/package-tree.html new file mode 100644 index 0000000..f49a36a --- /dev/null +++ b/static/javadoc/dev/plex/handlers/package-tree.html @@ -0,0 +1,72 @@ + + + + +dev.plex.handlers Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.handlers

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/hook/CoreProtectHook.html b/static/javadoc/dev/plex/hook/CoreProtectHook.html new file mode 100644 index 0000000..99d4f5c --- /dev/null +++ b/static/javadoc/dev/plex/hook/CoreProtectHook.html @@ -0,0 +1,219 @@ + + + + +CoreProtectHook (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.hook
+

Class CoreProtectHook

+
+
java.lang.Object +
dev.plex.hook.CoreProtectHook
+
+
+
+
public class CoreProtectHook +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      coreProtectAPI

      +
      private net.coreprotect.CoreProtectAPI coreProtectAPI
      +
      +
    • +
    • +
      +

      hasApi

      +
      private boolean hasApi
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CoreProtectHook

      +
      public CoreProtectHook(Plex plex)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      hasCoreProtect

      +
      public boolean hasCoreProtect()
      +
      +
    • +
    • +
      +

      coreProtectAPI

      +
      public net.coreprotect.CoreProtectAPI coreProtectAPI()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/hook/PrismHook.html b/static/javadoc/dev/plex/hook/PrismHook.html new file mode 100644 index 0000000..5c123c9 --- /dev/null +++ b/static/javadoc/dev/plex/hook/PrismHook.html @@ -0,0 +1,210 @@ + + + + +PrismHook (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.hook
+

Class PrismHook

+
+
java.lang.Object +
dev.plex.hook.PrismHook
+
+
+
+
public class PrismHook +extends Object
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private network.darkhelmet.prism.api.PrismApi
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    + +
     
    +
    network.darkhelmet.prism.api.PrismApi
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      prismApi

      +
      private network.darkhelmet.prism.api.PrismApi prismApi
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PrismHook

      +
      public PrismHook(Plex plex)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      hasPrism

      +
      public boolean hasPrism()
      +
      +
    • +
    • +
      +

      prismApi

      +
      public network.darkhelmet.prism.api.PrismApi prismApi()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/hook/VaultHook.html b/static/javadoc/dev/plex/hook/VaultHook.html new file mode 100644 index 0000000..c6da814 --- /dev/null +++ b/static/javadoc/dev/plex/hook/VaultHook.html @@ -0,0 +1,264 @@ + + + + +VaultHook (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.hook
+

Class VaultHook

+
+
java.lang.Object +
dev.plex.hook.VaultHook
+
+
+
+
public class VaultHook +extends Object
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private static net.milkbowl.vault.chat.Chat
    + +
     
    +
    private static net.milkbowl.vault.permission.Permission
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static net.milkbowl.vault.chat.Chat
    + +
     
    +
    static net.milkbowl.vault.permission.Permission
    + +
     
    +
    static net.kyori.adventure.text.Component
    +
    getPrefix(PlexPlayer plexPlayer)
    +
     
    +
    static net.kyori.adventure.text.Component
    + +
     
    +
    static net.kyori.adventure.text.Component
    +
    getPrefix(org.bukkit.OfflinePlayer player)
    +
     
    +
    private static net.milkbowl.vault.chat.Chat
    + +
     
    +
    private static net.milkbowl.vault.permission.Permission
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CHAT

      +
      private static net.milkbowl.vault.chat.Chat CHAT
      +
      +
    • +
    • +
      +

      PERMISSIONS

      +
      private static net.milkbowl.vault.permission.Permission PERMISSIONS
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      VaultHook

      +
      public VaultHook()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      setupChat

      +
      private static net.milkbowl.vault.chat.Chat setupChat()
      +
      +
    • +
    • +
      +

      setupPermissions

      +
      private static net.milkbowl.vault.permission.Permission setupPermissions()
      +
      +
    • +
    • +
      +

      getPrefix

      +
      public static net.kyori.adventure.text.Component getPrefix(UUID uuid)
      +
      +
    • +
    • +
      +

      getPrefix

      +
      public static net.kyori.adventure.text.Component getPrefix(PlexPlayer plexPlayer)
      +
      +
    • +
    • +
      +

      getPrefix

      +
      public static net.kyori.adventure.text.Component getPrefix(org.bukkit.OfflinePlayer player)
      +
      +
    • +
    • +
      +

      getPermission

      +
      public static net.milkbowl.vault.permission.Permission getPermission()
      +
      +
    • +
    • +
      +

      getChat

      +
      public static net.milkbowl.vault.chat.Chat getChat()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/hook/package-summary.html b/static/javadoc/dev/plex/hook/package-summary.html new file mode 100644 index 0000000..c643480 --- /dev/null +++ b/static/javadoc/dev/plex/hook/package-summary.html @@ -0,0 +1,106 @@ + + + + +dev.plex.hook (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.hook

+
+
+
package dev.plex.hook
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/hook/package-tree.html b/static/javadoc/dev/plex/hook/package-tree.html new file mode 100644 index 0000000..57628b6 --- /dev/null +++ b/static/javadoc/dev/plex/hook/package-tree.html @@ -0,0 +1,73 @@ + + + + +dev.plex.hook Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.hook

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/PlexListener.html b/static/javadoc/dev/plex/listener/PlexListener.html new file mode 100644 index 0000000..2b127bf --- /dev/null +++ b/static/javadoc/dev/plex/listener/PlexListener.html @@ -0,0 +1,163 @@ + + + + +PlexListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PlexListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
Direct Known Subclasses:
+
AntiNukerListener, AntiSpamListener, BanListener, BlockListener, BookListener, ChatListener, CommandListener, DropListener, FreezeListener, GameModeListener, MenuListener, MobListener, MuteListener, PlayerListener, ServerListener, TabListener, TogglesListener, VanishListener, WorldListener
+
+
+
public abstract class PlexListener +extends Object +implements org.bukkit.event.Listener, PlexBase
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlexListener

      +
      public PlexListener()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/annotation/Toggleable.html b/static/javadoc/dev/plex/listener/annotation/Toggleable.html new file mode 100644 index 0000000..a30535d --- /dev/null +++ b/static/javadoc/dev/plex/listener/annotation/Toggleable.html @@ -0,0 +1,131 @@ + + + + +Toggleable (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface Toggleable

+
+
+
+
@Retention(RUNTIME) +public @interface Toggleable
+
+
+
    + +
  • +
    +

    Required Element Summary

    +
    Required Elements
    +
    +
    Modifier and Type
    +
    Required Element
    +
    Description
    + + +
     
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Element Details

    +
      +
    • +
      +

      value

      +
      String value
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/annotation/package-summary.html b/static/javadoc/dev/plex/listener/annotation/package-summary.html new file mode 100644 index 0000000..b61d5d5 --- /dev/null +++ b/static/javadoc/dev/plex/listener/annotation/package-summary.html @@ -0,0 +1,104 @@ + + + + +dev.plex.listener.annotation (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.listener.annotation

+
+
+
package dev.plex.listener.annotation
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/annotation/package-tree.html b/static/javadoc/dev/plex/listener/annotation/package-tree.html new file mode 100644 index 0000000..72646bb --- /dev/null +++ b/static/javadoc/dev/plex/listener/annotation/package-tree.html @@ -0,0 +1,67 @@ + + + + +dev.plex.listener.annotation Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.listener.annotation

+
+Package Hierarchies: + +
+

Annotation Interface Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/AntiNukerListener.html b/static/javadoc/dev/plex/listener/impl/AntiNukerListener.html new file mode 100644 index 0000000..5275b31 --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/AntiNukerListener.html @@ -0,0 +1,205 @@ + + + + +AntiNukerListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AntiNukerListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.AntiNukerListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class AntiNukerListener +extends PlexListener
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AntiNukerListener

      +
      public AntiNukerListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onBlockPlace

      +
      public void onBlockPlace(org.bukkit.event.block.BlockPlaceEvent event)
      +
      +
    • +
    • +
      +

      onBlockBreak

      +
      public void onBlockBreak(org.bukkit.event.block.BlockBreakEvent event)
      +
      +
    • +
    • +
      +

      getCount

      +
      public long getCount(UUID uuid)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/AntiSpamListener.html b/static/javadoc/dev/plex/listener/impl/AntiSpamListener.html new file mode 100644 index 0000000..35bde13 --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/AntiSpamListener.html @@ -0,0 +1,205 @@ + + + + +AntiSpamListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AntiSpamListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.AntiSpamListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class AntiSpamListener +extends PlexListener
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AntiSpamListener

      +
      public AntiSpamListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onChat

      +
      public void onChat(io.papermc.paper.event.player.AsyncChatEvent event)
      +
      +
    • +
    • +
      +

      onPlayerCommandPreprocess

      +
      public void onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent event)
      +
      +
    • +
    • +
      +

      getCount

      +
      public long getCount(UUID uuid)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/BanListener.html b/static/javadoc/dev/plex/listener/impl/BanListener.html new file mode 100644 index 0000000..35d13aa --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/BanListener.html @@ -0,0 +1,187 @@ + + + + +BanListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BanListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.BanListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class BanListener +extends PlexListener
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BanListener

      +
      public BanListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onPreLogin

      +
      public void onPreLogin(org.bukkit.event.player.AsyncPlayerPreLoginEvent event)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/BlockListener.html b/static/javadoc/dev/plex/listener/impl/BlockListener.html new file mode 100644 index 0000000..9183ed9 --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/BlockListener.html @@ -0,0 +1,246 @@ + + + + +BlockListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BlockListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.BlockListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class BlockListener +extends PlexListener
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      blockedBlocks

      +
      private static final List<org.bukkit.Material> blockedBlocks
      +
      +
    • +
    • +
      +

      SIGNS

      +
      private static final List<org.bukkit.Material> SIGNS
      +
      +
    • +
    • +
      +

      cachedBlockedBlocksConfig

      +
      private static List<String> cachedBlockedBlocksConfig
      +
      +
    • +
    • +
      +

      blockedPlayers

      +
      public List<String> blockedPlayers
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BlockListener

      +
      public BlockListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onBlockPlace

      +
      public void onBlockPlace(org.bukkit.event.block.BlockPlaceEvent event)
      +
      +
    • +
    • +
      +

      onBlockBreak

      +
      public void onBlockBreak(org.bukkit.event.block.BlockBreakEvent event)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/BookListener.html b/static/javadoc/dev/plex/listener/impl/BookListener.html new file mode 100644 index 0000000..dd16ccf --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/BookListener.html @@ -0,0 +1,187 @@ + + + + +BookListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BookListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.BookListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class BookListener +extends PlexListener
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BookListener

      +
      public BookListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onBookEdit

      +
      public void onBookEdit(org.bukkit.event.player.PlayerEditBookEvent event)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/ChatListener.PlexChatRenderer.html b/static/javadoc/dev/plex/listener/impl/ChatListener.PlexChatRenderer.html new file mode 100644 index 0000000..b6b5026 --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/ChatListener.PlexChatRenderer.html @@ -0,0 +1,252 @@ + + + + +ChatListener.PlexChatRenderer (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ChatListener.PlexChatRenderer

+
+
java.lang.Object +
dev.plex.listener.impl.ChatListener.PlexChatRenderer
+
+
+
+
All Implemented Interfaces:
+
io.papermc.paper.chat.ChatRenderer
+
+
+
Enclosing class:
+
ChatListener
+
+
+
public static class ChatListener.PlexChatRenderer +extends Object +implements io.papermc.paper.chat.ChatRenderer
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from interface io.papermc.paper.chat.ChatRenderer

    +io.papermc.paper.chat.ChatRenderer.Default, io.papermc.paper.chat.ChatRenderer.ViewerUnaware
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    Supplier<net.kyori.adventure.text.Component>
    + +
     
    +
    boolean
    + +
     
    +
    net.kyori.adventure.text.Component
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    @NotNull net.kyori.adventure.text.Component
    +
    render(@NotNull org.bukkit.entity.Player source, + @NotNull net.kyori.adventure.text.Component sourceDisplayName, + @NotNull net.kyori.adventure.text.Component message, + @NotNull net.kyori.adventure.audience.Audience viewer)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      hasPrefix

      +
      public boolean hasPrefix
      +
      +
    • +
    • +
      +

      prefix

      +
      public net.kyori.adventure.text.Component prefix
      +
      +
    • +
    • +
      +

      before

      +
      public Supplier<net.kyori.adventure.text.Component> before
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlexChatRenderer

      +
      public PlexChatRenderer()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      render

      +
      @NotNull +public @NotNull net.kyori.adventure.text.Component render(@NotNull + @NotNull org.bukkit.entity.Player source, + @NotNull + @NotNull net.kyori.adventure.text.Component sourceDisplayName, + @NotNull + @NotNull net.kyori.adventure.text.Component message, + @NotNull + @NotNull net.kyori.adventure.audience.Audience viewer)
      +
      +
      Specified by:
      +
      render in interface io.papermc.paper.chat.ChatRenderer
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/ChatListener.html b/static/javadoc/dev/plex/listener/impl/ChatListener.html new file mode 100644 index 0000000..5d43ebc --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/ChatListener.html @@ -0,0 +1,263 @@ + + + + +ChatListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ChatListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.ChatListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class ChatListener +extends PlexListener
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      URL_REPLACEMENT_CONFIG

      +
      public static final net.kyori.adventure.text.TextReplacementConfig URL_REPLACEMENT_CONFIG
      +
      +
    • +
    • +
      +

      PRE_RENDERER

      +
      public static BiConsumer<io.papermc.paper.event.player.AsyncChatEvent,PlexPlayer> PRE_RENDERER
      +
      +
    • +
    • +
      +

      renderer

      +
      private final ChatListener.PlexChatRenderer renderer
      +
      +
    • +
    • +
      +

      format

      +
      private static final net.kyori.adventure.text.Component format
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChatListener

      +
      public ChatListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onChat

      +
      public void onChat(io.papermc.paper.event.player.AsyncChatEvent event)
      +
      +
    • +
    • +
      +

      defaultChatProcessing

      +
      private static void defaultChatProcessing(io.papermc.paper.event.player.AsyncChatEvent event, + PlexPlayer plexPlayer)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/CommandListener.html b/static/javadoc/dev/plex/listener/impl/CommandListener.html new file mode 100644 index 0000000..a2ae2d9 --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/CommandListener.html @@ -0,0 +1,205 @@ + + + + +CommandListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CommandListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.CommandListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class CommandListener +extends PlexListener
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CommandListener

      +
      public CommandListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onPlayerCommandPreprocess

      +
      public void onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent event)
      +
      +
    • +
    • +
      +

      onCommandBlocking

      +
      public void onCommandBlocking(org.bukkit.event.player.PlayerCommandPreprocessEvent event)
      +
      +
    • +
    • +
      +

      hasCommandSpy

      +
      private boolean hasCommandSpy(PlexPlayer plexPlayer)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/DropListener.html b/static/javadoc/dev/plex/listener/impl/DropListener.html new file mode 100644 index 0000000..4c2606a --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/DropListener.html @@ -0,0 +1,187 @@ + + + + +DropListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DropListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.DropListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class DropListener +extends PlexListener
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DropListener

      +
      public DropListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onPlayerDropItem

      +
      public void onPlayerDropItem(org.bukkit.event.player.PlayerDropItemEvent event)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/FreezeListener.html b/static/javadoc/dev/plex/listener/impl/FreezeListener.html new file mode 100644 index 0000000..18c105b --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/FreezeListener.html @@ -0,0 +1,196 @@ + + + + +FreezeListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class FreezeListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.FreezeListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class FreezeListener +extends PlexListener
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      FreezeListener

      +
      public FreezeListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onPlayerMove

      +
      public void onPlayerMove(org.bukkit.event.player.PlayerMoveEvent e)
      +
      +
    • +
    • +
      +

      onPlayerTeleport

      +
      public void onPlayerTeleport(org.bukkit.event.player.PlayerTeleportEvent e)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/GameModeListener.html b/static/javadoc/dev/plex/listener/impl/GameModeListener.html new file mode 100644 index 0000000..3b42ea6 --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/GameModeListener.html @@ -0,0 +1,187 @@ + + + + +GameModeListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class GameModeListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.GameModeListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class GameModeListener +extends PlexListener
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GameModeListener

      +
      public GameModeListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/MenuListener.html b/static/javadoc/dev/plex/listener/impl/MenuListener.html new file mode 100644 index 0000000..9dff2f9 --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/MenuListener.html @@ -0,0 +1,191 @@ + + + + +MenuListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MenuListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.MenuListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class MenuListener +extends PlexListener
+
+
Since:
+
7:01 AM [02-09-2023]
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MenuListener

      +
      public MenuListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onClick

      +
      public void onClick(org.bukkit.event.inventory.InventoryClickEvent event)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/MobListener.html b/static/javadoc/dev/plex/listener/impl/MobListener.html new file mode 100644 index 0000000..924d16a --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/MobListener.html @@ -0,0 +1,257 @@ + + + + +MobListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MobListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.MobListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class MobListener +extends PlexListener
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private static final List<org.bukkit.Material>
    + +
     
    +
    +
    +

    Fields inherited from interface dev.plex.PlexBase

    +plugin
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static boolean
    +
    isEntityLimitReached(org.bukkit.Chunk chunk, + int limit)
    +
     
    +
    void
    +
    onDispense(org.bukkit.event.block.BlockDispenseEvent event)
    +
     
    +
    void
    +
    onEntityClick(org.bukkit.event.player.PlayerInteractEntityEvent event)
    +
     
    +
    void
    +
    onEntitySpawn(org.bukkit.event.entity.EntitySpawnEvent event)
    +
     
    +
    void
    +
    onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent event)
    +
     
    +
    private static org.bukkit.entity.EntityType
    +
    spawnEggToEntityType(org.bukkit.Material mat)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      SPAWN_EGGS

      +
      private static final List<org.bukkit.Material> SPAWN_EGGS
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MobListener

      +
      public MobListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      spawnEggToEntityType

      +
      private static org.bukkit.entity.EntityType spawnEggToEntityType(org.bukkit.Material mat)
      +
      +
    • +
    • +
      +

      onEntitySpawn

      +
      public void onEntitySpawn(org.bukkit.event.entity.EntitySpawnEvent event)
      +
      +
    • +
    • +
      +

      onDispense

      +
      public void onDispense(org.bukkit.event.block.BlockDispenseEvent event)
      +
      +
    • +
    • +
      +

      onEntityClick

      +
      public void onEntityClick(org.bukkit.event.player.PlayerInteractEntityEvent event)
      +
      +
    • +
    • +
      +

      onPlayerInteract

      +
      public void onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent event)
      +
      +
    • +
    • +
      +

      isEntityLimitReached

      +
      public static boolean isEntityLimitReached(org.bukkit.Chunk chunk, + int limit)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/MuteListener.html b/static/javadoc/dev/plex/listener/impl/MuteListener.html new file mode 100644 index 0000000..e2c2cde --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/MuteListener.html @@ -0,0 +1,219 @@ + + + + +MuteListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MuteListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.MuteListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class MuteListener +extends PlexListener
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    (package private) List<String>
    + +
     
    +
    +
    +

    Fields inherited from interface dev.plex.PlexBase

    +plugin
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    onChat(io.papermc.paper.event.player.AsyncChatEvent event)
    +
     
    +
    void
    +
    onCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent event)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MuteListener

      +
      public MuteListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onChat

      +
      public void onChat(io.papermc.paper.event.player.AsyncChatEvent event)
      +
      +
    • +
    • +
      +

      onCommand

      +
      public void onCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent event)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/PlayerListener.html b/static/javadoc/dev/plex/listener/impl/PlayerListener.html new file mode 100644 index 0000000..98cee6c --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/PlayerListener.html @@ -0,0 +1,214 @@ + + + + +PlayerListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PlayerListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.PlayerListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class PlayerListener +extends PlexListener
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlayerListener

      +
      public PlayerListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onPlayerSetup

      +
      public void onPlayerSetup(org.bukkit.event.player.PlayerJoinEvent event)
      +
      +
    • +
    • +
      +

      onPlayerSave

      +
      public void onPlayerSave(org.bukkit.event.player.PlayerQuitEvent event)
      +
      +
    • +
    • +
      +

      onPlayerInventoryClose

      +
      public void onPlayerInventoryClose(org.bukkit.event.inventory.InventoryCloseEvent event)
      +
      +
    • +
    • +
      +

      onInventoryClick

      +
      public void onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent event)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/ServerListener.html b/static/javadoc/dev/plex/listener/impl/ServerListener.html new file mode 100644 index 0000000..7b6dba4 --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/ServerListener.html @@ -0,0 +1,187 @@ + + + + +ServerListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ServerListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.ServerListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class ServerListener +extends PlexListener
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ServerListener

      +
      public ServerListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onServerPing

      +
      public void onServerPing(com.destroystokyo.paper.event.server.PaperServerListPingEvent event)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/TabListener.html b/static/javadoc/dev/plex/listener/impl/TabListener.html new file mode 100644 index 0000000..47edb7d --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/TabListener.html @@ -0,0 +1,187 @@ + + + + +TabListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TabListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.TabListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class TabListener +extends PlexListener
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      TabListener

      +
      public TabListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onPlayerJoin

      +
      public void onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent event)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/TogglesListener.html b/static/javadoc/dev/plex/listener/impl/TogglesListener.html new file mode 100644 index 0000000..e804837 --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/TogglesListener.html @@ -0,0 +1,300 @@ + + + + +TogglesListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TogglesListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.TogglesListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class TogglesListener +extends PlexListener
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    (package private) List<String>
    + +
     
    +
    +
    +

    Fields inherited from interface dev.plex.PlexBase

    +plugin
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    onBlockExplode(org.bukkit.event.block.BlockExplodeEvent event)
    +
     
    +
    void
    +
    onBlockRedstone(org.bukkit.event.block.BlockRedstoneEvent event)
    +
     
    +
    void
    +
    onChat(io.papermc.paper.event.player.AsyncChatEvent event)
    +
     
    +
    void
    +
    onCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent event)
    +
     
    +
    void
    +
    onEntityExplode(org.bukkit.event.entity.EntityExplodeEvent event)
    +
     
    +
    void
    +
    onExplosionPrime(org.bukkit.event.entity.ExplosionPrimeEvent event)
    +
     
    +
    void
    +
    onFluidSpread(org.bukkit.event.block.BlockFromToEvent event)
    +
     
    +
    void
    +
    onFluidSpread(org.bukkit.event.player.PlayerDropItemEvent event)
    +
     
    +
    void
    +
    onPlayerAttack(io.papermc.paper.event.player.PrePlayerAttackEntityEvent event)
    +
     
    +
    void
    +
    onPotionSplash(org.bukkit.event.entity.PotionSplashEvent event)
    +
     
    +
    void
    +
    onProjectileHit(org.bukkit.event.entity.ProjectileHitEvent event)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      TogglesListener

      +
      public TogglesListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onExplosionPrime

      +
      public void onExplosionPrime(org.bukkit.event.entity.ExplosionPrimeEvent event)
      +
      +
    • +
    • +
      +

      onBlockExplode

      +
      public void onBlockExplode(org.bukkit.event.block.BlockExplodeEvent event)
      +
      +
    • +
    • +
      +

      onEntityExplode

      +
      public void onEntityExplode(org.bukkit.event.entity.EntityExplodeEvent event)
      +
      +
    • +
    • +
      +

      onFluidSpread

      +
      public void onFluidSpread(org.bukkit.event.block.BlockFromToEvent event)
      +
      +
    • +
    • +
      +

      onFluidSpread

      +
      public void onFluidSpread(org.bukkit.event.player.PlayerDropItemEvent event)
      +
      +
    • +
    • +
      +

      onChat

      +
      public void onChat(io.papermc.paper.event.player.AsyncChatEvent event)
      +
      +
    • +
    • +
      +

      onCommand

      +
      public void onCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent event)
      +
      +
    • +
    • +
      +

      onPlayerAttack

      +
      public void onPlayerAttack(io.papermc.paper.event.player.PrePlayerAttackEntityEvent event)
      +
      +
    • +
    • +
      +

      onPotionSplash

      +
      public void onPotionSplash(org.bukkit.event.entity.PotionSplashEvent event)
      +
      +
    • +
    • +
      +

      onProjectileHit

      +
      public void onProjectileHit(org.bukkit.event.entity.ProjectileHitEvent event)
      +
      +
    • +
    • +
      +

      onBlockRedstone

      +
      public void onBlockRedstone(org.bukkit.event.block.BlockRedstoneEvent event)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/VanishListener.html b/static/javadoc/dev/plex/listener/impl/VanishListener.html new file mode 100644 index 0000000..0c7919c --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/VanishListener.html @@ -0,0 +1,187 @@ + + + + +VanishListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class VanishListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.VanishListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class VanishListener +extends PlexListener
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      VanishListener

      +
      public VanishListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onPlayerUnvanish

      +
      public void onPlayerUnvanish(de.myzelyam.api.vanish.PlayerShowEvent event)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/WorldListener.html b/static/javadoc/dev/plex/listener/impl/WorldListener.html new file mode 100644 index 0000000..3eb7de4 --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/WorldListener.html @@ -0,0 +1,323 @@ + + + + +WorldListener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class WorldListener

+
+
java.lang.Object +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.WorldListener
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, org.bukkit.event.Listener
+
+
+
public class WorldListener +extends PlexListener
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private final List<String>
    + +
     
    +
    +
    +

    Fields inherited from interface dev.plex.PlexBase

    +plugin
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    private boolean
    +
    canEnterWorld(org.bukkit.entity.Player player, + org.bukkit.World destination)
    +
    +
    Check if a Player has the ability to enter the requested world
    +
    +
    private boolean
    +
    canModifyWorld(org.bukkit.entity.Player player, + boolean showMessage)
    +
    +
    Check if a Player has the ability to modify the world they are in
    +
    +
    void
    +
    onBlockBreak(org.bukkit.event.block.BlockBreakEvent event)
    +
     
    +
    void
    +
    onBlockPlace(org.bukkit.event.block.BlockPlaceEvent event)
    +
     
    +
    void
    +
    onEntitySpawn(org.bukkit.event.entity.EntitySpawnEvent event)
    +
     
    +
    void
    +
    onInteractWorld(org.bukkit.event.entity.EntityDamageByEntityEvent event)
    +
     
    +
    void
    +
    onInteractWorld(org.bukkit.event.player.PlayerInteractEntityEvent event)
    +
     
    +
    void
    +
    onInteractWorld(org.bukkit.event.player.PlayerInteractEvent event)
    +
     
    +
    void
    +
    onInteractWorld(org.bukkit.event.player.PlayerItemDamageEvent event)
    +
     
    +
    void
    +
    onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent event)
    +
     
    +
    void
    +
    onWorldTeleport(org.bukkit.event.player.PlayerTeleportEvent event)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      EDIT_COMMANDS

      +
      private final List<String> EDIT_COMMANDS
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      WorldListener

      +
      public WorldListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onBlockPlace

      +
      public void onBlockPlace(org.bukkit.event.block.BlockPlaceEvent event)
      +
      +
    • +
    • +
      +

      onBlockBreak

      +
      public void onBlockBreak(org.bukkit.event.block.BlockBreakEvent event)
      +
      +
    • +
    • +
      +

      onInteractWorld

      +
      public void onInteractWorld(org.bukkit.event.player.PlayerInteractEvent event)
      +
      +
    • +
    • +
      +

      onInteractWorld

      +
      public void onInteractWorld(org.bukkit.event.player.PlayerInteractEntityEvent event)
      +
      +
    • +
    • +
      +

      onInteractWorld

      +
      public void onInteractWorld(org.bukkit.event.player.PlayerItemDamageEvent event)
      +
      +
    • +
    • +
      +

      onInteractWorld

      +
      public void onInteractWorld(org.bukkit.event.entity.EntityDamageByEntityEvent event)
      +
      +
    • +
    • +
      +

      onEntitySpawn

      +
      public void onEntitySpawn(org.bukkit.event.entity.EntitySpawnEvent event)
      +
      +
    • +
    • +
      +

      onPlayerCommandPreprocess

      +
      public void onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent event)
      +
      +
    • +
    • +
      +

      onWorldTeleport

      +
      public void onWorldTeleport(org.bukkit.event.player.PlayerTeleportEvent event)
      +
      +
    • +
    • +
      +

      canModifyWorld

      +
      private boolean canModifyWorld(org.bukkit.entity.Player player, + boolean showMessage)
      +
      Check if a Player has the ability to modify the world they are in
      +
      +
      Parameters:
      +
      player - The player who wants to modify the world
      +
      showMessage - Whether the message from the config.yml should be shown
      +
      Returns:
      +
      Returns true if the person has the ability to modify the world
      +
      +
      +
    • +
    • +
      +

      canEnterWorld

      +
      private boolean canEnterWorld(org.bukkit.entity.Player player, + org.bukkit.World destination)
      +
      Check if a Player has the ability to enter the requested world
      +
      +
      Parameters:
      +
      player - The player who wants to enter the world
      +
      Returns:
      +
      Returns true if the person has the ability to enter the world
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/package-summary.html b/static/javadoc/dev/plex/listener/impl/package-summary.html new file mode 100644 index 0000000..11be91e --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/package-summary.html @@ -0,0 +1,142 @@ + + + + +dev.plex.listener.impl (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.listener.impl

+
+
+
package dev.plex.listener.impl
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/impl/package-tree.html b/static/javadoc/dev/plex/listener/impl/package-tree.html new file mode 100644 index 0000000..057ebd1 --- /dev/null +++ b/static/javadoc/dev/plex/listener/impl/package-tree.html @@ -0,0 +1,94 @@ + + + + +dev.plex.listener.impl Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.listener.impl

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/package-summary.html b/static/javadoc/dev/plex/listener/package-summary.html new file mode 100644 index 0000000..b2d2528 --- /dev/null +++ b/static/javadoc/dev/plex/listener/package-summary.html @@ -0,0 +1,106 @@ + + + + +dev.plex.listener (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.listener

+
+
+
package dev.plex.listener
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/listener/package-tree.html b/static/javadoc/dev/plex/listener/package-tree.html new file mode 100644 index 0000000..828ee67 --- /dev/null +++ b/static/javadoc/dev/plex/listener/package-tree.html @@ -0,0 +1,71 @@ + + + + +dev.plex.listener Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.listener

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/menu/AbstractMenu.Rows.html b/static/javadoc/dev/plex/menu/AbstractMenu.Rows.html new file mode 100644 index 0000000..1f14966 --- /dev/null +++ b/static/javadoc/dev/plex/menu/AbstractMenu.Rows.html @@ -0,0 +1,334 @@ + + + + +AbstractMenu.Rows (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.menu
+

Enum Class AbstractMenu.Rows

+
+
java.lang.Object +
java.lang.Enum<AbstractMenu.Rows> +
dev.plex.menu.AbstractMenu.Rows
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<AbstractMenu.Rows>, Constable
+
+
+
Enclosing class:
+
AbstractMenu
+
+
+
public static enum AbstractMenu.Rows +extends Enum<AbstractMenu.Rows>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      slots

      +
      private final int slots
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Rows

      +
      private Rows(int slots)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static AbstractMenu.Rows[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static AbstractMenu.Rows valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    • +
      +

      slots

      +
      public int slots()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/menu/AbstractMenu.html b/static/javadoc/dev/plex/menu/AbstractMenu.html new file mode 100644 index 0000000..aa08a0d --- /dev/null +++ b/static/javadoc/dev/plex/menu/AbstractMenu.html @@ -0,0 +1,265 @@ + + + + +AbstractMenu (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.menu
+

Class AbstractMenu

+
+
java.lang.Object +
dev.plex.menu.AbstractMenu
+
+
+
+
Direct Known Subclasses:
+
PageableMenu.Page, ToggleMenu
+
+
+
public abstract class AbstractMenu +extends Object
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    Nested Classes
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    static enum 
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final Map<net.kyori.adventure.text.Component,AbstractMenu>
    + +
     
    +
    private final org.bukkit.inventory.Inventory
    + +
     
    +
    private final net.kyori.adventure.text.Component
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    AbstractMenu(net.kyori.adventure.text.Component name, + AbstractMenu.Rows rows)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    abstract boolean
    +
    onClick(org.bukkit.inventory.InventoryView view, + org.bukkit.inventory.Inventory inventory, + org.bukkit.entity.Player player, + org.bukkit.inventory.ItemStack clicked)
    +
     
    +
    void
    +
    open(org.bukkit.entity.Player player)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      INVENTORIES

      +
      public static final Map<net.kyori.adventure.text.Component,AbstractMenu> INVENTORIES
      +
      +
    • +
    • +
      +

      name

      +
      private final net.kyori.adventure.text.Component name
      +
      +
    • +
    • +
      +

      inventory

      +
      private final org.bukkit.inventory.Inventory inventory
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AbstractMenu

      +
      public AbstractMenu(net.kyori.adventure.text.Component name, + AbstractMenu.Rows rows)
      +
      +
    • +
    • +
      +

      AbstractMenu

      +
      public AbstractMenu(String name, + AbstractMenu.Rows rows)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onClick

      +
      public abstract boolean onClick(org.bukkit.inventory.InventoryView view, + org.bukkit.inventory.Inventory inventory, + org.bukkit.entity.Player player, + org.bukkit.inventory.ItemStack clicked)
      +
      +
    • +
    • +
      +

      open

      +
      public void open(org.bukkit.entity.Player player)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/menu/impl/MaterialMenu.html b/static/javadoc/dev/plex/menu/impl/MaterialMenu.html new file mode 100644 index 0000000..7c33359 --- /dev/null +++ b/static/javadoc/dev/plex/menu/impl/MaterialMenu.html @@ -0,0 +1,212 @@ + + + + +MaterialMenu (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MaterialMenu

+
+
java.lang.Object +
dev.plex.menu.pagination.PageableMenu<org.bukkit.Material> +
dev.plex.menu.impl.MaterialMenu
+
+
+
+
+
public class MaterialMenu +extends PageableMenu<org.bukkit.Material>
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MaterialMenu

      +
      public MaterialMenu()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toItem

      +
      protected org.bukkit.inventory.ItemStack toItem(org.bukkit.Material object)
      +
      +
      Specified by:
      +
      toItem in class PageableMenu<org.bukkit.Material>
      +
      +
      +
    • +
    • +
      +

      list

      +
      protected List<org.bukkit.Material> list()
      +
      +
      Specified by:
      +
      list in class PageableMenu<org.bukkit.Material>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/menu/impl/PunishedPlayerMenu.html b/static/javadoc/dev/plex/menu/impl/PunishedPlayerMenu.html new file mode 100644 index 0000000..d399382 --- /dev/null +++ b/static/javadoc/dev/plex/menu/impl/PunishedPlayerMenu.html @@ -0,0 +1,235 @@ + + + + +PunishedPlayerMenu (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PunishedPlayerMenu

+
+
java.lang.Object +
dev.plex.menu.pagination.PageableMenu<Punishment> +
dev.plex.menu.impl.PunishedPlayerMenu
+
+
+
+
+
public class PunishedPlayerMenu +extends PageableMenu<Punishment>
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      punishedPlayer

      +
      private final PlexPlayer punishedPlayer
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PunishedPlayerMenu

      +
      public PunishedPlayerMenu(PlexPlayer player)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/menu/impl/PunishmentMenu.html b/static/javadoc/dev/plex/menu/impl/PunishmentMenu.html new file mode 100644 index 0000000..c0d44f2 --- /dev/null +++ b/static/javadoc/dev/plex/menu/impl/PunishmentMenu.html @@ -0,0 +1,212 @@ + + + + +PunishmentMenu (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PunishmentMenu

+
+
java.lang.Object +
dev.plex.menu.pagination.PageableMenu<org.bukkit.entity.Player> +
dev.plex.menu.impl.PunishmentMenu
+
+
+
+
+
public class PunishmentMenu +extends PageableMenu<org.bukkit.entity.Player>
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PunishmentMenu

      +
      public PunishmentMenu()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toItem

      +
      protected org.bukkit.inventory.ItemStack toItem(org.bukkit.entity.Player object)
      +
      +
      Specified by:
      +
      toItem in class PageableMenu<org.bukkit.entity.Player>
      +
      +
      +
    • +
    • +
      +

      list

      +
      protected List<org.bukkit.entity.Player> list()
      +
      +
      Specified by:
      +
      list in class PageableMenu<org.bukkit.entity.Player>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/menu/impl/ToggleMenu.html b/static/javadoc/dev/plex/menu/impl/ToggleMenu.html new file mode 100644 index 0000000..d364b30 --- /dev/null +++ b/static/javadoc/dev/plex/menu/impl/ToggleMenu.html @@ -0,0 +1,282 @@ + + + + +ToggleMenu (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ToggleMenu

+
+
java.lang.Object +
dev.plex.menu.AbstractMenu +
dev.plex.menu.impl.ToggleMenu
+
+
+
+
+
public class ToggleMenu +extends AbstractMenu
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from class dev.plex.menu.AbstractMenu

    +AbstractMenu.Rows
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private final Plex
    + +
     
    +
    +
    +

    Fields inherited from class dev.plex.menu.AbstractMenu

    +INVENTORIES
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    +
    onClick(org.bukkit.inventory.InventoryView view, + org.bukkit.inventory.Inventory inventory, + org.bukkit.entity.Player player, + org.bukkit.inventory.ItemStack clicked)
    +
     
    +
    private void
    +
    resetChatItem(org.bukkit.inventory.Inventory inventory)
    +
     
    +
    private void
    +
    resetDropsItem(org.bukkit.inventory.Inventory inventory)
    +
     
    +
    private void
    +
    resetExplosionItem(org.bukkit.inventory.Inventory inventory)
    +
     
    +
    private void
    +
    resetFluidspreadItem(org.bukkit.inventory.Inventory inventory)
    +
     
    +
    private void
    +
    resetPVPItem(org.bukkit.inventory.Inventory inventory)
    +
     
    +
    private void
    +
    resetRedstoneItem(org.bukkit.inventory.Inventory inventory)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class dev.plex.menu.AbstractMenu

    +open
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      plugin

      +
      private final Plex plugin
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ToggleMenu

      +
      public ToggleMenu()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      resetExplosionItem

      +
      private void resetExplosionItem(org.bukkit.inventory.Inventory inventory)
      +
      +
    • +
    • +
      +

      resetFluidspreadItem

      +
      private void resetFluidspreadItem(org.bukkit.inventory.Inventory inventory)
      +
      +
    • +
    • +
      +

      resetDropsItem

      +
      private void resetDropsItem(org.bukkit.inventory.Inventory inventory)
      +
      +
    • +
    • +
      +

      resetRedstoneItem

      +
      private void resetRedstoneItem(org.bukkit.inventory.Inventory inventory)
      +
      +
    • +
    • +
      +

      resetPVPItem

      +
      private void resetPVPItem(org.bukkit.inventory.Inventory inventory)
      +
      +
    • +
    • +
      +

      resetChatItem

      +
      private void resetChatItem(org.bukkit.inventory.Inventory inventory)
      +
      +
    • +
    • +
      +

      onClick

      +
      public boolean onClick(org.bukkit.inventory.InventoryView view, + org.bukkit.inventory.Inventory inventory, + org.bukkit.entity.Player player, + org.bukkit.inventory.ItemStack clicked)
      +
      +
      Specified by:
      +
      onClick in class AbstractMenu
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/menu/impl/package-summary.html b/static/javadoc/dev/plex/menu/impl/package-summary.html new file mode 100644 index 0000000..d1bf731 --- /dev/null +++ b/static/javadoc/dev/plex/menu/impl/package-summary.html @@ -0,0 +1,110 @@ + + + + +dev.plex.menu.impl (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.menu.impl

+
+
+
package dev.plex.menu.impl
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/menu/impl/package-tree.html b/static/javadoc/dev/plex/menu/impl/package-tree.html new file mode 100644 index 0000000..f1a434b --- /dev/null +++ b/static/javadoc/dev/plex/menu/impl/package-tree.html @@ -0,0 +1,82 @@ + + + + +dev.plex.menu.impl Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.menu.impl

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/menu/package-summary.html b/static/javadoc/dev/plex/menu/package-summary.html new file mode 100644 index 0000000..37bcebf --- /dev/null +++ b/static/javadoc/dev/plex/menu/package-summary.html @@ -0,0 +1,110 @@ + + + + +dev.plex.menu (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.menu

+
+
+
package dev.plex.menu
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/menu/package-tree.html b/static/javadoc/dev/plex/menu/package-tree.html new file mode 100644 index 0000000..be25f87 --- /dev/null +++ b/static/javadoc/dev/plex/menu/package-tree.html @@ -0,0 +1,85 @@ + + + + +dev.plex.menu Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.menu

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/menu/pagination/PageableMenu.Page.html b/static/javadoc/dev/plex/menu/pagination/PageableMenu.Page.html new file mode 100644 index 0000000..9de7392 --- /dev/null +++ b/static/javadoc/dev/plex/menu/pagination/PageableMenu.Page.html @@ -0,0 +1,256 @@ + + + + +PageableMenu.Page (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PageableMenu.Page

+
+
java.lang.Object +
dev.plex.menu.AbstractMenu +
dev.plex.menu.pagination.PageableMenu.Page
+
+
+
+
+
Enclosing class:
+
PageableMenu<T>
+
+
+
public static class PageableMenu.Page +extends AbstractMenu
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from class dev.plex.menu.AbstractMenu

    +AbstractMenu.Rows
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private ConditionalQuadConsumer<org.bukkit.inventory.InventoryView,org.bukkit.inventory.Inventory,org.bukkit.entity.Player,org.bukkit.inventory.ItemStack>
    + +
     
    +
    private PageableMenu<?>
    + +
     
    +
    +
    +

    Fields inherited from class dev.plex.menu.AbstractMenu

    +INVENTORIES
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
    private
    +
    Page(String name, + AbstractMenu.Rows rows)
    +
     
    +
    private
    +
    Page(net.kyori.adventure.text.Component name, + AbstractMenu.Rows rows)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    +
    onClick(org.bukkit.inventory.InventoryView view, + org.bukkit.inventory.Inventory inventory, + org.bukkit.entity.Player player, + org.bukkit.inventory.ItemStack clicked)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class dev.plex.menu.AbstractMenu

    +open
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      onClick

      +
      private ConditionalQuadConsumer<org.bukkit.inventory.InventoryView,org.bukkit.inventory.Inventory,org.bukkit.entity.Player,org.bukkit.inventory.ItemStack> onClick
      +
      +
    • +
    • +
      +

      parent

      +
      private PageableMenu<?> parent
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onClick

      +
      public boolean onClick(org.bukkit.inventory.InventoryView view, + org.bukkit.inventory.Inventory inventory, + org.bukkit.entity.Player player, + org.bukkit.inventory.ItemStack clicked)
      +
      +
      Specified by:
      +
      onClick in class AbstractMenu
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/menu/pagination/PageableMenu.html b/static/javadoc/dev/plex/menu/pagination/PageableMenu.html new file mode 100644 index 0000000..55f979c --- /dev/null +++ b/static/javadoc/dev/plex/menu/pagination/PageableMenu.html @@ -0,0 +1,360 @@ + + + + +PageableMenu (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PageableMenu<T>

+
+
java.lang.Object +
dev.plex.menu.pagination.PageableMenu<T>
+
+
+
+
Direct Known Subclasses:
+
MaterialMenu, PunishedPlayerMenu, PunishmentMenu
+
+
+
public abstract class PageableMenu<T> +extends Object
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    Nested Classes
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    static class 
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final org.bukkit.inventory.ItemStack
    + +
     
    +
    private int
    + +
     
    +
    private boolean
    + +
     
    +
    private final org.bukkit.inventory.Inventory
    + +
     
    +
    private final net.kyori.adventure.text.Component
    + +
     
    +
    static final org.bukkit.inventory.ItemStack
    + +
     
    +
    private ConditionalQuadConsumer<org.bukkit.inventory.InventoryView,org.bukkit.inventory.Inventory,org.bukkit.entity.Player,org.bukkit.inventory.ItemStack>
    + +
     
    +
    protected final Map<Integer,PageableMenu.Page>
    + +
     
    +
    static final org.bukkit.inventory.ItemStack
    + +
     
    +
    private final AbstractMenu.Rows
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    PageableMenu(net.kyori.adventure.text.Component name, + AbstractMenu.Rows rows)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    protected void
    + +
     
    +
    protected abstract List<T>
    + +
     
    +
    void
    +
    onClick(ConditionalQuadConsumer<org.bukkit.inventory.InventoryView,org.bukkit.inventory.Inventory,org.bukkit.entity.Player,org.bukkit.inventory.ItemStack> onClick)
    +
     
    +
    void
    +
    open(org.bukkit.entity.Player player)
    +
     
    +
    void
    +
    open(org.bukkit.entity.Player player, + int pageNum)
    +
     
    +
    protected abstract org.bukkit.inventory.ItemStack
    +
    toItem(T object)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      NEXT

      +
      public static final org.bukkit.inventory.ItemStack NEXT
      +
      +
    • +
    • +
      +

      PREVIOUS

      +
      public static final org.bukkit.inventory.ItemStack PREVIOUS
      +
      +
    • +
    • +
      +

      CLOSE

      +
      public static final org.bukkit.inventory.ItemStack CLOSE
      +
      +
    • +
    • +
      +

      pages

      +
      protected final Map<Integer,PageableMenu.Page> pages
      +
      +
    • +
    • +
      +

      name

      +
      private final net.kyori.adventure.text.Component name
      +
      +
    • +
    • +
      +

      rows

      +
      private final AbstractMenu.Rows rows
      +
      +
    • +
    • +
      +

      inventory

      +
      private final org.bukkit.inventory.Inventory inventory
      +
      +
    • +
    • +
      +

      currentPage

      +
      private int currentPage
      +
      +
    • +
    • +
      +

      initialized

      +
      private boolean initialized
      +
      +
    • +
    • +
      +

      onClick

      +
      private ConditionalQuadConsumer<org.bukkit.inventory.InventoryView,org.bukkit.inventory.Inventory,org.bukkit.entity.Player,org.bukkit.inventory.ItemStack> onClick
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PageableMenu

      +
      public PageableMenu(net.kyori.adventure.text.Component name, + AbstractMenu.Rows rows)
      +
      +
    • +
    • +
      +

      PageableMenu

      +
      public PageableMenu(String name, + AbstractMenu.Rows rows)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      init

      +
      protected void init()
      +
      +
    • +
    • +
      +

      toItem

      +
      protected abstract org.bukkit.inventory.ItemStack toItem(T object)
      +
      +
    • +
    • +
      +

      list

      +
      protected abstract List<T> list()
      +
      +
    • +
    • +
      +

      open

      +
      public void open(org.bukkit.entity.Player player)
      +
      +
    • +
    • +
      +

      open

      +
      public void open(org.bukkit.entity.Player player, + int pageNum)
      +
      +
    • +
    • +
      +

      onClick

      +
      public void onClick(ConditionalQuadConsumer<org.bukkit.inventory.InventoryView,org.bukkit.inventory.Inventory,org.bukkit.entity.Player,org.bukkit.inventory.ItemStack> onClick)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/menu/pagination/package-summary.html b/static/javadoc/dev/plex/menu/pagination/package-summary.html new file mode 100644 index 0000000..d863182 --- /dev/null +++ b/static/javadoc/dev/plex/menu/pagination/package-summary.html @@ -0,0 +1,106 @@ + + + + +dev.plex.menu.pagination (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.menu.pagination

+
+
+
package dev.plex.menu.pagination
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/menu/pagination/package-tree.html b/static/javadoc/dev/plex/menu/pagination/package-tree.html new file mode 100644 index 0000000..9d66404 --- /dev/null +++ b/static/javadoc/dev/plex/menu/pagination/package-tree.html @@ -0,0 +1,76 @@ + + + + +dev.plex.menu.pagination Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.menu.pagination

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/meta/PlayerMeta.html b/static/javadoc/dev/plex/meta/PlayerMeta.html new file mode 100644 index 0000000..18c3019 --- /dev/null +++ b/static/javadoc/dev/plex/meta/PlayerMeta.html @@ -0,0 +1,208 @@ + + + + +PlayerMeta (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.meta
+

Class PlayerMeta

+
+
java.lang.Object +
dev.plex.meta.PlayerMeta
+
+
+
+
public class PlayerMeta +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlayerMeta

      +
      public PlayerMeta()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isVanished

      +
      public static boolean isVanished(org.bukkit.entity.Player player)
      +
      +
    • +
    • +
      +

      isVanished

      +
      public static boolean isVanished(PlexPlayer player)
      +
      +
    • +
    • +
      +

      getPrefix

      +
      public static net.kyori.adventure.text.Component getPrefix(PlexPlayer plexPlayer)
      +
      +
    • +
    • +
      +

      getLoginMessage

      +
      public static String getLoginMessage(PlexPlayer plexPlayer)
      +
      +
    • +
    • +
      +

      getColor

      +
      public static String getColor(PlexPlayer plexPlayer)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/meta/package-summary.html b/static/javadoc/dev/plex/meta/package-summary.html new file mode 100644 index 0000000..403fac2 --- /dev/null +++ b/static/javadoc/dev/plex/meta/package-summary.html @@ -0,0 +1,102 @@ + + + + +dev.plex.meta (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.meta

+
+
+
package dev.plex.meta
+
+
    +
  • + +
  • +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
     
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/static/javadoc/dev/plex/meta/package-tree.html b/static/javadoc/dev/plex/meta/package-tree.html new file mode 100644 index 0000000..e160d5c --- /dev/null +++ b/static/javadoc/dev/plex/meta/package-tree.html @@ -0,0 +1,71 @@ + + + + +dev.plex.meta Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.meta

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/module/ModuleManager.html b/static/javadoc/dev/plex/module/ModuleManager.html new file mode 100644 index 0000000..9a46982 --- /dev/null +++ b/static/javadoc/dev/plex/module/ModuleManager.html @@ -0,0 +1,246 @@ + + + + +ModuleManager (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ModuleManager

+
+
java.lang.Object +
dev.plex.module.ModuleManager
+
+
+
+
public class ModuleManager +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ModuleManager

      +
      public ModuleManager()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      loadAllModules

      +
      public void loadAllModules()
      +
      +
    • +
    • +
      +

      loadModules

      +
      public void loadModules()
      +
      +
    • +
    • +
      +

      enableModules

      +
      public void enableModules()
      +
      +
    • +
    • +
      +

      disableModules

      +
      public void disableModules()
      +
      +
    • +
    • +
      +

      unloadModules

      +
      public void unloadModules()
      +
      +
    • +
    • +
      +

      reloadModules

      +
      public void reloadModules()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/module/PlexModule.html b/static/javadoc/dev/plex/module/PlexModule.html new file mode 100644 index 0000000..f909c7a --- /dev/null +++ b/static/javadoc/dev/plex/module/PlexModule.html @@ -0,0 +1,389 @@ + + + + +PlexModule (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PlexModule

+
+
java.lang.Object +
dev.plex.module.PlexModule
+
+
+
+
public abstract class PlexModule +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      commands

      +
      private final List<PlexCommand> commands
      +
      +
    • +
    • +
      +

      listeners

      +
      private final List<PlexListener> listeners
      +
      +
    • +
    • +
      +

      plex

      +
      private Plex plex
      +
      +
    • +
    • +
      +

      plexModuleFile

      +
      private PlexModuleFile plexModuleFile
      +
      +
    • +
    • +
      +

      dataFolder

      +
      private File dataFolder
      +
      +
    • +
    • +
      +

      logger

      +
      private org.apache.logging.log4j.Logger logger
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlexModule

      +
      public PlexModule()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      load

      +
      public void load()
      +
      +
    • +
    • +
      +

      enable

      +
      public void enable()
      +
      +
    • +
    • +
      +

      disable

      +
      public void disable()
      +
      +
    • +
    • +
      +

      registerListener

      +
      public void registerListener(PlexListener listener)
      +
      Registers a PlexListener within a module
      +
      +
      Parameters:
      +
      listener - The PlexListener to be registered
      +
      +
      +
    • +
    • +
      +

      unregisterListener

      +
      public void unregisterListener(PlexListener listener)
      +
      Unregisters a PlexListener. Handled by Plex automatically
      +
      +
      Parameters:
      +
      listener - The PlexListener to be registered
      +
      +
      +
    • +
    • +
      +

      registerCommand

      +
      public void registerCommand(PlexCommand command)
      +
      Registers a PlexCommand within a module
      +
      +
      Parameters:
      +
      command - The PlexCommand to be registered
      +
      +
      +
    • +
    • +
      +

      unregisterCommand

      +
      public void unregisterCommand(PlexCommand command)
      +
      Unregisters a PlexCommand. Handled by Plex automatically
      +
      +
      Parameters:
      +
      command - The PlexCommand to be registered
      +
      +
      +
    • +
    • +
      +

      getCommand

      +
      public PlexCommand getCommand(String name)
      +
      +
    • +
    • +
      +

      addDefaultMessage

      +
      public void addDefaultMessage(String message, + Object initValue)
      +
      Adds a message to the messages.yml file
      +
      +
      Parameters:
      +
      message - The key value for the message
      +
      initValue - The message itself
      +
      +
      +
    • +
    • +
      +

      addDefaultMessage

      +
      public void addDefaultMessage(String message, + Object initValue, + String... comments)
      +
      Adds a message to the messages.yml with a comment
      +
      +
      Parameters:
      +
      message - The key value for the message
      +
      initValue - The message itself
      +
      comments - The comments to be placed above the message
      +
      +
      +
    • +
    • +
      +

      getResource

      +
      @Nullable +public @Nullable InputStream getResource(@NotNull + @NotNull String filename)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/module/PlexModuleFile.html b/static/javadoc/dev/plex/module/PlexModuleFile.html new file mode 100644 index 0000000..3e39763 --- /dev/null +++ b/static/javadoc/dev/plex/module/PlexModuleFile.html @@ -0,0 +1,210 @@ + + + + +PlexModuleFile (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PlexModuleFile

+
+
java.lang.Object +
dev.plex.module.PlexModuleFile
+
+
+
+
public class PlexModuleFile +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      name

      +
      private final String name
      +
      +
    • +
    • +
      +

      main

      +
      private final String main
      +
      +
    • +
    • +
      +

      description

      +
      private final String description
      +
      +
    • +
    • +
      +

      version

      +
      private final String version
      +
      +
    • +
    • +
      +

      libraries

      +
      private List<String> libraries
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlexModuleFile

      +
      public PlexModuleFile()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/module/exception/ModuleLoadException.html b/static/javadoc/dev/plex/module/exception/ModuleLoadException.html new file mode 100644 index 0000000..a3c21e7 --- /dev/null +++ b/static/javadoc/dev/plex/module/exception/ModuleLoadException.html @@ -0,0 +1,166 @@ + + + + +ModuleLoadException (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ModuleLoadException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
dev.plex.module.exception.ModuleLoadException
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class ModuleLoadException +extends RuntimeException
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ModuleLoadException

      +
      public ModuleLoadException(String s)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/module/exception/package-summary.html b/static/javadoc/dev/plex/module/exception/package-summary.html new file mode 100644 index 0000000..b152fb2 --- /dev/null +++ b/static/javadoc/dev/plex/module/exception/package-summary.html @@ -0,0 +1,102 @@ + + + + +dev.plex.module.exception (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.module.exception

+
+
+
package dev.plex.module.exception
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/module/exception/package-tree.html b/static/javadoc/dev/plex/module/exception/package-tree.html new file mode 100644 index 0000000..0176d21 --- /dev/null +++ b/static/javadoc/dev/plex/module/exception/package-tree.html @@ -0,0 +1,83 @@ + + + + +dev.plex.module.exception Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.module.exception

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/module/package-summary.html b/static/javadoc/dev/plex/module/package-summary.html new file mode 100644 index 0000000..8cc12ad --- /dev/null +++ b/static/javadoc/dev/plex/module/package-summary.html @@ -0,0 +1,108 @@ + + + + +dev.plex.module (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.module

+
+
+
package dev.plex.module
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/module/package-tree.html b/static/javadoc/dev/plex/module/package-tree.html new file mode 100644 index 0000000..b8fc48c --- /dev/null +++ b/static/javadoc/dev/plex/module/package-tree.html @@ -0,0 +1,73 @@ + + + + +dev.plex.module Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.module

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/package-summary.html b/static/javadoc/dev/plex/package-summary.html new file mode 100644 index 0000000..2cd8580 --- /dev/null +++ b/static/javadoc/dev/plex/package-summary.html @@ -0,0 +1,140 @@ + + + + +dev.plex (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex

+
+
+
package dev.plex
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/package-tree.html b/static/javadoc/dev/plex/package-tree.html new file mode 100644 index 0000000..0b77411 --- /dev/null +++ b/static/javadoc/dev/plex/package-tree.html @@ -0,0 +1,100 @@ + + + + +dev.plex Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex

+
+Package Hierarchies: + +
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • dev.plex.PlexLibraryManager (implements io.papermc.paper.plugin.loader.PluginLoader)
    • +
    • org.bukkit.plugin.PluginBase (implements org.bukkit.plugin.Plugin) +
        +
      • org.bukkit.plugin.java.JavaPlugin + +
      • +
      +
    • +
    +
  • +
+
+
+

Interface Hierarchy

+ +
+
+

Record Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/player/PlexPlayer.html b/static/javadoc/dev/plex/player/PlexPlayer.html new file mode 100644 index 0000000..90ba706 --- /dev/null +++ b/static/javadoc/dev/plex/player/PlexPlayer.html @@ -0,0 +1,383 @@ + + + + +PlexPlayer (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PlexPlayer

+
+
java.lang.Object +
dev.plex.player.PlexPlayer
+
+
+
+
public class PlexPlayer +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      uuid

      +
      @NotNull +private @NotNull UUID uuid
      +
      +
    • +
    • +
      +

      name

      +
      @NotNull +private @NotNull String name
      +
      +
    • +
    • +
      +

      loginMessage

      +
      private String loginMessage
      +
      +
    • +
    • +
      +

      prefix

      +
      private String prefix
      +
      +
    • +
    • +
      +

      staffChat

      +
      private boolean staffChat
      +
      +
    • +
    • +
      +

      vanished

      +
      private boolean vanished
      +
      +
    • +
    • +
      +

      commandSpy

      +
      private boolean commandSpy
      +
      +
    • +
    • +
      +

      frozen

      +
      private transient boolean frozen
      +
      +
    • +
    • +
      +

      muted

      +
      private transient boolean muted
      +
      +
    • +
    • +
      +

      lockedUp

      +
      private transient boolean lockedUp
      +
      +
    • +
    • +
      +

      coins

      +
      private long coins
      +
      +
    • +
    • +
      +

      ips

      +
      private List<String> ips
      +
      +
    • +
    • +
      +

      punishments

      +
      private List<Punishment> punishments
      +
      +
    • +
    • +
      +

      notes

      +
      private List<Note> notes
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlexPlayer

      +
      public PlexPlayer()
      +
      +
    • +
    • +
      +

      PlexPlayer

      +
      public PlexPlayer(UUID playerUUID, + boolean loadPunishments)
      +
      +
    • +
    • +
      +

      PlexPlayer

      +
      public PlexPlayer(UUID playerUUID)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      displayName

      +
      public String displayName()
      +
      +
    • +
    • +
      +

      checkMutesAndFreeze

      +
      public void checkMutesAndFreeze()
      +
      +
    • +
    • +
      +

      loadPunishments

      +
      public void loadPunishments()
      +
      +
    • +
    • +
      +

      loadNotes

      +
      public void loadNotes()
      +
      +
    • +
    • +
      +

      toJSON

      +
      public String toJSON()
      +
      +
    • +
    • +
      +

      getPlayer

      +
      public org.bukkit.entity.Player getPlayer()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/player/package-summary.html b/static/javadoc/dev/plex/player/package-summary.html new file mode 100644 index 0000000..dcfe2f2 --- /dev/null +++ b/static/javadoc/dev/plex/player/package-summary.html @@ -0,0 +1,102 @@ + + + + +dev.plex.player (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.player

+
+
+
package dev.plex.player
+
+
    +
  • + +
  • +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
     
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/static/javadoc/dev/plex/player/package-tree.html b/static/javadoc/dev/plex/player/package-tree.html new file mode 100644 index 0000000..424db05 --- /dev/null +++ b/static/javadoc/dev/plex/player/package-tree.html @@ -0,0 +1,71 @@ + + + + +dev.plex.player Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.player

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/punishment/Punishment.html b/static/javadoc/dev/plex/punishment/Punishment.html new file mode 100644 index 0000000..f34e05b --- /dev/null +++ b/static/javadoc/dev/plex/punishment/Punishment.html @@ -0,0 +1,349 @@ + + + + +Punishment (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Punishment

+
+
java.lang.Object +
dev.plex.punishment.Punishment
+
+
+
+
public class Punishment +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      gson

      +
      private static final com.google.gson.Gson gson
      +
      +
    • +
    • +
      +

      banUrl

      +
      private static final String banUrl
      +
      +
    • +
    • +
      +

      punished

      +
      @NotNull +private final @NotNull UUID punished
      +
      +
    • +
    • +
      +

      punisher

      +
      private final UUID punisher
      +
      +
    • +
    • +
      +

      ip

      +
      private String ip
      +
      +
    • +
    • +
      +

      punishedUsername

      +
      private String punishedUsername
      +
      +
    • +
    • +
      +

      type

      +
      private PunishmentType type
      +
      +
    • +
    • +
      +

      reason

      +
      private String reason
      +
      +
    • +
    • +
      +

      customTime

      +
      private boolean customTime
      +
      +
    • +
    • +
      +

      active

      +
      private boolean active
      +
      +
    • +
    • +
      +

      endDate

      +
      private ZonedDateTime endDate
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Punishment

      +
      public Punishment()
      +
      +
    • +
    • +
      +

      Punishment

      +
      public Punishment(UUID punished, + UUID punisher)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      generateBanMessage

      +
      public static net.kyori.adventure.text.Component generateBanMessage(Punishment punishment)
      +
      +
    • +
    • +
      +

      generateKickMessage

      +
      public static net.kyori.adventure.text.Component generateKickMessage(Punishment punishment)
      +
      +
    • +
    • +
      +

      generateIndefBanMessageWithReason

      +
      public static net.kyori.adventure.text.Component generateIndefBanMessageWithReason(String type, + String reason)
      +
      +
    • +
    • +
      +

      generateIndefBanMessage

      +
      public static net.kyori.adventure.text.Component generateIndefBanMessage(String type)
      +
      +
    • +
    • +
      +

      fromJson

      +
      public static Punishment fromJson(String json)
      +
      +
    • +
    • +
      +

      toJSON

      +
      public String toJSON()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/punishment/PunishmentManager.IndefiniteBan.html b/static/javadoc/dev/plex/punishment/PunishmentManager.IndefiniteBan.html new file mode 100644 index 0000000..2f4ab7d --- /dev/null +++ b/static/javadoc/dev/plex/punishment/PunishmentManager.IndefiniteBan.html @@ -0,0 +1,205 @@ + + + + +PunishmentManager.IndefiniteBan (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PunishmentManager.IndefiniteBan

+
+
java.lang.Object +
dev.plex.punishment.PunishmentManager.IndefiniteBan
+
+
+
+
Enclosing class:
+
PunishmentManager
+
+
+
public static class PunishmentManager.IndefiniteBan +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      usernames

      +
      private final List<String> usernames
      +
      +
    • +
    • +
      +

      uuids

      +
      private final List<UUID> uuids
      +
      +
    • +
    • +
      +

      ips

      +
      private final List<String> ips
      +
      +
    • +
    • +
      +

      reason

      +
      private final String reason
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      IndefiniteBan

      +
      public IndefiniteBan()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/punishment/PunishmentManager.html b/static/javadoc/dev/plex/punishment/PunishmentManager.html new file mode 100644 index 0000000..d31cc71 --- /dev/null +++ b/static/javadoc/dev/plex/punishment/PunishmentManager.html @@ -0,0 +1,366 @@ + + + + +PunishmentManager (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PunishmentManager

+
+
java.lang.Object +
dev.plex.punishment.PunishmentManager
+
+
+
+
All Implemented Interfaces:
+
PlexBase
+
+
+
public class PunishmentManager +extends Object +implements PlexBase
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/punishment/PunishmentType.html b/static/javadoc/dev/plex/punishment/PunishmentType.html new file mode 100644 index 0000000..4fdb21d --- /dev/null +++ b/static/javadoc/dev/plex/punishment/PunishmentType.html @@ -0,0 +1,292 @@ + + + + +PunishmentType (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class PunishmentType

+
+
java.lang.Object +
java.lang.Enum<PunishmentType> +
dev.plex.punishment.PunishmentType
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<PunishmentType>, Constable
+
+
+
public enum PunishmentType +extends Enum<PunishmentType>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PunishmentType

      +
      private PunishmentType()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static PunishmentType[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static PunishmentType valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/punishment/extra/Note.html b/static/javadoc/dev/plex/punishment/extra/Note.html new file mode 100644 index 0000000..234c731 --- /dev/null +++ b/static/javadoc/dev/plex/punishment/extra/Note.html @@ -0,0 +1,237 @@ + + + + +Note (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Note

+
+
java.lang.Object +
dev.plex.punishment.extra.Note
+
+
+
+
public class Note +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      uuid

      +
      private final UUID uuid
      +
      +
    • +
    • +
      +

      note

      +
      private final String note
      +
      +
    • +
    • +
      +

      writtenBy

      +
      private final UUID writtenBy
      +
      +
    • +
    • +
      +

      timestamp

      +
      private final ZonedDateTime timestamp
      +
      +
    • +
    • +
      +

      id

      +
      private int id
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Note

      +
      public Note()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toJSON

      +
      public String toJSON()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/punishment/extra/package-summary.html b/static/javadoc/dev/plex/punishment/extra/package-summary.html new file mode 100644 index 0000000..7274834 --- /dev/null +++ b/static/javadoc/dev/plex/punishment/extra/package-summary.html @@ -0,0 +1,102 @@ + + + + +dev.plex.punishment.extra (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.punishment.extra

+
+
+
package dev.plex.punishment.extra
+
+
    +
  • + +
  • +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
     
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/static/javadoc/dev/plex/punishment/extra/package-tree.html b/static/javadoc/dev/plex/punishment/extra/package-tree.html new file mode 100644 index 0000000..c38d962 --- /dev/null +++ b/static/javadoc/dev/plex/punishment/extra/package-tree.html @@ -0,0 +1,71 @@ + + + + +dev.plex.punishment.extra Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.punishment.extra

+
+Package Hierarchies: + +
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • dev.plex.punishment.extra.Note
    • +
    +
  • +
+
+
+
+
+ + diff --git a/static/javadoc/dev/plex/punishment/package-summary.html b/static/javadoc/dev/plex/punishment/package-summary.html new file mode 100644 index 0000000..56242f5 --- /dev/null +++ b/static/javadoc/dev/plex/punishment/package-summary.html @@ -0,0 +1,112 @@ + + + + +dev.plex.punishment (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.punishment

+
+
+
package dev.plex.punishment
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/punishment/package-tree.html b/static/javadoc/dev/plex/punishment/package-tree.html new file mode 100644 index 0000000..be542bd --- /dev/null +++ b/static/javadoc/dev/plex/punishment/package-tree.html @@ -0,0 +1,87 @@ + + + + +dev.plex.punishment Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.punishment

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/services/AbstractService.html b/static/javadoc/dev/plex/services/AbstractService.html new file mode 100644 index 0000000..fb26c10 --- /dev/null +++ b/static/javadoc/dev/plex/services/AbstractService.html @@ -0,0 +1,236 @@ + + + + +AbstractService (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AbstractService

+
+
java.lang.Object +
dev.plex.services.AbstractService
+
+
+
+
All Implemented Interfaces:
+
PlexBase, IService
+
+
+
Direct Known Subclasses:
+
AutoWipeService, BanService, CommandBlockerService, GameRuleService, TimingService, UpdateCheckerService
+
+
+
public abstract class AbstractService +extends Object +implements IService, PlexBase
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      asynchronous

      +
      private final boolean asynchronous
      +
      +
    • +
    • +
      +

      repeating

      +
      private final boolean repeating
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AbstractService

      +
      public AbstractService(boolean repeating, + boolean async)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onStart

      +
      public void onStart()
      +
      +
    • +
    • +
      +

      onEnd

      +
      public void onEnd()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/services/IService.html b/static/javadoc/dev/plex/services/IService.html new file mode 100644 index 0000000..3750764 --- /dev/null +++ b/static/javadoc/dev/plex/services/IService.html @@ -0,0 +1,151 @@ + + + + +IService (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface IService

+
+
+
+
All Known Implementing Classes:
+
AbstractService, AutoWipeService, BanService, CommandBlockerService, GameRuleService, TimingService, UpdateCheckerService
+
+
+
public interface IService
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    int
    + +
     
    +
    void
    +
    run(io.papermc.paper.threadedregions.scheduler.ScheduledTask scheduledTask)
    +
     
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      run

      +
      void run(io.papermc.paper.threadedregions.scheduler.ScheduledTask scheduledTask)
      +
      +
    • +
    • +
      +

      repeatInSeconds

      +
      int repeatInSeconds()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/services/ServiceManager.html b/static/javadoc/dev/plex/services/ServiceManager.html new file mode 100644 index 0000000..85c6065 --- /dev/null +++ b/static/javadoc/dev/plex/services/ServiceManager.html @@ -0,0 +1,266 @@ + + + + +ServiceManager (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ServiceManager

+
+
java.lang.Object +
dev.plex.services.ServiceManager
+
+
+
+
public class ServiceManager +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ServiceManager

      +
      public ServiceManager()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      startServices

      +
      public void startServices()
      +
      +
    • +
    • +
      +

      endServices

      +
      public void endServices()
      +
      +
    • +
    • +
      +

      getService

      +
      public AbstractService getService(Class<? extends AbstractService> clazz)
      +
      +
    • +
    • +
      +

      startService

      +
      public void startService(AbstractService service)
      +
      +
    • +
    • +
      +

      endService

      +
      public void endService(AbstractService service, + boolean remove)
      +
      +
    • +
    • +
      +

      endService

      +
      public void endService(AbstractService service)
      +
      +
    • +
    • +
      +

      registerService

      +
      private void registerService(AbstractService service)
      +
      +
    • +
    • +
      +

      serviceCount

      +
      public int serviceCount()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/services/impl/AutoWipeService.html b/static/javadoc/dev/plex/services/impl/AutoWipeService.html new file mode 100644 index 0000000..8f02502 --- /dev/null +++ b/static/javadoc/dev/plex/services/impl/AutoWipeService.html @@ -0,0 +1,208 @@ + + + + +AutoWipeService (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AutoWipeService

+
+
java.lang.Object +
dev.plex.services.AbstractService +
dev.plex.services.impl.AutoWipeService
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, IService
+
+
+
public class AutoWipeService +extends AbstractService
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AutoWipeService

      +
      public AutoWipeService()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      run

      +
      public void run(io.papermc.paper.threadedregions.scheduler.ScheduledTask task)
      +
      +
    • +
    • +
      +

      entityRun

      +
      private void entityRun(io.papermc.paper.threadedregions.scheduler.ScheduledTask task)
      +
      +
    • +
    • +
      +

      repeatInSeconds

      +
      public int repeatInSeconds()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/services/impl/BanService.html b/static/javadoc/dev/plex/services/impl/BanService.html new file mode 100644 index 0000000..1fd12e5 --- /dev/null +++ b/static/javadoc/dev/plex/services/impl/BanService.html @@ -0,0 +1,199 @@ + + + + +BanService (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BanService

+
+
java.lang.Object +
dev.plex.services.AbstractService +
dev.plex.services.impl.BanService
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, IService
+
+
+
public class BanService +extends AbstractService
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BanService

      +
      public BanService()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      run

      +
      public void run(io.papermc.paper.threadedregions.scheduler.ScheduledTask task)
      +
      +
    • +
    • +
      +

      repeatInSeconds

      +
      public int repeatInSeconds()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/services/impl/CommandBlockerService.html b/static/javadoc/dev/plex/services/impl/CommandBlockerService.html new file mode 100644 index 0000000..12baf99 --- /dev/null +++ b/static/javadoc/dev/plex/services/impl/CommandBlockerService.html @@ -0,0 +1,222 @@ + + + + +CommandBlockerService (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CommandBlockerService

+
+
java.lang.Object +
dev.plex.services.AbstractService +
dev.plex.services.impl.CommandBlockerService
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, IService
+
+
+
public class CommandBlockerService +extends AbstractService
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      BLOCKED_COMMANDS

      +
      private static final List<BlockedCommand> BLOCKED_COMMANDS
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CommandBlockerService

      +
      public CommandBlockerService()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      run

      +
      public void run(io.papermc.paper.threadedregions.scheduler.ScheduledTask task)
      +
      +
    • +
    • +
      +

      repeatInSeconds

      +
      public int repeatInSeconds()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/services/impl/GameRuleService.html b/static/javadoc/dev/plex/services/impl/GameRuleService.html new file mode 100644 index 0000000..fe004c6 --- /dev/null +++ b/static/javadoc/dev/plex/services/impl/GameRuleService.html @@ -0,0 +1,199 @@ + + + + +GameRuleService (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class GameRuleService

+
+
java.lang.Object +
dev.plex.services.AbstractService +
dev.plex.services.impl.GameRuleService
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, IService
+
+
+
public class GameRuleService +extends AbstractService
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GameRuleService

      +
      public GameRuleService()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      run

      +
      public void run(io.papermc.paper.threadedregions.scheduler.ScheduledTask task)
      +
      +
    • +
    • +
      +

      repeatInSeconds

      +
      public int repeatInSeconds()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/services/impl/TimingService.html b/static/javadoc/dev/plex/services/impl/TimingService.html new file mode 100644 index 0000000..64ffdd6 --- /dev/null +++ b/static/javadoc/dev/plex/services/impl/TimingService.html @@ -0,0 +1,249 @@ + + + + +TimingService (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TimingService

+
+
java.lang.Object +
dev.plex.services.AbstractService +
dev.plex.services.impl.TimingService
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, IService
+
+
+
public class TimingService +extends AbstractService
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      spamCooldown

      +
      public static final Map<UUID,Long> spamCooldown
      +
      +
    • +
    • +
      +

      nukerCooldown

      +
      public static final Map<UUID,Long> nukerCooldown
      +
      +
    • +
    • +
      +

      strikes

      +
      public static final Map<UUID,Long> strikes
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      TimingService

      +
      public TimingService()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      run

      +
      public void run(io.papermc.paper.threadedregions.scheduler.ScheduledTask task)
      +
      +
    • +
    • +
      +

      issueBan

      +
      private void issueBan(Map.Entry<UUID,Long> map)
      +
      +
    • +
    • +
      +

      repeatInSeconds

      +
      public int repeatInSeconds()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/services/impl/UpdateCheckerService.html b/static/javadoc/dev/plex/services/impl/UpdateCheckerService.html new file mode 100644 index 0000000..e1c5010 --- /dev/null +++ b/static/javadoc/dev/plex/services/impl/UpdateCheckerService.html @@ -0,0 +1,222 @@ + + + + +UpdateCheckerService (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class UpdateCheckerService

+
+
java.lang.Object +
dev.plex.services.AbstractService +
dev.plex.services.impl.UpdateCheckerService
+
+
+
+
+
All Implemented Interfaces:
+
PlexBase, IService
+
+
+
public class UpdateCheckerService +extends AbstractService
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      newVersion

      +
      private boolean newVersion
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      UpdateCheckerService

      +
      public UpdateCheckerService()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      run

      +
      public void run(io.papermc.paper.threadedregions.scheduler.ScheduledTask task)
      +
      +
    • +
    • +
      +

      repeatInSeconds

      +
      public int repeatInSeconds()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/services/impl/package-summary.html b/static/javadoc/dev/plex/services/impl/package-summary.html new file mode 100644 index 0000000..dbb55af --- /dev/null +++ b/static/javadoc/dev/plex/services/impl/package-summary.html @@ -0,0 +1,112 @@ + + + + +dev.plex.services.impl (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.services.impl

+
+
+
package dev.plex.services.impl
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/services/impl/package-tree.html b/static/javadoc/dev/plex/services/impl/package-tree.html new file mode 100644 index 0000000..aa0559f --- /dev/null +++ b/static/javadoc/dev/plex/services/impl/package-tree.html @@ -0,0 +1,80 @@ + + + + +dev.plex.services.impl Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.services.impl

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/services/package-summary.html b/static/javadoc/dev/plex/services/package-summary.html new file mode 100644 index 0000000..38d4122 --- /dev/null +++ b/static/javadoc/dev/plex/services/package-summary.html @@ -0,0 +1,110 @@ + + + + +dev.plex.services (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.services

+
+
+
package dev.plex.services
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/services/package-tree.html b/static/javadoc/dev/plex/services/package-tree.html new file mode 100644 index 0000000..06b9cee --- /dev/null +++ b/static/javadoc/dev/plex/services/package-tree.html @@ -0,0 +1,78 @@ + + + + +dev.plex.services Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.services

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/RedisConnection.html b/static/javadoc/dev/plex/storage/RedisConnection.html new file mode 100644 index 0000000..b5d74d3 --- /dev/null +++ b/static/javadoc/dev/plex/storage/RedisConnection.html @@ -0,0 +1,227 @@ + + + + +RedisConnection (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class RedisConnection

+
+
java.lang.Object +
dev.plex.storage.RedisConnection
+
+
+
+
All Implemented Interfaces:
+
PlexBase
+
+
+
public class RedisConnection +extends Object +implements PlexBase
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      jedis

      +
      private redis.clients.jedis.Jedis jedis
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      RedisConnection

      +
      public RedisConnection()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getJedis

      +
      public redis.clients.jedis.Jedis getJedis()
      +
      +
    • +
    • +
      +

      runAsync

      +
      public void runAsync(Consumer<redis.clients.jedis.Jedis> jedisConsumer)
      +
      +
    • +
    • +
      +

      isEnabled

      +
      public final boolean isEnabled()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/SQLConnection.html b/static/javadoc/dev/plex/storage/SQLConnection.html new file mode 100644 index 0000000..3dca2c0 --- /dev/null +++ b/static/javadoc/dev/plex/storage/SQLConnection.html @@ -0,0 +1,223 @@ + + + + +SQLConnection (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SQLConnection

+
+
java.lang.Object +
dev.plex.storage.SQLConnection
+
+
+
+
All Implemented Interfaces:
+
PlexBase
+
+
+
public class SQLConnection +extends Object +implements PlexBase
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      dataSource

      +
      private com.zaxxer.hikari.HikariDataSource dataSource
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SQLConnection

      +
      public SQLConnection()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/StorageType.html b/static/javadoc/dev/plex/storage/StorageType.html new file mode 100644 index 0000000..562ebb9 --- /dev/null +++ b/static/javadoc/dev/plex/storage/StorageType.html @@ -0,0 +1,260 @@ + + + + +StorageType (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class StorageType

+
+
java.lang.Object +
java.lang.Enum<StorageType> +
dev.plex.storage.StorageType
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<StorageType>, Constable
+
+
+
public enum StorageType +extends Enum<StorageType>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      MARIADB

      +
      public static final StorageType MARIADB
      +
      +
    • +
    • +
      +

      SQLITE

      +
      public static final StorageType SQLITE
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      StorageType

      +
      private StorageType()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static StorageType[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static StorageType valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/annotation/MapObjectList.html b/static/javadoc/dev/plex/storage/annotation/MapObjectList.html new file mode 100644 index 0000000..ac2905b --- /dev/null +++ b/static/javadoc/dev/plex/storage/annotation/MapObjectList.html @@ -0,0 +1,100 @@ + + + + +MapObjectList (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface MapObjectList

+
+
+
+
@Retention(RUNTIME) +@Target(FIELD) +public @interface MapObjectList
+
+
Since:
+
1:42 AM [25-08-2023]
+
+
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/annotation/NoLimit.html b/static/javadoc/dev/plex/storage/annotation/NoLimit.html new file mode 100644 index 0000000..ba98da8 --- /dev/null +++ b/static/javadoc/dev/plex/storage/annotation/NoLimit.html @@ -0,0 +1,100 @@ + + + + +NoLimit (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface NoLimit

+
+
+
+
@Retention(RUNTIME) +@Target(FIELD) +public @interface NoLimit
+
+
Since:
+
1:42 AM [25-08-2023]
+
+
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/annotation/PrimaryKey.html b/static/javadoc/dev/plex/storage/annotation/PrimaryKey.html new file mode 100644 index 0000000..42b19d9 --- /dev/null +++ b/static/javadoc/dev/plex/storage/annotation/PrimaryKey.html @@ -0,0 +1,140 @@ + + + + +PrimaryKey (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface PrimaryKey

+
+
+
+
@Retention(RUNTIME) +@Target(FIELD) +public @interface PrimaryKey
+
+
Since:
+
1:42 AM [25-08-2023]
+
+
+
+
    + +
  • +
    +

    Optional Element Summary

    +
    Optional Elements
    +
    +
    Modifier and Type
    +
    Optional Element
    +
    Description
    +
    boolean
    + +
     
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Element Details

    +
      +
    • +
      +

      dontSet

      +
      boolean dontSet
      +
      +
      Default:
      +
      false
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/annotation/SQLTable.html b/static/javadoc/dev/plex/storage/annotation/SQLTable.html new file mode 100644 index 0000000..1d5fad7 --- /dev/null +++ b/static/javadoc/dev/plex/storage/annotation/SQLTable.html @@ -0,0 +1,136 @@ + + + + +SQLTable (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface SQLTable

+
+
+
+
@Retention(RUNTIME) +@Target(TYPE) +public @interface SQLTable
+
+
Since:
+
4:27 AM [25-08-2023]
+
+
+
+
    + +
  • +
    +

    Required Element Summary

    +
    Required Elements
    +
    +
    Modifier and Type
    +
    Required Element
    +
    Description
    + + +
     
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Element Details

    +
      +
    • +
      +

      value

      +
      String value
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/annotation/VarcharLimit.html b/static/javadoc/dev/plex/storage/annotation/VarcharLimit.html new file mode 100644 index 0000000..788a5a4 --- /dev/null +++ b/static/javadoc/dev/plex/storage/annotation/VarcharLimit.html @@ -0,0 +1,136 @@ + + + + +VarcharLimit (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface VarcharLimit

+
+
+
+
@Retention(RUNTIME) +@Target(FIELD) +public @interface VarcharLimit
+
+
Since:
+
1:42 AM [25-08-2023]
+
+
+
+
    + +
  • +
    +

    Required Element Summary

    +
    Required Elements
    +
    +
    Modifier and Type
    +
    Required Element
    +
    Description
    +
    int
    + +
     
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Element Details

    +
      +
    • +
      +

      value

      +
      int value
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/annotation/package-summary.html b/static/javadoc/dev/plex/storage/annotation/package-summary.html new file mode 100644 index 0000000..a328d42 --- /dev/null +++ b/static/javadoc/dev/plex/storage/annotation/package-summary.html @@ -0,0 +1,114 @@ + + + + +dev.plex.storage.annotation (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.storage.annotation

+
+
+
package dev.plex.storage.annotation
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/annotation/package-tree.html b/static/javadoc/dev/plex/storage/annotation/package-tree.html new file mode 100644 index 0000000..9de635d --- /dev/null +++ b/static/javadoc/dev/plex/storage/annotation/package-tree.html @@ -0,0 +1,71 @@ + + + + +dev.plex.storage.annotation Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.storage.annotation

+
+Package Hierarchies: + +
+

Annotation Interface Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/package-summary.html b/static/javadoc/dev/plex/storage/package-summary.html new file mode 100644 index 0000000..35c015e --- /dev/null +++ b/static/javadoc/dev/plex/storage/package-summary.html @@ -0,0 +1,114 @@ + + + + +dev.plex.storage (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.storage

+
+
+
package dev.plex.storage
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/package-tree.html b/static/javadoc/dev/plex/storage/package-tree.html new file mode 100644 index 0000000..95d8ced --- /dev/null +++ b/static/javadoc/dev/plex/storage/package-tree.html @@ -0,0 +1,86 @@ + + + + +dev.plex.storage Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.storage

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/player/SQLPlayerData.html b/static/javadoc/dev/plex/storage/player/SQLPlayerData.html new file mode 100644 index 0000000..0c4b3b5 --- /dev/null +++ b/static/javadoc/dev/plex/storage/player/SQLPlayerData.html @@ -0,0 +1,409 @@ + + + + +SQLPlayerData (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SQLPlayerData

+
+
java.lang.Object +
dev.plex.storage.player.SQLPlayerData
+
+
+
+
public class SQLPlayerData +extends Object
+
SQL fetching utilities for players
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SQLPlayerData

      +
      public SQLPlayerData()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      exists

      +
      public boolean exists(UUID uuid)
      +
      Checks if a player exists in the SQL database
      +
      +
      Parameters:
      +
      uuid - The unique ID of the player
      +
      Returns:
      +
      true if the player was found in the database
      +
      +
      +
    • +
    • +
      +

      exists

      +
      public boolean exists(String username)
      +
      +
    • +
    • +
      +

      getByUUID

      +
      public PlexPlayer getByUUID(UUID uuid, + boolean loadExtraData)
      +
      Gets the player from cache or from the SQL database
      +
      +
      Parameters:
      +
      uuid - The unique ID of the player
      +
      Returns:
      +
      a PlexPlayer object
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      getNameByUUID

      +
      public String getNameByUUID(UUID uuid)
      +
      Gets the player from cache or from the SQL database
      +
      +
      Parameters:
      +
      uuid - The unique ID of the player
      +
      Returns:
      +
      a PlexPlayer object
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      getByUUID

      +
      public PlexPlayer getByUUID(UUID uuid)
      +
      +
    • +
    • +
      +

      getByName

      +
      public PlexPlayer getByName(String username, + boolean loadExtraData)
      +
      +
    • +
    • +
      +

      getByName

      +
      public PlexPlayer getByName(String username)
      +
      +
    • +
    • +
      +

      getByIP

      +
      public PlexPlayer getByIP(String ip)
      +
      Gets the player from cache or from the SQL database
      +
      +
      Parameters:
      +
      ip - The IP address of the player.
      +
      Returns:
      +
      a PlexPlayer object
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      update

      +
      public void update(PlexPlayer player)
      +
      Updates a player's information in the SQL database
      +
      +
      Parameters:
      +
      player - The PlexPlayer object
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      insert

      +
      public void insert(PlexPlayer player)
      +
      Inserts the player's information in the database
      +
      +
      Parameters:
      +
      player - The PlexPlayer object
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/player/package-summary.html b/static/javadoc/dev/plex/storage/player/package-summary.html new file mode 100644 index 0000000..97d7664 --- /dev/null +++ b/static/javadoc/dev/plex/storage/player/package-summary.html @@ -0,0 +1,108 @@ + + + + +dev.plex.storage.player (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.storage.player

+
+
+
package dev.plex.storage.player
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/player/package-tree.html b/static/javadoc/dev/plex/storage/player/package-tree.html new file mode 100644 index 0000000..4c79dbd --- /dev/null +++ b/static/javadoc/dev/plex/storage/player/package-tree.html @@ -0,0 +1,71 @@ + + + + +dev.plex.storage.player Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.storage.player

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/punishment/SQLNotes.html b/static/javadoc/dev/plex/storage/punishment/SQLNotes.html new file mode 100644 index 0000000..03c0733 --- /dev/null +++ b/static/javadoc/dev/plex/storage/punishment/SQLNotes.html @@ -0,0 +1,263 @@ + + + + +SQLNotes (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SQLNotes

+
+
java.lang.Object +
dev.plex.storage.punishment.SQLNotes
+
+
+
+
public class SQLNotes +extends Object
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/punishment/SQLPunishment.html b/static/javadoc/dev/plex/storage/punishment/SQLPunishment.html new file mode 100644 index 0000000..c9d1dff --- /dev/null +++ b/static/javadoc/dev/plex/storage/punishment/SQLPunishment.html @@ -0,0 +1,335 @@ + + + + +SQLPunishment (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SQLPunishment

+
+
java.lang.Object +
dev.plex.storage.punishment.SQLPunishment
+
+
+
+
public class SQLPunishment +extends Object
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/punishment/package-summary.html b/static/javadoc/dev/plex/storage/punishment/package-summary.html new file mode 100644 index 0000000..cf26fd9 --- /dev/null +++ b/static/javadoc/dev/plex/storage/punishment/package-summary.html @@ -0,0 +1,108 @@ + + + + +dev.plex.storage.punishment (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.storage.punishment

+
+
+
package dev.plex.storage.punishment
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/storage/punishment/package-tree.html b/static/javadoc/dev/plex/storage/punishment/package-tree.html new file mode 100644 index 0000000..b509e8f --- /dev/null +++ b/static/javadoc/dev/plex/storage/punishment/package-tree.html @@ -0,0 +1,72 @@ + + + + +dev.plex.storage.punishment Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.storage.punishment

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/util/BlockUtils.html b/static/javadoc/dev/plex/util/BlockUtils.html new file mode 100644 index 0000000..2235721 --- /dev/null +++ b/static/javadoc/dev/plex/util/BlockUtils.html @@ -0,0 +1,174 @@ + + + + +BlockUtils (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.util
+

Class BlockUtils

+
+
java.lang.Object +
dev.plex.util.BlockUtils
+
+
+
+
public class BlockUtils +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BlockUtils

      +
      public BlockUtils()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      relative

      +
      public static org.bukkit.Location relative(org.bukkit.Location origin, + org.bukkit.block.BlockFace face)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/BuildInfo.html b/static/javadoc/dev/plex/util/BuildInfo.html new file mode 100644 index 0000000..6bfd14e --- /dev/null +++ b/static/javadoc/dev/plex/util/BuildInfo.html @@ -0,0 +1,228 @@ + + + + +BuildInfo (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.util
+

Class BuildInfo

+
+
java.lang.Object +
dev.plex.util.BuildInfo
+
+
+
+
public class BuildInfo +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      author

      +
      public static String author
      +
      +
    • +
    • +
      +

      commit

      +
      public static String commit
      +
      +
    • +
    • +
      +

      date

      +
      public static String date
      +
      +
    • +
    • +
      +

      number

      +
      public static String number
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BuildInfo

      +
      public BuildInfo()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      load

      +
      public void load(Plex plugin)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/BungeeUtil.html b/static/javadoc/dev/plex/util/BungeeUtil.html new file mode 100644 index 0000000..cd5b46e --- /dev/null +++ b/static/javadoc/dev/plex/util/BungeeUtil.html @@ -0,0 +1,221 @@ + + + + +BungeeUtil (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.util
+

Class BungeeUtil

+
+
java.lang.Object +
dev.plex.util.BungeeUtil
+
+
+
+
public class BungeeUtil +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      PROXIED_SERVER

      +
      public static final boolean PROXIED_SERVER
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BungeeUtil

      +
      public BungeeUtil()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isBungeeCord

      +
      public static boolean isBungeeCord()
      +
      +
    • +
    • +
      +

      isVelocity

      +
      public static boolean isVelocity()
      +
      +
    • +
    • +
      +

      kickPlayer

      +
      public static void kickPlayer(org.bukkit.entity.Player player, + net.kyori.adventure.text.Component message)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/GameRuleUtil.html b/static/javadoc/dev/plex/util/GameRuleUtil.html new file mode 100644 index 0000000..0730959 --- /dev/null +++ b/static/javadoc/dev/plex/util/GameRuleUtil.html @@ -0,0 +1,201 @@ + + + + +GameRuleUtil (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.util
+

Class GameRuleUtil

+
+
java.lang.Object +
dev.plex.util.GameRuleUtil
+
+
+
+
public class GameRuleUtil +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GameRuleUtil

      +
      public GameRuleUtil()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      commitGlobalGameRules

      +
      public static <T> void commitGlobalGameRules(org.bukkit.World world)
      +
      +
    • +
    • +
      +

      commitSpecificGameRules

      +
      public static <T> void commitSpecificGameRules(org.bukkit.World world)
      +
      +
    • +
    • +
      +

      readGameRules

      +
      private static <T> void readGameRules(org.bukkit.World world, + String s)
      +
      +
    • +
    • +
      +

      check

      +
      public static <T> Object check(T value)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/PlexLog.html b/static/javadoc/dev/plex/util/PlexLog.html new file mode 100644 index 0000000..cee70b9 --- /dev/null +++ b/static/javadoc/dev/plex/util/PlexLog.html @@ -0,0 +1,245 @@ + + + + +PlexLog (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.util
+

Class PlexLog

+
+
java.lang.Object +
dev.plex.util.PlexLog
+
+
+
+
public class PlexLog +extends Object
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private static final net.kyori.adventure.text.logger.slf4j.ComponentLogger
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static void
    +
    debug(String message, + Object... strings)
    +
     
    +
    static void
    +
    error(String message, + Object... strings)
    +
     
    +
    static void
    +
    log(String message, + Object... strings)
    +
     
    +
    static void
    +
    log(net.kyori.adventure.text.Component component)
    +
     
    +
    static void
    +
    warn(String message, + Object... strings)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      logger

      +
      private static final net.kyori.adventure.text.logger.slf4j.ComponentLogger logger
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlexLog

      +
      public PlexLog()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      log

      +
      public static void log(String message, + Object... strings)
      +
      +
    • +
    • +
      +

      log

      +
      public static void log(net.kyori.adventure.text.Component component)
      +
      +
    • +
    • +
      +

      error

      +
      public static void error(String message, + Object... strings)
      +
      +
    • +
    • +
      +

      warn

      +
      public static void warn(String message, + Object... strings)
      +
      +
    • +
    • +
      +

      debug

      +
      public static void debug(String message, + Object... strings)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/PlexUtils.html b/static/javadoc/dev/plex/util/PlexUtils.html new file mode 100644 index 0000000..19b3a46 --- /dev/null +++ b/static/javadoc/dev/plex/util/PlexUtils.html @@ -0,0 +1,471 @@ + + + + +PlexUtils (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.util
+

Class PlexUtils

+
+
java.lang.Object +
dev.plex.util.PlexUtils
+
+
+
+
All Implemented Interfaces:
+
PlexBase
+
+
+
public class PlexUtils +extends Object +implements PlexBase
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      MINI_MESSAGE

      +
      private static final net.kyori.adventure.text.minimessage.MiniMessage MINI_MESSAGE
      +
      +
    • +
    • +
      +

      DEVELOPERS

      +
      public static List<String> DEVELOPERS
      +
      +
    • +
    • +
      +

      LEGACY_FORMATTING_PATTERN

      +
      private static final Pattern LEGACY_FORMATTING_PATTERN
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlexUtils

      +
      public PlexUtils()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      addToArrayList

      +
      public static <T> T addToArrayList(List<T> list, + T object)
      +
      +
    • +
    • +
      +

      disabledEffect

      +
      public static void disabledEffect(org.bukkit.entity.Player player, + org.bukkit.Location location)
      +
      +
    • +
    • +
      +

      disabledEffectMultiple

      +
      public static void disabledEffectMultiple(org.bukkit.entity.Player[] players, + org.bukkit.Location location)
      +
      +
    • +
    • +
      +

      testConnections

      +
      public static void testConnections()
      +
      +
    • +
    • +
      +

      isFolia

      +
      public static boolean isFolia()
      +
      +
    • +
    • +
      +

      hasVanishPlugin

      +
      public static boolean hasVanishPlugin()
      +
      +
    • +
    • +
      +

      isPluginCMD

      +
      public static boolean isPluginCMD(String cmd, + String pluginName)
      +
      +
    • +
    • +
      +

      removeHoverAndClick

      +
      public static net.kyori.adventure.text.Component removeHoverAndClick(net.kyori.adventure.text.Component component)
      +
      +
    • +
    • +
      +

      stringToComponent

      +
      public static net.kyori.adventure.text.Component stringToComponent(String input)
      +
      +
    • +
    • +
      +

      legacyToMiniString

      +
      @Deprecated +public static String legacyToMiniString(String input)
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      mmStripColor

      +
      public static String mmStripColor(String input)
      +
      +
    • +
    • +
      +

      mmDeserialize

      +
      public static net.kyori.adventure.text.Component mmDeserialize(String input)
      +
      +
    • +
    • +
      +

      mmSerialize

      +
      public static String mmSerialize(net.kyori.adventure.text.Component input)
      +
      +
    • +
    • +
      +

      mmCustomDeserialize

      +
      public static net.kyori.adventure.text.Component mmCustomDeserialize(String input, + net.kyori.adventure.text.minimessage.tag.resolver.TagResolver... resolvers)
      +
      +
    • +
    • +
      +

      messageComponent

      +
      public static net.kyori.adventure.text.Component messageComponent(String entry, + Object... objects)
      +
      +
    • +
    • +
      +

      messageComponent

      +
      public static net.kyori.adventure.text.Component messageComponent(String entry, + net.kyori.adventure.text.Component... objects)
      +
      +
    • +
    • +
      +

      messageString

      +
      public static String messageString(String entry, + Object... objects)
      +
      +
    • +
    • +
      +

      getTextFromComponent

      +
      public static String getTextFromComponent(net.kyori.adventure.text.Component component)
      +
      +
    • +
    • +
      +

      getTextFromComponents

      +
      public static String getTextFromComponents(net.kyori.adventure.text.Component... components)
      +
      +
    • +
    • +
      +

      getPlayerNameList

      +
      public static List<String> getPlayerNameList()
      +
      +
    • +
    • +
      +

      broadcast

      +
      public static void broadcast(String s)
      +
      +
    • +
    • +
      +

      broadcast

      +
      public static void broadcast(net.kyori.adventure.text.Component component)
      +
      +
    • +
    • +
      +

      broadcastToAdmins

      +
      public static void broadcastToAdmins(net.kyori.adventure.text.Component component, + String permission)
      +
      +
    • +
    • +
      +

      adminChat

      +
      public static List<UUID> adminChat(String senderName, + String prefix, + String message, + UUID... ignore)
      +
      +
    • +
    • +
      +

      cleanString

      +
      public static String cleanString(String input)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/RandomUtil.html b/static/javadoc/dev/plex/util/RandomUtil.html new file mode 100644 index 0000000..5deaf66 --- /dev/null +++ b/static/javadoc/dev/plex/util/RandomUtil.html @@ -0,0 +1,210 @@ + + + + +RandomUtil (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.util
+

Class RandomUtil

+
+
java.lang.Object +
dev.plex.util.RandomUtil
+
+
+
+
public class RandomUtil +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      RandomUtil

      +
      public RandomUtil()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getRandomColor

      +
      public static net.kyori.adventure.text.format.NamedTextColor getRandomColor()
      +
      +
    • +
    • +
      +

      randomBoolean

      +
      public static boolean randomBoolean()
      +
      +
    • +
    • +
      +

      randomNum

      +
      public static int randomNum()
      +
      +
    • +
    • +
      +

      randomNum

      +
      public static int randomNum(int limit)
      +
      +
    • +
    • +
      +

      randomNum

      +
      public static int randomNum(int start, + int limit)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/ReflectionsUtil.html b/static/javadoc/dev/plex/util/ReflectionsUtil.html new file mode 100644 index 0000000..7ade793 --- /dev/null +++ b/static/javadoc/dev/plex/util/ReflectionsUtil.html @@ -0,0 +1,192 @@ + + + + +ReflectionsUtil (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.util
+

Class ReflectionsUtil

+
+
java.lang.Object +
dev.plex.util.ReflectionsUtil
+
+
+
+
public class ReflectionsUtil +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ReflectionsUtil

      +
      public ReflectionsUtil()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getClassesFrom

      +
      public static Set<Class<?>> getClassesFrom(String packageName)
      +
      +
    • +
    • +
      +

      getClassesBySubType

      +
      public static <T> Set<Class<? extends T>> getClassesBySubType(String packageName, + Class<T> subType)
      +
      +
    • +
    • +
      +

      getGenericField

      +
      public static Class<?> getGenericField(Field field)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/TimeUtils.html b/static/javadoc/dev/plex/util/TimeUtils.html new file mode 100644 index 0000000..7034194 --- /dev/null +++ b/static/javadoc/dev/plex/util/TimeUtils.html @@ -0,0 +1,269 @@ + + + + +TimeUtils (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.util
+

Class TimeUtils

+
+
java.lang.Object +
dev.plex.util.TimeUtils
+
+
+
+
public class TimeUtils +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      DATE_FORMAT

      +
      private static final DateTimeFormatter DATE_FORMAT
      +
      +
    • +
    • +
      +

      TIMEZONES

      +
      private static final Set<String> TIMEZONES
      +
      +
    • +
    • +
      +

      timeUnits

      +
      private static final List<String> timeUnits
      +
      +
    • +
    • +
      +

      TIMEZONE

      +
      public static String TIMEZONE
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      TimeUtils

      +
      public TimeUtils()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/UpdateChecker.html b/static/javadoc/dev/plex/util/UpdateChecker.html new file mode 100644 index 0000000..dc04285 --- /dev/null +++ b/static/javadoc/dev/plex/util/UpdateChecker.html @@ -0,0 +1,277 @@ + + + + +UpdateChecker (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.util
+

Class UpdateChecker

+
+
java.lang.Object +
dev.plex.util.UpdateChecker
+
+
+
+
All Implemented Interfaces:
+
PlexBase
+
+
+
public class UpdateChecker +extends Object +implements PlexBase
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      DOWNLOAD_PAGE

      +
      private final String DOWNLOAD_PAGE
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      REPO

      +
      private final String REPO
      +
      +
    • +
    • +
      +

      BRANCH

      +
      private String BRANCH
      +
      +
    • +
    • +
      +

      distance

      +
      private int distance
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      UpdateChecker

      +
      public UpdateChecker()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      fetchDistanceFromGitHub

      +
      private int fetchDistanceFromGitHub(@Nonnull + String repo, + @Nonnull + String branch, + @Nonnull + String hash)
      +
      +
    • +
    • +
      +

      getUpdateStatusMessage

      +
      public boolean getUpdateStatusMessage(org.bukkit.command.CommandSender sender, + boolean cached, + int verbosity)
      +
      +
    • +
    • +
      +

      updateJar

      +
      public void updateJar(org.bukkit.command.CommandSender sender, + String name, + boolean module)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/adapter/ZonedDateTimeAdapter.html b/static/javadoc/dev/plex/util/adapter/ZonedDateTimeAdapter.html new file mode 100644 index 0000000..31e1b32 --- /dev/null +++ b/static/javadoc/dev/plex/util/adapter/ZonedDateTimeAdapter.html @@ -0,0 +1,234 @@ + + + + +ZonedDateTimeAdapter (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ZonedDateTimeAdapter

+
+
java.lang.Object +
dev.plex.util.adapter.ZonedDateTimeAdapter
+
+
+
+
All Implemented Interfaces:
+
com.google.gson.JsonDeserializer<ZonedDateTime>, com.google.gson.JsonSerializer<ZonedDateTime>
+
+
+
public class ZonedDateTimeAdapter +extends Object +implements com.google.gson.JsonSerializer<ZonedDateTime>, com.google.gson.JsonDeserializer<ZonedDateTime>
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      TIMEZONE

      +
      private static final String TIMEZONE
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ZonedDateTimeAdapter

      +
      public ZonedDateTimeAdapter()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      serialize

      +
      public com.google.gson.JsonElement serialize(ZonedDateTime src, + Type typeOfSrc, + com.google.gson.JsonSerializationContext context)
      +
      +
      Specified by:
      +
      serialize in interface com.google.gson.JsonSerializer<ZonedDateTime>
      +
      +
      +
    • +
    • +
      +

      deserialize

      +
      public ZonedDateTime deserialize(com.google.gson.JsonElement json, + Type typeOfT, + com.google.gson.JsonDeserializationContext context) + throws com.google.gson.JsonParseException
      +
      +
      Specified by:
      +
      deserialize in interface com.google.gson.JsonDeserializer<ZonedDateTime>
      +
      Throws:
      +
      com.google.gson.JsonParseException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/adapter/package-summary.html b/static/javadoc/dev/plex/util/adapter/package-summary.html new file mode 100644 index 0000000..c865634 --- /dev/null +++ b/static/javadoc/dev/plex/util/adapter/package-summary.html @@ -0,0 +1,112 @@ + + + + +dev.plex.util.adapter (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.util.adapter

+
+
+
package dev.plex.util.adapter
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/util/adapter/package-tree.html b/static/javadoc/dev/plex/util/adapter/package-tree.html new file mode 100644 index 0000000..caf4256 --- /dev/null +++ b/static/javadoc/dev/plex/util/adapter/package-tree.html @@ -0,0 +1,71 @@ + + + + +dev.plex.util.adapter Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.util.adapter

+
+Package Hierarchies: + +
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • dev.plex.util.adapter.ZonedDateTimeAdapter (implements com.google.gson.JsonDeserializer<T>, com.google.gson.JsonSerializer<T>)
    • +
    +
  • +
+
+
+
+
+ + diff --git a/static/javadoc/dev/plex/util/function/ConditionalQuadConsumer.html b/static/javadoc/dev/plex/util/function/ConditionalQuadConsumer.html new file mode 100644 index 0000000..7c4a0db --- /dev/null +++ b/static/javadoc/dev/plex/util/function/ConditionalQuadConsumer.html @@ -0,0 +1,144 @@ + + + + +ConditionalQuadConsumer (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface ConditionalQuadConsumer<K,V,S,T>

+
+
+
+
public interface ConditionalQuadConsumer<K,V,S,T>
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    +
    accept(K k, + V v, + S s, + T t)
    +
     
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      accept

      +
      boolean accept(K k, + V v, + S s, + T t)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/function/QuadConsumer.html b/static/javadoc/dev/plex/util/function/QuadConsumer.html new file mode 100644 index 0000000..0f17b50 --- /dev/null +++ b/static/javadoc/dev/plex/util/function/QuadConsumer.html @@ -0,0 +1,144 @@ + + + + +QuadConsumer (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface QuadConsumer<K,V,S,T>

+
+
+
+
public interface QuadConsumer<K,V,S,T>
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    accept(K k, + V v, + S s, + T t)
    +
     
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      accept

      +
      void accept(K k, + V v, + S s, + T t)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/function/package-summary.html b/static/javadoc/dev/plex/util/function/package-summary.html new file mode 100644 index 0000000..d6427c7 --- /dev/null +++ b/static/javadoc/dev/plex/util/function/package-summary.html @@ -0,0 +1,114 @@ + + + + +dev.plex.util.function (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.util.function

+
+
+
package dev.plex.util.function
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/util/function/package-tree.html b/static/javadoc/dev/plex/util/function/package-tree.html new file mode 100644 index 0000000..391406f --- /dev/null +++ b/static/javadoc/dev/plex/util/function/package-tree.html @@ -0,0 +1,68 @@ + + + + +dev.plex.util.function Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.util.function

+
+Package Hierarchies: + +
+

Interface Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/util/item/ItemBuilder.html b/static/javadoc/dev/plex/util/item/ItemBuilder.html new file mode 100644 index 0000000..aa757ca --- /dev/null +++ b/static/javadoc/dev/plex/util/item/ItemBuilder.html @@ -0,0 +1,286 @@ + + + + +ItemBuilder (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ItemBuilder

+
+
java.lang.Object +
dev.plex.util.item.ItemBuilder
+
+
+
+
public class ItemBuilder +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      itemStack

      +
      private final org.bukkit.inventory.ItemStack itemStack
      +
      +
    • +
    • +
      +

      meta

      +
      private final org.bukkit.inventory.meta.ItemMeta meta
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ItemBuilder

      +
      public ItemBuilder(org.bukkit.Material material)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      lore

      +
      public ItemBuilder lore(net.kyori.adventure.text.Component... lore)
      +
      +
    • +
    • +
      +

      lore

      +
      public ItemBuilder lore(String... lore)
      +
      +
    • +
    • +
      +

      displayName

      +
      public ItemBuilder displayName(net.kyori.adventure.text.Component displayName)
      +
      +
    • +
    • +
      +

      displayName

      +
      public ItemBuilder displayName(String displayName)
      +
      +
    • +
    • +
      +

      addEnchantment

      +
      public ItemBuilder addEnchantment(org.bukkit.enchantments.Enchantment enchantment, + int level)
      +
      +
    • +
    • +
      +

      addItemFlag

      +
      public ItemBuilder addItemFlag(org.bukkit.inventory.ItemFlag... flags)
      +
      +
    • +
    • +
      +

      addAttributeModifier

      +
      public ItemBuilder addAttributeModifier(org.bukkit.attribute.Attribute attribute, + org.bukkit.attribute.AttributeModifier modifier)
      +
      +
    • +
    • +
      +

      owner

      +
      public ItemBuilder owner(org.bukkit.OfflinePlayer player)
      +
      +
    • +
    • +
      +

      build

      +
      public org.bukkit.inventory.ItemStack build()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/item/package-summary.html b/static/javadoc/dev/plex/util/item/package-summary.html new file mode 100644 index 0000000..84befcc --- /dev/null +++ b/static/javadoc/dev/plex/util/item/package-summary.html @@ -0,0 +1,112 @@ + + + + +dev.plex.util.item (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.util.item

+
+
+
package dev.plex.util.item
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/util/item/package-tree.html b/static/javadoc/dev/plex/util/item/package-tree.html new file mode 100644 index 0000000..4c203ac --- /dev/null +++ b/static/javadoc/dev/plex/util/item/package-tree.html @@ -0,0 +1,71 @@ + + + + +dev.plex.util.item Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.util.item

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/util/minimessage/SafeMiniMessage.SafeMiniMessageTagResolver.html b/static/javadoc/dev/plex/util/minimessage/SafeMiniMessage.SafeMiniMessageTagResolver.html new file mode 100644 index 0000000..0b29783 --- /dev/null +++ b/static/javadoc/dev/plex/util/minimessage/SafeMiniMessage.SafeMiniMessageTagResolver.html @@ -0,0 +1,257 @@ + + + + +SafeMiniMessage.SafeMiniMessageTagResolver (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SafeMiniMessage.SafeMiniMessageTagResolver

+
+
java.lang.Object +
dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
+
+
+
+
All Implemented Interfaces:
+
net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
+
+
+
Enclosing class:
+
SafeMiniMessage
+
+
+
public static class SafeMiniMessage.SafeMiniMessageTagResolver +extends Object +implements net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from interface net.kyori.adventure.text.minimessage.tag.resolver.TagResolver

    +net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Builder, net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Single, net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.WithoutArguments
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private static final List<String>
    + +
     
    +
    private static final net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    +
    has(@NotNull String name)
    +
     
    +
    @Nullable net.kyori.adventure.text.minimessage.tag.Tag
    +
    resolve(@NotNull String name, + @NotNull net.kyori.adventure.text.minimessage.tag.resolver.ArgumentQueue arguments, + @NotNull net.kyori.adventure.text.minimessage.Context ctx)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      STANDARD_RESOLVER

      +
      private static final net.kyori.adventure.text.minimessage.tag.resolver.TagResolver STANDARD_RESOLVER
      +
      +
    • +
    • +
      +

      IGNORED_TAGS

      +
      private static final List<String> IGNORED_TAGS
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SafeMiniMessageTagResolver

      +
      public SafeMiniMessageTagResolver()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      resolve

      +
      @Nullable +public @Nullable net.kyori.adventure.text.minimessage.tag.Tag resolve(@NotNull + @NotNull String name, + @NotNull + @NotNull net.kyori.adventure.text.minimessage.tag.resolver.ArgumentQueue arguments, + @NotNull + @NotNull net.kyori.adventure.text.minimessage.Context ctx) + throws net.kyori.adventure.text.minimessage.ParsingException
      +
      +
      Specified by:
      +
      resolve in interface net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
      +
      Throws:
      +
      net.kyori.adventure.text.minimessage.ParsingException
      +
      +
      +
    • +
    • +
      +

      has

      +
      public boolean has(@NotNull + @NotNull String name)
      +
      +
      Specified by:
      +
      has in interface net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/minimessage/SafeMiniMessage.html b/static/javadoc/dev/plex/util/minimessage/SafeMiniMessage.html new file mode 100644 index 0000000..5094c7d --- /dev/null +++ b/static/javadoc/dev/plex/util/minimessage/SafeMiniMessage.html @@ -0,0 +1,243 @@ + + + + +SafeMiniMessage (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SafeMiniMessage

+
+
java.lang.Object +
dev.plex.util.minimessage.SafeMiniMessage
+
+
+
+
public class SafeMiniMessage +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      MINI_MESSAGE

      +
      public static final net.kyori.adventure.text.minimessage.MiniMessage MINI_MESSAGE
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SafeMiniMessage

      +
      public SafeMiniMessage()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      mmDeserialize

      +
      public static net.kyori.adventure.text.Component mmDeserialize(String text)
      +
      +
    • +
    • +
      +

      mmDeserializeWithoutEvents

      +
      public static net.kyori.adventure.text.Component mmDeserializeWithoutEvents(String text)
      +
      +
    • +
    • +
      +

      mmSerialize

      +
      public static String mmSerialize(net.kyori.adventure.text.Component component)
      +
      +
    • +
    • +
      +

      mmSerializeWithoutEvents

      +
      public static String mmSerializeWithoutEvents(net.kyori.adventure.text.Component component)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/minimessage/package-summary.html b/static/javadoc/dev/plex/util/minimessage/package-summary.html new file mode 100644 index 0000000..43af429 --- /dev/null +++ b/static/javadoc/dev/plex/util/minimessage/package-summary.html @@ -0,0 +1,114 @@ + + + + +dev.plex.util.minimessage (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.util.minimessage

+
+
+
package dev.plex.util.minimessage
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/util/minimessage/package-tree.html b/static/javadoc/dev/plex/util/minimessage/package-tree.html new file mode 100644 index 0000000..892af70 --- /dev/null +++ b/static/javadoc/dev/plex/util/minimessage/package-tree.html @@ -0,0 +1,72 @@ + + + + +dev.plex.util.minimessage Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.util.minimessage

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/util/package-summary.html b/static/javadoc/dev/plex/util/package-summary.html new file mode 100644 index 0000000..4815340 --- /dev/null +++ b/static/javadoc/dev/plex/util/package-summary.html @@ -0,0 +1,132 @@ + + + + +dev.plex.util (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.util

+
+
+
package dev.plex.util
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/util/package-tree.html b/static/javadoc/dev/plex/util/package-tree.html new file mode 100644 index 0000000..4978b80 --- /dev/null +++ b/static/javadoc/dev/plex/util/package-tree.html @@ -0,0 +1,80 @@ + + + + +dev.plex.util Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.util

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/util/redis/MessageUtil.html b/static/javadoc/dev/plex/util/redis/MessageUtil.html new file mode 100644 index 0000000..a6640b5 --- /dev/null +++ b/static/javadoc/dev/plex/util/redis/MessageUtil.html @@ -0,0 +1,223 @@ + + + + +MessageUtil (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MessageUtil

+
+
java.lang.Object +
dev.plex.util.redis.MessageUtil
+
+
+
+
public class MessageUtil +extends Object
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private static final com.google.gson.Gson
    + +
     
    +
    private static redis.clients.jedis.JedisPubSub
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static void
    +
    sendStaffChat(org.bukkit.command.CommandSender sender, + net.kyori.adventure.text.Component message, + UUID... ignore)
    +
     
    +
    static void
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      GSON

      +
      private static final com.google.gson.Gson GSON
      +
      +
    • +
    • +
      +

      SUBSCRIBER

      +
      private static redis.clients.jedis.JedisPubSub SUBSCRIBER
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MessageUtil

      +
      public MessageUtil()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      subscribe

      +
      public static void subscribe()
      +
      +
    • +
    • +
      +

      sendStaffChat

      +
      public static void sendStaffChat(org.bukkit.command.CommandSender sender, + net.kyori.adventure.text.Component message, + UUID... ignore)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/redis/package-summary.html b/static/javadoc/dev/plex/util/redis/package-summary.html new file mode 100644 index 0000000..35df869 --- /dev/null +++ b/static/javadoc/dev/plex/util/redis/package-summary.html @@ -0,0 +1,112 @@ + + + + +dev.plex.util.redis (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.util.redis

+
+
+
package dev.plex.util.redis
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/util/redis/package-tree.html b/static/javadoc/dev/plex/util/redis/package-tree.html new file mode 100644 index 0000000..5f6c583 --- /dev/null +++ b/static/javadoc/dev/plex/util/redis/package-tree.html @@ -0,0 +1,71 @@ + + + + +dev.plex.util.redis Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.util.redis

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/util/sql/SQLUtil.Mapper.html b/static/javadoc/dev/plex/util/sql/SQLUtil.Mapper.html new file mode 100644 index 0000000..5dfe680 --- /dev/null +++ b/static/javadoc/dev/plex/util/sql/SQLUtil.Mapper.html @@ -0,0 +1,326 @@ + + + + +SQLUtil.Mapper (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class SQLUtil.Mapper

+
+
java.lang.Object +
java.lang.Enum<SQLUtil.Mapper> +
dev.plex.util.sql.SQLUtil.Mapper
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<SQLUtil.Mapper>, Constable
+
+
+
Enclosing class:
+
SQLUtil
+
+
+
public static enum SQLUtil.Mapper +extends Enum<SQLUtil.Mapper>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      clazz

      +
      private final Class<?>[] clazz
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Mapper

      +
      private Mapper(Class<?>... clazz)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static SQLUtil.Mapper[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static SQLUtil.Mapper valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    • +
      +

      getByClass

      +
      public static SQLUtil.Mapper getByClass(Class<?> clazz)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/sql/SQLUtil.html b/static/javadoc/dev/plex/util/sql/SQLUtil.html new file mode 100644 index 0000000..ee45a77 --- /dev/null +++ b/static/javadoc/dev/plex/util/sql/SQLUtil.html @@ -0,0 +1,248 @@ + + + + +SQLUtil (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SQLUtil

+
+
java.lang.Object +
dev.plex.util.sql.SQLUtil
+
+
+
+
public class SQLUtil +extends Object
+
+
Since:
+
4:28 AM [25-08-2023]
+
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SQLUtil

      +
      public SQLUtil()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/sql/Table.html b/static/javadoc/dev/plex/util/sql/Table.html new file mode 100644 index 0000000..9412084 --- /dev/null +++ b/static/javadoc/dev/plex/util/sql/Table.html @@ -0,0 +1,196 @@ + + + + +Table (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Table

+
+
java.lang.Object +
dev.plex.util.sql.Table
+
+
+
+
public class Table +extends Object
+
+
Since:
+
5:30 AM [26-08-2023]
+
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Table

      +
      public Table()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/util/sql/package-summary.html b/static/javadoc/dev/plex/util/sql/package-summary.html new file mode 100644 index 0000000..dd53692 --- /dev/null +++ b/static/javadoc/dev/plex/util/sql/package-summary.html @@ -0,0 +1,118 @@ + + + + +dev.plex.util.sql (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.util.sql

+
+
+
package dev.plex.util.sql
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/util/sql/package-tree.html b/static/javadoc/dev/plex/util/sql/package-tree.html new file mode 100644 index 0000000..3df042d --- /dev/null +++ b/static/javadoc/dev/plex/util/sql/package-tree.html @@ -0,0 +1,86 @@ + + + + +dev.plex.util.sql Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.util.sql

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/world/BlockMapChunkGenerator.html b/static/javadoc/dev/plex/world/BlockMapChunkGenerator.html new file mode 100644 index 0000000..42e595c --- /dev/null +++ b/static/javadoc/dev/plex/world/BlockMapChunkGenerator.html @@ -0,0 +1,244 @@ + + + + +BlockMapChunkGenerator (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BlockMapChunkGenerator

+
+
java.lang.Object +
org.bukkit.generator.ChunkGenerator + +
+
+
+
+
Direct Known Subclasses:
+
ConfigurationChunkGenerator
+
+
+
public class BlockMapChunkGenerator +extends FlatChunkGenerator
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator

    +org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    protected LinkedHashMap<org.bukkit.Material,Integer>
    + +
     
    +
    +
    +

    Fields inherited from class dev.plex.world.CustomChunkGenerator

    +height
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    BlockMapChunkGenerator(LinkedHashMap<org.bukkit.Material,Integer> blockMap, + org.bukkit.generator.BlockPopulator... populators)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    createLoopChunkData(int x, + int y, + int z, + org.bukkit.generator.ChunkGenerator.ChunkData chunk)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class dev.plex.world.FlatChunkGenerator

    +generateSurface
    +
    +

    Methods inherited from class dev.plex.world.CustomChunkGenerator

    +getDefaultPopulators
    +
    +

    Methods inherited from class org.bukkit.generator.ChunkGenerator

    +canSpawn, createChunkData, generateBedrock, generateCaves, generateChunkData, generateNoise, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateStructures, shouldGenerateSurface, shouldGenerateSurface
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BlockMapChunkGenerator

      +
      public BlockMapChunkGenerator(LinkedHashMap<org.bukkit.Material,Integer> blockMap, + org.bukkit.generator.BlockPopulator... populators)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      createLoopChunkData

      +
      public void createLoopChunkData(int x, + int y, + int z, + org.bukkit.generator.ChunkGenerator.ChunkData chunk)
      +
      +
      Specified by:
      +
      createLoopChunkData in class FlatChunkGenerator
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/world/ConfigurationChunkGenerator.html b/static/javadoc/dev/plex/world/ConfigurationChunkGenerator.html new file mode 100644 index 0000000..0d6101d --- /dev/null +++ b/static/javadoc/dev/plex/world/ConfigurationChunkGenerator.html @@ -0,0 +1,238 @@ + + + + +ConfigurationChunkGenerator (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ConfigurationChunkGenerator

+
+
java.lang.Object +
org.bukkit.generator.ChunkGenerator + +
+
+
+
+
public class ConfigurationChunkGenerator +extends BlockMapChunkGenerator
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator

    +org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private static final Plex
    + +
     
    +
    +
    +

    Fields inherited from class dev.plex.world.BlockMapChunkGenerator

    +blockMap
    +
    +

    Fields inherited from class dev.plex.world.CustomChunkGenerator

    +height
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ConfigurationChunkGenerator(String worldName, + org.bukkit.generator.BlockPopulator... populators)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    private static LinkedHashMap<org.bukkit.Material,Integer>
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class dev.plex.world.BlockMapChunkGenerator

    +createLoopChunkData
    +
    +

    Methods inherited from class dev.plex.world.FlatChunkGenerator

    +generateSurface
    +
    +

    Methods inherited from class dev.plex.world.CustomChunkGenerator

    +getDefaultPopulators
    +
    +

    Methods inherited from class org.bukkit.generator.ChunkGenerator

    +canSpawn, createChunkData, generateBedrock, generateCaves, generateChunkData, generateNoise, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateStructures, shouldGenerateSurface, shouldGenerateSurface
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      plugin

      +
      private static final Plex plugin
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ConfigurationChunkGenerator

      +
      public ConfigurationChunkGenerator(String worldName, + org.bukkit.generator.BlockPopulator... populators)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/world/CustomChunkGenerator.html b/static/javadoc/dev/plex/world/CustomChunkGenerator.html new file mode 100644 index 0000000..1aa0c57 --- /dev/null +++ b/static/javadoc/dev/plex/world/CustomChunkGenerator.html @@ -0,0 +1,251 @@ + + + + +CustomChunkGenerator (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CustomChunkGenerator

+
+
java.lang.Object +
org.bukkit.generator.ChunkGenerator +
dev.plex.world.CustomChunkGenerator
+
+
+
+
+
Direct Known Subclasses:
+
FlatChunkGenerator, NoiseChunkGenerator, OctaveChunkGenerator
+
+
+
public abstract class CustomChunkGenerator +extends org.bukkit.generator.ChunkGenerator
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator

    +org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    protected int
    + +
     
    +
    private final List<org.bukkit.generator.BlockPopulator>
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
    protected
    +
    CustomChunkGenerator(int height, + org.bukkit.generator.BlockPopulator... populators)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    abstract void
    +
    createLoopChunkData(int x, + int y, + int z, + org.bukkit.generator.ChunkGenerator.ChunkData chunk)
    +
     
    +
    List<org.bukkit.generator.BlockPopulator>
    +
    getDefaultPopulators(org.bukkit.World world)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class org.bukkit.generator.ChunkGenerator

    +canSpawn, createChunkData, generateBedrock, generateCaves, generateChunkData, generateNoise, generateSurface, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateStructures, shouldGenerateSurface, shouldGenerateSurface
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      populators

      +
      private final List<org.bukkit.generator.BlockPopulator> populators
      +
      +
    • +
    • +
      +

      height

      +
      protected int height
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CustomChunkGenerator

      +
      protected CustomChunkGenerator(int height, + org.bukkit.generator.BlockPopulator... populators)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getDefaultPopulators

      +
      public List<org.bukkit.generator.BlockPopulator> getDefaultPopulators(org.bukkit.World world)
      +
      +
      Overrides:
      +
      getDefaultPopulators in class org.bukkit.generator.ChunkGenerator
      +
      +
      +
    • +
    • +
      +

      createLoopChunkData

      +
      public abstract void createLoopChunkData(int x, + int y, + int z, + org.bukkit.generator.ChunkGenerator.ChunkData chunk)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/world/CustomWorld.html b/static/javadoc/dev/plex/world/CustomWorld.html new file mode 100644 index 0000000..0beb24e --- /dev/null +++ b/static/javadoc/dev/plex/world/CustomWorld.html @@ -0,0 +1,239 @@ + + + + +CustomWorld (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CustomWorld

+
+
java.lang.Object +
org.bukkit.WorldCreator +
dev.plex.world.CustomWorld
+
+
+
+
+
public class CustomWorld +extends org.bukkit.WorldCreator
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private final CustomChunkGenerator
    + +
     
    +
    private static final Plex
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    org.bukkit.World
    + +
     
    +
    static org.bukkit.World
    + +
     
    +
    org.bukkit.generator.ChunkGenerator
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class org.bukkit.WorldCreator

    +biomeProvider, biomeProvider, biomeProvider, biomeProvider, copy, copy, createWorld, environment, environment, generateStructures, generateStructures, generator, generator, generator, generatorSettings, generatorSettings, getBiomeProviderForName, getGeneratorForName, hardcore, hardcore, keepSpawnInMemory, keepSpawnInMemory, keepSpawnLoaded, keepSpawnLoaded, key, name, name, ofKey, ofNameAndKey, seed, seed, type, type
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      generateConfigFlatWorld

      +
      public static org.bukkit.World generateConfigFlatWorld(String name)
      +
      +
    • +
    • +
      +

      generator

      +
      public org.bukkit.generator.ChunkGenerator generator()
      +
      +
      Overrides:
      +
      generator in class org.bukkit.WorldCreator
      +
      +
      +
    • +
    • +
      +

      generate

      +
      public org.bukkit.World generate()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/world/FlatChunkGenerator.html b/static/javadoc/dev/plex/world/FlatChunkGenerator.html new file mode 100644 index 0000000..063baec --- /dev/null +++ b/static/javadoc/dev/plex/world/FlatChunkGenerator.html @@ -0,0 +1,237 @@ + + + + +FlatChunkGenerator (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class FlatChunkGenerator

+
+
java.lang.Object +
org.bukkit.generator.ChunkGenerator +
dev.plex.world.CustomChunkGenerator +
dev.plex.world.FlatChunkGenerator
+
+
+
+
+
+
Direct Known Subclasses:
+
BlockMapChunkGenerator
+
+
+
public abstract class FlatChunkGenerator +extends CustomChunkGenerator
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator

    +org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from class dev.plex.world.CustomChunkGenerator

    +height
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    FlatChunkGenerator(int height, + org.bukkit.generator.BlockPopulator... populators)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    abstract void
    +
    createLoopChunkData(int x, + int y, + int z, + org.bukkit.generator.ChunkGenerator.ChunkData chunk)
    +
     
    +
    void
    +
    generateSurface(org.bukkit.generator.WorldInfo worldInfo, + Random random, + int x, + int z, + org.bukkit.generator.ChunkGenerator.ChunkData chunk)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class dev.plex.world.CustomChunkGenerator

    +getDefaultPopulators
    +
    +

    Methods inherited from class org.bukkit.generator.ChunkGenerator

    +canSpawn, createChunkData, generateBedrock, generateCaves, generateChunkData, generateNoise, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateStructures, shouldGenerateSurface, shouldGenerateSurface
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      FlatChunkGenerator

      +
      public FlatChunkGenerator(int height, + org.bukkit.generator.BlockPopulator... populators)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      generateSurface

      +
      public void generateSurface(org.bukkit.generator.WorldInfo worldInfo, + Random random, + int x, + int z, + org.bukkit.generator.ChunkGenerator.ChunkData chunk)
      +
      +
      Overrides:
      +
      generateSurface in class org.bukkit.generator.ChunkGenerator
      +
      +
      +
    • +
    • +
      +

      createLoopChunkData

      +
      public abstract void createLoopChunkData(int x, + int y, + int z, + org.bukkit.generator.ChunkGenerator.ChunkData chunk)
      +
      +
      Specified by:
      +
      createLoopChunkData in class CustomChunkGenerator
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/world/NoiseChunkGenerator.html b/static/javadoc/dev/plex/world/NoiseChunkGenerator.html new file mode 100644 index 0000000..871ba45 --- /dev/null +++ b/static/javadoc/dev/plex/world/NoiseChunkGenerator.html @@ -0,0 +1,258 @@ + + + + +NoiseChunkGenerator (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class NoiseChunkGenerator

+
+
java.lang.Object +
org.bukkit.generator.ChunkGenerator +
dev.plex.world.CustomChunkGenerator +
dev.plex.world.NoiseChunkGenerator
+
+
+
+
+
+
public abstract class NoiseChunkGenerator +extends CustomChunkGenerator
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator

    +org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private final NoiseOptions
    + +
     
    +
    +
    +

    Fields inherited from class dev.plex.world.CustomChunkGenerator

    +height
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    NoiseChunkGenerator(int height, + NoiseOptions options, + org.bukkit.generator.BlockPopulator... populators)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    abstract void
    +
    createLoopChunkData(int x, + int y, + int z, + org.bukkit.generator.ChunkGenerator.ChunkData chunk)
    +
     
    +
    void
    +
    generateNoise(org.bukkit.generator.WorldInfo worldInfo, + Random random, + int x, + int z, + org.bukkit.generator.ChunkGenerator.ChunkData chunk)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class dev.plex.world.CustomChunkGenerator

    +getDefaultPopulators
    +
    +

    Methods inherited from class org.bukkit.generator.ChunkGenerator

    +canSpawn, createChunkData, generateBedrock, generateCaves, generateChunkData, generateSurface, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateStructures, shouldGenerateSurface, shouldGenerateSurface
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      NoiseChunkGenerator

      +
      public NoiseChunkGenerator(int height, + NoiseOptions options, + org.bukkit.generator.BlockPopulator... populators)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      generateNoise

      +
      public void generateNoise(org.bukkit.generator.WorldInfo worldInfo, + Random random, + int x, + int z, + org.bukkit.generator.ChunkGenerator.ChunkData chunk)
      +
      +
      Overrides:
      +
      generateNoise in class org.bukkit.generator.ChunkGenerator
      +
      +
      +
    • +
    • +
      +

      createLoopChunkData

      +
      public abstract void createLoopChunkData(int x, + int y, + int z, + org.bukkit.generator.ChunkGenerator.ChunkData chunk)
      +
      +
      Specified by:
      +
      createLoopChunkData in class CustomChunkGenerator
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/world/NoiseOptions.html b/static/javadoc/dev/plex/world/NoiseOptions.html new file mode 100644 index 0000000..4d76277 --- /dev/null +++ b/static/javadoc/dev/plex/world/NoiseOptions.html @@ -0,0 +1,222 @@ + + + + +NoiseOptions (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class NoiseOptions

+
+
java.lang.Object +
dev.plex.world.NoiseOptions
+
+
+
+
Direct Known Subclasses:
+
OctaveOptions
+
+
+
public class NoiseOptions +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      x

      +
      private final int x
      +
      +
    • +
    • +
      +

      y

      +
      private final int y
      +
      +
    • +
    • +
      +

      frequency

      +
      private final double frequency
      +
      +
    • +
    • +
      +

      amplitude

      +
      private final double amplitude
      +
      +
    • +
    • +
      +

      normalized

      +
      private final boolean normalized
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      NoiseOptions

      +
      public NoiseOptions(int x, + int y, + double frequency, + double amplitude, + boolean normalized)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/world/OctaveChunkGenerator.html b/static/javadoc/dev/plex/world/OctaveChunkGenerator.html new file mode 100644 index 0000000..1af5d56 --- /dev/null +++ b/static/javadoc/dev/plex/world/OctaveChunkGenerator.html @@ -0,0 +1,261 @@ + + + + +OctaveChunkGenerator (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class OctaveChunkGenerator

+
+
java.lang.Object +
org.bukkit.generator.ChunkGenerator +
dev.plex.world.CustomChunkGenerator +
dev.plex.world.OctaveChunkGenerator
+
+
+
+
+
+
public abstract class OctaveChunkGenerator +extends CustomChunkGenerator
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator

    +org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private final OctaveOptions
    + +
     
    +
    +
    +

    Fields inherited from class dev.plex.world.CustomChunkGenerator

    +height
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    OctaveChunkGenerator(int height, + OctaveOptions options, + org.bukkit.generator.BlockPopulator... populators)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    abstract void
    +
    createLoopChunkData(int x, + int y, + int z, + org.bukkit.generator.ChunkGenerator.ChunkData chunk)
    +
     
    +
    void
    +
    generateNoise(@NotNull org.bukkit.generator.WorldInfo worldInfo, + @NotNull Random random, + int x, + int z, + @NotNull org.bukkit.generator.ChunkGenerator.ChunkData chunk)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class dev.plex.world.CustomChunkGenerator

    +getDefaultPopulators
    +
    +

    Methods inherited from class org.bukkit.generator.ChunkGenerator

    +canSpawn, createChunkData, generateBedrock, generateCaves, generateChunkData, generateSurface, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateStructures, shouldGenerateSurface, shouldGenerateSurface
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      OctaveChunkGenerator

      +
      public OctaveChunkGenerator(int height, + OctaveOptions options, + org.bukkit.generator.BlockPopulator... populators)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      generateNoise

      +
      public void generateNoise(@NotNull + @NotNull org.bukkit.generator.WorldInfo worldInfo, + @NotNull + @NotNull Random random, + int x, + int z, + @NotNull + @NotNull org.bukkit.generator.ChunkGenerator.ChunkData chunk)
      +
      +
      Overrides:
      +
      generateNoise in class org.bukkit.generator.ChunkGenerator
      +
      +
      +
    • +
    • +
      +

      createLoopChunkData

      +
      public abstract void createLoopChunkData(int x, + int y, + int z, + org.bukkit.generator.ChunkGenerator.ChunkData chunk)
      +
      +
      Specified by:
      +
      createLoopChunkData in class CustomChunkGenerator
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/world/OctaveOptions.html b/static/javadoc/dev/plex/world/OctaveOptions.html new file mode 100644 index 0000000..7e315c7 --- /dev/null +++ b/static/javadoc/dev/plex/world/OctaveOptions.html @@ -0,0 +1,186 @@ + + + + +OctaveOptions (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class OctaveOptions

+
+
java.lang.Object +
dev.plex.world.NoiseOptions +
dev.plex.world.OctaveOptions
+
+
+
+
+
public class OctaveOptions +extends NoiseOptions
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      octaves

      +
      private final int octaves
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      OctaveOptions

      +
      public OctaveOptions(int x, + int y, + double frequency, + double amplitude, + boolean normalized, + int octaves)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadoc/dev/plex/world/package-summary.html b/static/javadoc/dev/plex/world/package-summary.html new file mode 100644 index 0000000..f81666d --- /dev/null +++ b/static/javadoc/dev/plex/world/package-summary.html @@ -0,0 +1,118 @@ + + + + +dev.plex.world (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.world

+
+
+
package dev.plex.world
+
+ +
+
+
+
+ + diff --git a/static/javadoc/dev/plex/world/package-tree.html b/static/javadoc/dev/plex/world/package-tree.html new file mode 100644 index 0000000..5ee56b5 --- /dev/null +++ b/static/javadoc/dev/plex/world/package-tree.html @@ -0,0 +1,99 @@ + + + + +dev.plex.world Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.world

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/element-list b/static/javadoc/element-list new file mode 100644 index 0000000..78b75f4 --- /dev/null +++ b/static/javadoc/element-list @@ -0,0 +1,38 @@ +dev.plex +dev.plex.cache +dev.plex.command +dev.plex.command.annotation +dev.plex.command.blocking +dev.plex.command.exception +dev.plex.command.impl +dev.plex.command.source +dev.plex.config +dev.plex.event +dev.plex.handlers +dev.plex.hook +dev.plex.listener +dev.plex.listener.annotation +dev.plex.listener.impl +dev.plex.menu +dev.plex.menu.impl +dev.plex.menu.pagination +dev.plex.meta +dev.plex.module +dev.plex.module.exception +dev.plex.player +dev.plex.punishment +dev.plex.punishment.extra +dev.plex.services +dev.plex.services.impl +dev.plex.storage +dev.plex.storage.annotation +dev.plex.storage.player +dev.plex.storage.punishment +dev.plex.util +dev.plex.util.adapter +dev.plex.util.function +dev.plex.util.item +dev.plex.util.minimessage +dev.plex.util.redis +dev.plex.util.sql +dev.plex.world diff --git a/static/javadoc/help-doc.html b/static/javadoc/help-doc.html new file mode 100644 index 0000000..608c03d --- /dev/null +++ b/static/javadoc/help-doc.html @@ -0,0 +1,198 @@ + + + + +API Help (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+

JavaDoc Help

+ +
+
+

Navigation

+Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces + +
+
+
+

Kinds of Pages

+The following sections describe the different kinds of pages in this collection. +
+

Overview

+

The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+
+
+

Package

+

Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:

+
    +
  • Interfaces
  • +
  • Classes
  • +
  • Enum Classes
  • +
  • Exception Classes
  • +
  • Annotation Interfaces
  • +
+
+
+

Class or Interface

+

Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.

+
    +
  • Class Inheritance Diagram
  • +
  • Direct Subclasses
  • +
  • All Known Subinterfaces
  • +
  • All Known Implementing Classes
  • +
  • Class or Interface Declaration
  • +
  • Class or Interface Description
  • +
+
+
    +
  • Nested Class Summary
  • +
  • Enum Constant Summary
  • +
  • Field Summary
  • +
  • Property Summary
  • +
  • Constructor Summary
  • +
  • Method Summary
  • +
  • Required Element Summary
  • +
  • Optional Element Summary
  • +
+
+
    +
  • Enum Constant Details
  • +
  • Field Details
  • +
  • Property Details
  • +
  • Constructor Details
  • +
  • Method Details
  • +
  • Element Details
  • +
+

Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.

+

The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

+
+
+

Other Files

+

Packages and modules may contain pages with additional information related to the declarations nearby.

+
+
+

Tree (Class Hierarchy)

+

There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.

+
    +
  • When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
  • +
  • When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
  • +
+
+
+

Deprecated API

+

The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to shortcomings, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

+
+
+

Constant Field Values

+

The Constant Field Values page lists the static final fields and their values.

+
+
+

Serialized Form

+

Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to those who implement rather than use the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See Also" section of the class description.

+
+
+

All Packages

+

The All Packages page contains an alphabetic index of all packages contained in the documentation.

+
+
+

All Classes and Interfaces

+

The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.

+
+
+

Index

+

The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.

+
+
+
+This help file applies to API documentation generated by the standard doclet.
+
+
+ + diff --git a/static/javadoc/index-all.html b/static/javadoc/index-all.html new file mode 100644 index 0000000..9363393 --- /dev/null +++ b/static/javadoc/index-all.html @@ -0,0 +1,2467 @@ + + + + +Index (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form +

A

+
+
AbstractMenu - Class in dev.plex.menu
+
 
+
AbstractMenu(String, AbstractMenu.Rows) - Constructor for class dev.plex.menu.AbstractMenu
+
 
+
AbstractMenu(Component, AbstractMenu.Rows) - Constructor for class dev.plex.menu.AbstractMenu
+
 
+
AbstractMenu.Rows - Enum Class in dev.plex.menu
+
 
+
AbstractService - Class in dev.plex.services
+
 
+
AbstractService(boolean, boolean) - Constructor for class dev.plex.services.AbstractService
+
 
+
accept(K, V, S, T) - Method in interface dev.plex.util.function.ConditionalQuadConsumer
+
 
+
accept(K, V, S, T) - Method in interface dev.plex.util.function.QuadConsumer
+
 
+
active - Variable in class dev.plex.punishment.Punishment
+
 
+
addAttributeModifier(Attribute, AttributeModifier) - Method in class dev.plex.util.item.ItemBuilder
+
 
+
addDefaultMessage(String, Object) - Method in class dev.plex.module.PlexModule
+
+
Adds a message to the messages.yml file
+
+
addDefaultMessage(String, Object, String...) - Method in class dev.plex.module.PlexModule
+
+
Adds a message to the messages.yml with a comment
+
+
added - Variable in class dev.plex.config.Config
+
+
Whether new entries were added to the file automatically
+
+
addEnchantment(Enchantment, int) - Method in class dev.plex.util.item.ItemBuilder
+
 
+
addItemFlag(ItemFlag...) - Method in class dev.plex.util.item.ItemBuilder
+
 
+
addNote(Note) - Method in class dev.plex.storage.punishment.SQLNotes
+
 
+
addToArrayList(List<T>, T) - Static method in class dev.plex.util.PlexUtils
+
 
+
adminChat(String, String, String, UUID...) - Static method in class dev.plex.util.PlexUtils
+
 
+
AdminChatCMD - Class in dev.plex.command.impl
+
 
+
AdminChatCMD() - Constructor for class dev.plex.command.impl.AdminChatCMD
+
 
+
AdminworldCMD - Class in dev.plex.command.impl
+
 
+
AdminworldCMD() - Constructor for class dev.plex.command.impl.AdminworldCMD
+
 
+
AdventureCMD - Class in dev.plex.command.impl
+
 
+
AdventureCMD() - Constructor for class dev.plex.command.impl.AdventureCMD
+
 
+
aliases() - Element in annotation interface dev.plex.command.annotation.CommandParameters
+
+
The aliases (optional)
+
+
amplitude - Variable in class dev.plex.world.NoiseOptions
+
 
+
AntiNukerListener - Class in dev.plex.listener.impl
+
 
+
AntiNukerListener() - Constructor for class dev.plex.listener.impl.AntiNukerListener
+
 
+
AntiSpamListener - Class in dev.plex.listener.impl
+
 
+
AntiSpamListener() - Constructor for class dev.plex.listener.impl.AntiSpamListener
+
 
+
ANY - Enum constant in enum class dev.plex.command.source.RequiredCommandSource
+
 
+
asDependencies() - Method in record class dev.plex.PlexLibraryManager.PluginLibraries
+
 
+
asRepositories() - Method in record class dev.plex.PlexLibraryManager.PluginLibraries
+
 
+
asynchronous - Variable in class dev.plex.services.AbstractService
+
 
+
author - Static variable in class dev.plex.util.BuildInfo
+
 
+
AutoWipeService - Class in dev.plex.services.impl
+
 
+
AutoWipeService() - Constructor for class dev.plex.services.impl.AutoWipeService
+
 
+
+

B

+
+
BAN - Enum constant in enum class dev.plex.punishment.PunishmentType
+
 
+
BanCMD - Class in dev.plex.command.impl
+
 
+
BanCMD() - Constructor for class dev.plex.command.impl.BanCMD
+
 
+
BanListCommand - Class in dev.plex.command.impl
+
 
+
BanListCommand() - Constructor for class dev.plex.command.impl.BanListCommand
+
 
+
BanListener - Class in dev.plex.listener.impl
+
 
+
BanListener() - Constructor for class dev.plex.listener.impl.BanListener
+
 
+
BanService - Class in dev.plex.services.impl
+
 
+
BanService() - Constructor for class dev.plex.services.impl.BanService
+
 
+
banUrl - Static variable in class dev.plex.punishment.Punishment
+
 
+
BcastLoginMessageCMD - Class in dev.plex.command.impl
+
 
+
BcastLoginMessageCMD() - Constructor for class dev.plex.command.impl.BcastLoginMessageCMD
+
 
+
before - Variable in class dev.plex.listener.impl.ChatListener.PlexChatRenderer
+
 
+
BIGINT - Enum constant in enum class dev.plex.util.sql.SQLUtil.Mapper
+
 
+
bl - Variable in class dev.plex.command.impl.BlockEditCMD
+
 
+
BLOCKED_COMMANDS - Static variable in class dev.plex.services.impl.CommandBlockerService
+
 
+
blockedBlocks - Static variable in class dev.plex.listener.impl.BlockListener
+
 
+
BlockedCommand - Class in dev.plex.command.blocking
+
 
+
BlockedCommand() - Constructor for class dev.plex.command.blocking.BlockedCommand
+
 
+
BlockEditCMD - Class in dev.plex.command.impl
+
 
+
BlockEditCMD() - Constructor for class dev.plex.command.impl.BlockEditCMD
+
 
+
blockedPlayers - Variable in class dev.plex.listener.impl.BlockListener
+
 
+
BlockListener - Class in dev.plex.listener.impl
+
 
+
BlockListener() - Constructor for class dev.plex.listener.impl.BlockListener
+
 
+
blockMap - Variable in class dev.plex.world.BlockMapChunkGenerator
+
 
+
BlockMapChunkGenerator - Class in dev.plex.world
+
 
+
BlockMapChunkGenerator(LinkedHashMap<Material, Integer>, BlockPopulator...) - Constructor for class dev.plex.world.BlockMapChunkGenerator
+
 
+
BlockUtils - Class in dev.plex.util
+
 
+
BlockUtils() - Constructor for class dev.plex.util.BlockUtils
+
 
+
BookListener - Class in dev.plex.listener.impl
+
 
+
BookListener() - Constructor for class dev.plex.listener.impl.BookListener
+
 
+
BOOLEAN - Enum constant in enum class dev.plex.util.sql.SQLUtil.Mapper
+
 
+
BRANCH - Variable in class dev.plex.util.UpdateChecker
+
 
+
broadcast(String) - Static method in class dev.plex.util.PlexUtils
+
 
+
broadcast(Component) - Static method in class dev.plex.util.PlexUtils
+
 
+
broadcastToAdmins(Component, String) - Static method in class dev.plex.util.PlexUtils
+
 
+
build - Static variable in class dev.plex.Plex
+
 
+
build() - Method in class dev.plex.util.item.ItemBuilder
+
 
+
BuildInfo - Class in dev.plex.util
+
 
+
BuildInfo() - Constructor for class dev.plex.util.BuildInfo
+
 
+
BungeeUtil - Class in dev.plex.util
+
 
+
BungeeUtil() - Constructor for class dev.plex.util.BungeeUtil
+
 
+
+

C

+
+
cachedBlockedBlocksConfig - Static variable in class dev.plex.listener.impl.BlockListener
+
 
+
cancelled - Variable in class dev.plex.event.PunishedPlayerEvent
+
+
Whether the event was cancelled
+
+
canEnterWorld(Player, World) - Method in class dev.plex.listener.impl.WorldListener
+
+
Check if a Player has the ability to enter the requested world
+
+
canModifyWorld(Player, boolean) - Method in class dev.plex.listener.impl.WorldListener
+
+
Check if a Player has the ability to modify the world they are in
+
+
chat - Variable in class dev.plex.Plex
+
 
+
CHAT - Static variable in class dev.plex.hook.VaultHook
+
 
+
ChatListener - Class in dev.plex.listener.impl
+
 
+
ChatListener() - Constructor for class dev.plex.listener.impl.ChatListener
+
 
+
ChatListener.PlexChatRenderer - Class in dev.plex.listener.impl
+
 
+
check(T) - Static method in class dev.plex.util.GameRuleUtil
+
 
+
checkMutesAndFreeze() - Method in class dev.plex.player.PlexPlayer
+
 
+
checkPermission(CommandSender, String) - Method in class dev.plex.command.PlexCommand
+
+
Checks whether a sender has enough permissions or is high enough a rank
+
+
checkPermission(Player, String) - Method in class dev.plex.command.PlexCommand
+
+
Checks whether a player has enough permissions or is high enough a rank
+
+
chunks - Variable in class dev.plex.world.CustomWorld
+
 
+
classloader(PluginClasspathBuilder) - Method in class dev.plex.PlexLibraryManager
+
 
+
clazz - Variable in enum class dev.plex.util.sql.SQLUtil.Mapper
+
 
+
cleanString(String) - Static method in class dev.plex.util.PlexUtils
+
 
+
CLOSE - Static variable in class dev.plex.menu.pagination.PageableMenu
+
 
+
coins - Variable in class dev.plex.player.PlexPlayer
+
 
+
columns - Variable in class dev.plex.util.sql.Table
+
 
+
command - Variable in class dev.plex.command.blocking.BlockedCommand
+
 
+
commandAliases - Variable in class dev.plex.command.blocking.BlockedCommand
+
 
+
CommandBlockerService - Class in dev.plex.services.impl
+
 
+
CommandBlockerService() - Constructor for class dev.plex.services.impl.CommandBlockerService
+
 
+
CommandFailException - Exception Class in dev.plex.command.exception
+
 
+
CommandFailException(String) - Constructor for exception class dev.plex.command.exception.CommandFailException
+
 
+
CommandHandler - Class in dev.plex.handlers
+
 
+
CommandHandler() - Constructor for class dev.plex.handlers.CommandHandler
+
 
+
CommandListener - Class in dev.plex.listener.impl
+
 
+
CommandListener() - Constructor for class dev.plex.listener.impl.CommandListener
+
 
+
CommandParameters - Annotation Interface in dev.plex.command.annotation
+
+
Storage for a command's parameters
+
+
CommandPermissions - Annotation Interface in dev.plex.command.annotation
+
+
Storage for the command's permissions
+
+
commands - Variable in class dev.plex.listener.impl.MuteListener
+
 
+
commands - Variable in class dev.plex.listener.impl.TogglesListener
+
 
+
commands - Variable in class dev.plex.module.PlexModule
+
 
+
commands - Variable in class dev.plex.Plex
+
 
+
commandSource - Variable in class dev.plex.command.PlexCommand
+
+
Required command source fetched from the permissions
+
+
commandSpy - Variable in class dev.plex.player.PlexPlayer
+
 
+
CommandSpyCMD - Class in dev.plex.command.impl
+
 
+
CommandSpyCMD() - Constructor for class dev.plex.command.impl.CommandSpyCMD
+
 
+
commit - Static variable in class dev.plex.util.BuildInfo
+
 
+
commitGlobalGameRules(World) - Static method in class dev.plex.util.GameRuleUtil
+
 
+
commitSpecificGameRules(World) - Static method in class dev.plex.util.GameRuleUtil
+
 
+
componentFromString(String) - Method in class dev.plex.command.PlexCommand
+
+
Converts a String to a legacy Kyori Component
+
+
ConditionalQuadConsumer<K,V,S,T> - Interface in dev.plex.util.function
+
 
+
config - Variable in class dev.plex.Plex
+
 
+
Config - Class in dev.plex.config
+
+
Creates a custom Config object
+
+
Config(Plex, String) - Constructor for class dev.plex.config.Config
+
+
Creates a config object
+
+
ConfigurationChunkGenerator - Class in dev.plex.world
+
 
+
ConfigurationChunkGenerator(String, BlockPopulator...) - Constructor for class dev.plex.world.ConfigurationChunkGenerator
+
 
+
CONSOLE - Enum constant in enum class dev.plex.command.source.RequiredCommandSource
+
 
+
ConsoleMustDefinePlayerException - Exception Class in dev.plex.command.exception
+
 
+
ConsoleMustDefinePlayerException() - Constructor for exception class dev.plex.command.exception.ConsoleMustDefinePlayerException
+
 
+
ConsoleOnlyException - Exception Class in dev.plex.command.exception
+
 
+
ConsoleOnlyException() - Constructor for exception class dev.plex.command.exception.ConsoleOnlyException
+
 
+
ConsoleSayCMD - Class in dev.plex.command.impl
+
 
+
ConsoleSayCMD() - Constructor for class dev.plex.command.impl.ConsoleSayCMD
+
 
+
coreProtectAPI - Variable in class dev.plex.hook.CoreProtectHook
+
 
+
coreProtectAPI() - Method in class dev.plex.hook.CoreProtectHook
+
 
+
coreProtectHook - Variable in class dev.plex.Plex
+
 
+
CoreProtectHook - Class in dev.plex.hook
+
 
+
CoreProtectHook(Plex) - Constructor for class dev.plex.hook.CoreProtectHook
+
 
+
createBlockMap(String) - Static method in class dev.plex.world.ConfigurationChunkGenerator
+
 
+
createDate(String) - Static method in class dev.plex.util.TimeUtils
+
 
+
createLoopChunkData(int, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.BlockMapChunkGenerator
+
 
+
createLoopChunkData(int, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.CustomChunkGenerator
+
 
+
createLoopChunkData(int, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.FlatChunkGenerator
+
 
+
createLoopChunkData(int, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.NoiseChunkGenerator
+
 
+
createLoopChunkData(int, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.OctaveChunkGenerator
+
 
+
createTable(List<String>, Class<?>) - Static method in class dev.plex.util.sql.SQLUtil
+
 
+
CreativeCMD - Class in dev.plex.command.impl
+
 
+
CreativeCMD() - Constructor for class dev.plex.command.impl.CreativeCMD
+
 
+
currentPage - Variable in class dev.plex.menu.pagination.PageableMenu
+
 
+
CustomChunkGenerator - Class in dev.plex.world
+
 
+
CustomChunkGenerator(int, BlockPopulator...) - Constructor for class dev.plex.world.CustomChunkGenerator
+
 
+
customTime - Variable in class dev.plex.punishment.Punishment
+
 
+
CustomWorld - Class in dev.plex.world
+
 
+
CustomWorld(String, CustomChunkGenerator) - Constructor for class dev.plex.world.CustomWorld
+
 
+
+

D

+
+
dataFolder - Variable in class dev.plex.module.PlexModule
+
 
+
dataSource - Variable in class dev.plex.storage.SQLConnection
+
 
+
DataUtils - Class in dev.plex.cache
+
+
Parent cache class
+
+
DataUtils() - Constructor for class dev.plex.cache.DataUtils
+
 
+
date - Static variable in class dev.plex.util.BuildInfo
+
 
+
DATE_FORMAT - Static variable in class dev.plex.util.TimeUtils
+
 
+
debug(String, Object...) - Static method in class dev.plex.util.PlexLog
+
 
+
DebugCMD - Class in dev.plex.command.impl
+
 
+
DebugCMD() - Constructor for class dev.plex.command.impl.DebugCMD
+
 
+
defaultChatProcessing(AsyncChatEvent, PlexPlayer) - Static method in class dev.plex.listener.impl.ChatListener
+
 
+
DELETE - Static variable in class dev.plex.storage.punishment.SQLNotes
+
 
+
deleteNote(int, UUID) - Method in class dev.plex.storage.punishment.SQLNotes
+
 
+
dependencies - Variable in record class dev.plex.PlexLibraryManager.PluginLibraries
+
+
The field for the dependencies record component.
+
+
dependencies() - Method in record class dev.plex.PlexLibraryManager.PluginLibraries
+
+
Returns the value of the dependencies record component.
+
+
description - Variable in class dev.plex.module.PlexModuleFile
+
 
+
description() - Element in annotation interface dev.plex.command.annotation.CommandParameters
+
+
The description
+
+
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class dev.plex.util.adapter.ZonedDateTimeAdapter
+
 
+
dev.plex - package dev.plex
+
 
+
dev.plex.cache - package dev.plex.cache
+
 
+
dev.plex.command - package dev.plex.command
+
 
+
dev.plex.command.annotation - package dev.plex.command.annotation
+
 
+
dev.plex.command.blocking - package dev.plex.command.blocking
+
 
+
dev.plex.command.exception - package dev.plex.command.exception
+
 
+
dev.plex.command.impl - package dev.plex.command.impl
+
 
+
dev.plex.command.source - package dev.plex.command.source
+
 
+
dev.plex.config - package dev.plex.config
+
 
+
dev.plex.event - package dev.plex.event
+
 
+
dev.plex.handlers - package dev.plex.handlers
+
 
+
dev.plex.hook - package dev.plex.hook
+
 
+
dev.plex.listener - package dev.plex.listener
+
 
+
dev.plex.listener.annotation - package dev.plex.listener.annotation
+
 
+
dev.plex.listener.impl - package dev.plex.listener.impl
+
 
+
dev.plex.menu - package dev.plex.menu
+
 
+
dev.plex.menu.impl - package dev.plex.menu.impl
+
 
+
dev.plex.menu.pagination - package dev.plex.menu.pagination
+
 
+
dev.plex.meta - package dev.plex.meta
+
 
+
dev.plex.module - package dev.plex.module
+
 
+
dev.plex.module.exception - package dev.plex.module.exception
+
 
+
dev.plex.player - package dev.plex.player
+
 
+
dev.plex.punishment - package dev.plex.punishment
+
 
+
dev.plex.punishment.extra - package dev.plex.punishment.extra
+
 
+
dev.plex.services - package dev.plex.services
+
 
+
dev.plex.services.impl - package dev.plex.services.impl
+
 
+
dev.plex.storage - package dev.plex.storage
+
 
+
dev.plex.storage.annotation - package dev.plex.storage.annotation
+
 
+
dev.plex.storage.player - package dev.plex.storage.player
+
 
+
dev.plex.storage.punishment - package dev.plex.storage.punishment
+
 
+
dev.plex.util - package dev.plex.util
+
 
+
dev.plex.util.adapter - package dev.plex.util.adapter
+
 
+
dev.plex.util.function - package dev.plex.util.function
+
 
+
dev.plex.util.item - package dev.plex.util.item
+
 
+
dev.plex.util.minimessage - package dev.plex.util.minimessage
+
 
+
dev.plex.util.redis - package dev.plex.util.redis
+
 
+
dev.plex.util.sql - package dev.plex.util.sql
+
 
+
dev.plex.world - package dev.plex.world
+
 
+
DEVELOPERS - Static variable in class dev.plex.util.PlexUtils
+
 
+
disable() - Method in class dev.plex.module.PlexModule
+
 
+
disabledEffect(Player, Location) - Static method in class dev.plex.util.PlexUtils
+
 
+
disabledEffectMultiple(Player[], Location) - Static method in class dev.plex.util.PlexUtils
+
 
+
disableModules() - Method in class dev.plex.module.ModuleManager
+
 
+
displayName() - Method in class dev.plex.player.PlexPlayer
+
 
+
displayName(String) - Method in class dev.plex.util.item.ItemBuilder
+
 
+
displayName(Component) - Method in class dev.plex.util.item.ItemBuilder
+
 
+
distance - Variable in class dev.plex.util.UpdateChecker
+
 
+
dontSet() - Element in annotation interface dev.plex.storage.annotation.PrimaryKey
+
 
+
doPunishment(PlexPlayer, Punishment) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
DOWNLOAD_PAGE - Variable in class dev.plex.util.UpdateChecker
+
 
+
DropListener - Class in dev.plex.listener.impl
+
 
+
DropListener() - Constructor for class dev.plex.listener.impl.DropListener
+
 
+
+

E

+
+
EDIT_COMMANDS - Variable in class dev.plex.listener.impl.WorldListener
+
 
+
enable() - Method in class dev.plex.module.PlexModule
+
 
+
enableModules() - Method in class dev.plex.module.ModuleManager
+
 
+
endDate - Variable in class dev.plex.punishment.Punishment
+
 
+
endService(AbstractService) - Method in class dev.plex.services.ServiceManager
+
 
+
endService(AbstractService, boolean) - Method in class dev.plex.services.ServiceManager
+
 
+
endServices() - Method in class dev.plex.services.ServiceManager
+
 
+
entityRun(ScheduledTask) - Method in class dev.plex.services.impl.AutoWipeService
+
 
+
EntityWipeCMD - Class in dev.plex.command.impl
+
 
+
EntityWipeCMD() - Constructor for class dev.plex.command.impl.EntityWipeCMD
+
 
+
equals(Object) - Method in record class dev.plex.PlexLibraryManager.PluginLibraries
+
+
Indicates whether some other object is "equal to" this one.
+
+
error(String, Object...) - Static method in class dev.plex.util.PlexLog
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.BanListCommand
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.BlockEditCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.CommandSpyCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.EntityWipeCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.MobPurgeCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.WhoHasCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.PlexCommand
+
+
Executes the command
+
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.AdminChatCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.AdminworldCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.AdventureCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.BanCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.BcastLoginMessageCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.ConsoleSayCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.CreativeCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.DebugCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.FlatlandsCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.FreezeCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.GamemodeCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.KickCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.ListCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.LocalSpawnCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.LockupCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.MasterbuilderworldCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.MobLimitCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.MuteCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.NotesCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.PlexCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.PunishmentsCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.RawSayCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.RemoveLoginMessageCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.SayCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.SetLoginMessageCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.SmiteCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.SpectatorCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.SurvivalCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.TagCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.TempbanCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.TempmuteCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.ToggleCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.UnbanCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.UnfreezeCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.UnmuteCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.WorldCMD
+
 
+
exists(String) - Method in class dev.plex.storage.player.SQLPlayerData
+
 
+
exists(UUID) - Method in class dev.plex.storage.player.SQLPlayerData
+
+
Checks if a player exists in the SQL database
+
+
+

F

+
+
fetchDistanceFromGitHub(String, String, String) - Method in class dev.plex.util.UpdateChecker
+
 
+
file - Variable in class dev.plex.config.Config
+
+
The File instance
+
+
file - Variable in class dev.plex.config.ModuleConfig
+
+
The File instance
+
+
FIVE - Enum constant in enum class dev.plex.menu.AbstractMenu.Rows
+
 
+
FlatChunkGenerator - Class in dev.plex.world
+
 
+
FlatChunkGenerator(int, BlockPopulator...) - Constructor for class dev.plex.world.FlatChunkGenerator
+
 
+
FlatlandsCMD - Class in dev.plex.command.impl
+
 
+
FlatlandsCMD() - Constructor for class dev.plex.command.impl.FlatlandsCMD
+
 
+
format - Static variable in class dev.plex.listener.impl.ChatListener
+
 
+
formatRelativeTime(ZonedDateTime) - Static method in class dev.plex.util.TimeUtils
+
 
+
FOUR - Enum constant in enum class dev.plex.menu.AbstractMenu.Rows
+
 
+
FREEZE - Enum constant in enum class dev.plex.punishment.PunishmentType
+
 
+
FreezeCMD - Class in dev.plex.command.impl
+
 
+
FreezeCMD() - Constructor for class dev.plex.command.impl.FreezeCMD
+
 
+
FreezeListener - Class in dev.plex.listener.impl
+
 
+
FreezeListener() - Constructor for class dev.plex.listener.impl.FreezeListener
+
 
+
frequency - Variable in class dev.plex.world.NoiseOptions
+
 
+
from - Variable in class dev.plex.config.ModuleConfig
+
+
Where the file is in the module JAR
+
+
fromJson(String) - Static method in class dev.plex.punishment.Punishment
+
 
+
frozen - Variable in class dev.plex.event.PunishedPlayerFreezeEvent
+
+
New frozen state of the player
+
+
frozen - Variable in class dev.plex.player.PlexPlayer
+
 
+
+

G

+
+
gamemode - Variable in class dev.plex.command.impl.GamemodeCMD
+
 
+
gameMode - Variable in class dev.plex.event.GameModeUpdateEvent
+
 
+
GamemodeCMD - Class in dev.plex.command.impl
+
 
+
GamemodeCMD() - Constructor for class dev.plex.command.impl.GamemodeCMD
+
 
+
GameModeListener - Class in dev.plex.listener.impl
+
 
+
GameModeListener() - Constructor for class dev.plex.listener.impl.GameModeListener
+
 
+
GameModeUpdateEvent - Class in dev.plex.event
+
 
+
GameModeUpdateEvent() - Constructor for class dev.plex.event.GameModeUpdateEvent
+
 
+
GameRuleService - Class in dev.plex.services.impl
+
 
+
GameRuleService() - Constructor for class dev.plex.services.impl.GameRuleService
+
 
+
GameRuleUtil - Class in dev.plex.util
+
 
+
GameRuleUtil() - Constructor for class dev.plex.util.GameRuleUtil
+
 
+
generate() - Method in class dev.plex.world.CustomWorld
+
 
+
generateBanMessage(Punishment) - Static method in class dev.plex.punishment.Punishment
+
 
+
generateConfigFlatWorld(String) - Static method in class dev.plex.world.CustomWorld
+
 
+
generateIndefBanMessage(String) - Static method in class dev.plex.punishment.Punishment
+
 
+
generateIndefBanMessageWithReason(String, String) - Static method in class dev.plex.punishment.Punishment
+
 
+
generateKickMessage(Punishment) - Static method in class dev.plex.punishment.Punishment
+
 
+
generateNoise(WorldInfo, Random, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.OctaveChunkGenerator
+
 
+
generateNoise(WorldInfo, Random, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.NoiseChunkGenerator
+
 
+
generateSurface(WorldInfo, Random, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.FlatChunkGenerator
+
 
+
generateWorlds() - Method in class dev.plex.Plex
+
 
+
generator() - Method in class dev.plex.world.CustomWorld
+
 
+
get() - Static method in class dev.plex.Plex
+
 
+
getActiveBans() - Method in class dev.plex.punishment.PunishmentManager
+
 
+
getAllMobs() - Method in class dev.plex.command.impl.MobPurgeCMD
+
 
+
getBanByIP(String) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
getByClass(Class<?>) - Static method in enum class dev.plex.util.sql.SQLUtil.Mapper
+
 
+
getByIP(String) - Method in class dev.plex.storage.player.SQLPlayerData
+
+
Gets the player from cache or from the SQL database
+
+
getByName(String) - Method in class dev.plex.storage.player.SQLPlayerData
+
 
+
getByName(String, boolean) - Method in class dev.plex.storage.player.SQLPlayerData
+
 
+
getByUUID(UUID) - Method in class dev.plex.storage.player.SQLPlayerData
+
 
+
getByUUID(UUID, boolean) - Method in class dev.plex.storage.player.SQLPlayerData
+
+
Gets the player from cache or from the SQL database
+
+
getChat() - Static method in class dev.plex.hook.VaultHook
+
 
+
getClassesBySubType(String, Class<T>) - Static method in class dev.plex.util.ReflectionsUtil
+
 
+
getClassesFrom(String) - Static method in class dev.plex.util.ReflectionsUtil
+
 
+
getColor(PlexPlayer) - Static method in class dev.plex.meta.PlayerMeta
+
 
+
getCommand(String) - Method in class dev.plex.module.PlexModule
+
 
+
getCon() - Method in class dev.plex.storage.SQLConnection
+
 
+
getCount(UUID) - Method in class dev.plex.listener.impl.AntiNukerListener
+
 
+
getCount(UUID) - Method in class dev.plex.listener.impl.AntiSpamListener
+
 
+
getDefaultPopulators(World) - Method in class dev.plex.world.CustomChunkGenerator
+
 
+
getGenericField(Field) - Static method in class dev.plex.util.ReflectionsUtil
+
 
+
getHandlerList() - Static method in class dev.plex.event.GameModeUpdateEvent
+
 
+
getHandlerList() - Static method in class dev.plex.event.PunishedPlayerFreezeEvent
+
 
+
getHandlerList() - Static method in class dev.plex.event.PunishedPlayerLockupEvent
+
 
+
getHandlerList() - Static method in class dev.plex.event.PunishedPlayerMuteEvent
+
 
+
getHandlers() - Method in class dev.plex.event.GameModeUpdateEvent
+
 
+
getHandlers() - Method in class dev.plex.event.PunishedPlayerFreezeEvent
+
 
+
getHandlers() - Method in class dev.plex.event.PunishedPlayerLockupEvent
+
 
+
getHandlers() - Method in class dev.plex.event.PunishedPlayerMuteEvent
+
 
+
getIndefiniteBanByIP(String) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
getIndefiniteBanByUsername(String) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
getIndefiniteBanByUUID(UUID) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
getJedis() - Method in class dev.plex.storage.RedisConnection
+
 
+
getLoginMessage(PlexPlayer) - Static method in class dev.plex.meta.PlayerMeta
+
 
+
getMap() - Method in class dev.plex.command.PlexCommand
+
 
+
getNameByUUID(UUID) - Method in class dev.plex.storage.player.SQLPlayerData
+
+
Gets the player from cache or from the SQL database
+
+
getNonNullPlayer(String) - Method in class dev.plex.command.PlexCommand
+
 
+
getNonNullWorld(String) - Method in class dev.plex.command.PlexCommand
+
 
+
getNotes(UUID) - Method in class dev.plex.storage.punishment.SQLNotes
+
 
+
getOfflinePlexPlayer(UUID) - Method in class dev.plex.command.PlexCommand
+
 
+
getOnlinePlexPlayer(String) - Method in class dev.plex.command.PlexCommand
+
 
+
getPermission() - Static method in class dev.plex.hook.VaultHook
+
 
+
getPlayer() - Method in class dev.plex.player.PlexPlayer
+
 
+
getPlayer(String) - Static method in class dev.plex.cache.DataUtils
+
 
+
getPlayer(String, boolean) - Static method in class dev.plex.cache.DataUtils
+
 
+
getPlayer(UUID) - Static method in class dev.plex.cache.DataUtils
+
+
Gets a player from cache or from the database
+
+
getPlayer(UUID, boolean) - Static method in class dev.plex.cache.DataUtils
+
 
+
getPlayerByIP(String) - Static method in class dev.plex.cache.DataUtils
+
+
Gets a player from cache or from the database
+
+
getPlayerNameList() - Static method in class dev.plex.util.PlexUtils
+
 
+
getPlexPlayer(UUID) - Method in class dev.plex.cache.PlayerCache
+
 
+
getPlexPlayer(Player) - Method in class dev.plex.command.PlexCommand
+
+
Gets a PlexPlayer from Player object
+
+
getPlexPlayerMap() - Method in class dev.plex.cache.PlayerCache
+
+
A key/value pair where the key is the unique ID of the Punished Player
+
+
getPlugin() - Method in class dev.plex.command.PlexCommand
+
+
The plugin
+
+
getPrefix(PlexPlayer) - Static method in class dev.plex.hook.VaultHook
+
 
+
getPrefix(PlexPlayer) - Static method in class dev.plex.meta.PlayerMeta
+
 
+
getPrefix(UUID) - Static method in class dev.plex.hook.VaultHook
+
 
+
getPrefix(OfflinePlayer) - Static method in class dev.plex.hook.VaultHook
+
 
+
getPunishments() - Method in class dev.plex.storage.punishment.SQLPunishment
+
 
+
getPunishments(String) - Method in class dev.plex.storage.punishment.SQLPunishment
+
 
+
getPunishments(UUID) - Method in class dev.plex.storage.punishment.SQLPunishment
+
 
+
getRandomColor() - Static method in class dev.plex.util.RandomUtil
+
 
+
getResource(String) - Method in class dev.plex.module.PlexModule
+
 
+
getService(Class<? extends AbstractService>) - Method in class dev.plex.services.ServiceManager
+
 
+
getTextFromComponent(Component) - Static method in class dev.plex.util.PlexUtils
+
 
+
getTextFromComponents(Component...) - Static method in class dev.plex.util.PlexUtils
+
 
+
getUpdateStatusMessage(CommandSender, boolean, int) - Method in class dev.plex.util.UpdateChecker
+
 
+
getUUID(CommandSender) - Method in class dev.plex.command.PlexCommand
+
+
Gets the UUID of the sender
+
+
gson - Static variable in class dev.plex.punishment.Punishment
+
 
+
GSON - Static variable in class dev.plex.util.redis.MessageUtil
+
 
+
+

H

+
+
handlers - Static variable in class dev.plex.event.GameModeUpdateEvent
+
 
+
handlers - Static variable in class dev.plex.event.PunishedPlayerFreezeEvent
+
 
+
handlers - Static variable in class dev.plex.event.PunishedPlayerLockupEvent
+
 
+
handlers - Static variable in class dev.plex.event.PunishedPlayerMuteEvent
+
 
+
has(String) - Method in class dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
+
 
+
hasApi - Variable in class dev.plex.hook.CoreProtectHook
+
 
+
hasCommandSpy(PlexPlayer) - Method in class dev.plex.listener.impl.CommandListener
+
 
+
hasCoreProtect() - Method in class dev.plex.hook.CoreProtectHook
+
 
+
hashCode() - Method in record class dev.plex.PlexLibraryManager.PluginLibraries
+
+
Returns a hash code value for this object.
+
+
hasPlayedBefore(String) - Static method in class dev.plex.cache.DataUtils
+
 
+
hasPlayedBefore(UUID) - Static method in class dev.plex.cache.DataUtils
+
+
Checks if the player has been on the server before
+
+
hasPrefix - Variable in class dev.plex.listener.impl.ChatListener.PlexChatRenderer
+
 
+
hasPrism() - Method in class dev.plex.hook.PrismHook
+
 
+
hasUpdateAccess(Player, CommandSender) - Method in class dev.plex.command.impl.PlexCMD
+
 
+
hasVanishPlugin() - Static method in class dev.plex.util.PlexUtils
+
 
+
height - Variable in class dev.plex.world.CustomChunkGenerator
+
 
+
+

I

+
+
id - Variable in class dev.plex.punishment.extra.Note
+
 
+
IGNORED_TAGS - Static variable in class dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
+
 
+
IN_GAME - Enum constant in enum class dev.plex.command.source.RequiredCommandSource
+
 
+
indefBans - Variable in class dev.plex.Plex
+
 
+
IndefiniteBan() - Constructor for class dev.plex.punishment.PunishmentManager.IndefiniteBan
+
 
+
indefiniteBans - Variable in class dev.plex.punishment.PunishmentManager
+
 
+
init() - Method in class dev.plex.menu.pagination.PageableMenu
+
 
+
initialized - Variable in class dev.plex.menu.pagination.PageableMenu
+
 
+
insert(PlexPlayer) - Static method in class dev.plex.cache.DataUtils
+
+
Inserts a player's information in the database
+
+
insert(PlexPlayer) - Method in class dev.plex.storage.player.SQLPlayerData
+
+
Inserts the player's information in the database
+
+
INSERT - Variable in class dev.plex.storage.player.SQLPlayerData
+
 
+
INSERT - Static variable in class dev.plex.storage.punishment.SQLNotes
+
 
+
INSERT - Static variable in class dev.plex.storage.punishment.SQLPunishment
+
 
+
insertPunishment(Punishment) - Method in class dev.plex.storage.punishment.SQLPunishment
+
 
+
INT - Enum constant in enum class dev.plex.util.sql.SQLUtil.Mapper
+
 
+
INVENTORIES - Static variable in class dev.plex.menu.AbstractMenu
+
 
+
inventory - Variable in class dev.plex.menu.AbstractMenu
+
 
+
inventory - Variable in class dev.plex.menu.pagination.PageableMenu
+
 
+
ip - Variable in class dev.plex.punishment.Punishment
+
 
+
ips - Variable in class dev.plex.player.PlexPlayer
+
 
+
ips - Variable in class dev.plex.punishment.PunishmentManager.IndefiniteBan
+
 
+
isAsyncBanned(UUID) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
isBanned(PlexPlayer) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
isBanned(UUID) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
isBungeeCord() - Static method in class dev.plex.util.BungeeUtil
+
 
+
isConsole(CommandSender) - Method in class dev.plex.command.PlexCommand
+
+
Checks whether a sender is console
+
+
isEnabled() - Method in class dev.plex.storage.RedisConnection
+
 
+
isEntityLimitReached(Chunk, int) - Static method in class dev.plex.listener.impl.MobListener
+
 
+
IService - Interface in dev.plex.services
+
 
+
isFolia() - Static method in class dev.plex.util.PlexUtils
+
 
+
isNotEmpty(File) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
isNumeric(String) - Method in class dev.plex.command.impl.EntityWipeCMD
+
 
+
isPluginCMD(String, String) - Static method in class dev.plex.util.PlexUtils
+
 
+
issueBan(Map.Entry<UUID, Long>) - Method in class dev.plex.services.impl.TimingService
+
 
+
issuePunishment(PlexPlayer, Punishment) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
isVanished(PlexPlayer) - Static method in class dev.plex.meta.PlayerMeta
+
 
+
isVanished(Player) - Static method in class dev.plex.meta.PlayerMeta
+
 
+
isVelocity() - Static method in class dev.plex.util.BungeeUtil
+
 
+
ItemBuilder - Class in dev.plex.util.item
+
 
+
ItemBuilder(Material) - Constructor for class dev.plex.util.item.ItemBuilder
+
 
+
itemStack - Variable in class dev.plex.util.item.ItemBuilder
+
 
+
+

J

+
+
jedis - Variable in class dev.plex.storage.RedisConnection
+
 
+
+

K

+
+
KICK - Enum constant in enum class dev.plex.punishment.PunishmentType
+
 
+
KickCMD - Class in dev.plex.command.impl
+
 
+
KickCMD() - Constructor for class dev.plex.command.impl.KickCMD
+
 
+
kickPlayer(Player, Component) - Static method in class dev.plex.util.BungeeUtil
+
 
+
+

L

+
+
LEGACY_FORMATTING_PATTERN - Static variable in class dev.plex.util.PlexUtils
+
 
+
legacyToMiniString(String) - Static method in class dev.plex.util.PlexUtils
+
+
Deprecated.
+
+
libraries - Variable in class dev.plex.module.PlexModuleFile
+
 
+
list() - Method in class dev.plex.menu.impl.MaterialMenu
+
 
+
list() - Method in class dev.plex.menu.impl.PunishedPlayerMenu
+
 
+
list() - Method in class dev.plex.menu.impl.PunishmentMenu
+
 
+
list() - Method in class dev.plex.menu.pagination.PageableMenu
+
 
+
ListCMD - Class in dev.plex.command.impl
+
 
+
ListCMD() - Constructor for class dev.plex.command.impl.ListCMD
+
 
+
ListenerHandler - Class in dev.plex.handlers
+
 
+
ListenerHandler() - Constructor for class dev.plex.handlers.ListenerHandler
+
 
+
listeners - Variable in class dev.plex.module.PlexModule
+
 
+
load() - Method in class dev.plex.config.Config
+
 
+
load() - Method in class dev.plex.config.ModuleConfig
+
 
+
load() - Method in class dev.plex.module.PlexModule
+
 
+
load() - Method in class dev.plex.PlexLibraryManager
+
 
+
load(boolean) - Method in class dev.plex.config.Config
+
+
Loads the configuration file
+
+
load(Plex) - Method in class dev.plex.util.BuildInfo
+
 
+
loadAllModules() - Method in class dev.plex.module.ModuleManager
+
 
+
loadModules() - Method in class dev.plex.module.ModuleManager
+
 
+
loadNotes() - Method in class dev.plex.player.PlexPlayer
+
 
+
loadPunishments() - Method in class dev.plex.player.PlexPlayer
+
 
+
LocalSpawnCMD - Class in dev.plex.command.impl
+
 
+
LocalSpawnCMD() - Constructor for class dev.plex.command.impl.LocalSpawnCMD
+
 
+
lockedUp - Variable in class dev.plex.event.PunishedPlayerLockupEvent
+
+
New lock up state of the player
+
+
lockedUp - Variable in class dev.plex.player.PlexPlayer
+
 
+
LockupCMD - Class in dev.plex.command.impl
+
 
+
LockupCMD() - Constructor for class dev.plex.command.impl.LockupCMD
+
 
+
log(String, Object...) - Static method in class dev.plex.util.PlexLog
+
 
+
log(Component) - Static method in class dev.plex.util.PlexLog
+
 
+
logger - Variable in class dev.plex.module.PlexModule
+
 
+
logger - Static variable in class dev.plex.util.PlexLog
+
 
+
loginMessage - Variable in class dev.plex.player.PlexPlayer
+
 
+
lore(String...) - Method in class dev.plex.util.item.ItemBuilder
+
 
+
lore(Component...) - Method in class dev.plex.util.item.ItemBuilder
+
 
+
+

M

+
+
main - Variable in class dev.plex.module.PlexModuleFile
+
 
+
MapObjectList - Annotation Interface in dev.plex.storage.annotation
+
 
+
mappedTables - Variable in class dev.plex.util.sql.Table
+
 
+
Mapper(Class<?>...) - Constructor for enum class dev.plex.util.sql.SQLUtil.Mapper
+
 
+
MARIADB - Enum constant in enum class dev.plex.storage.StorageType
+
 
+
MasterbuilderworldCMD - Class in dev.plex.command.impl
+
 
+
MasterbuilderworldCMD() - Constructor for class dev.plex.command.impl.MasterbuilderworldCMD
+
 
+
matches(String) - Method in class dev.plex.command.PlexCommand
+
+
Checks if the String given is a matching command
+
+
MaterialMenu - Class in dev.plex.menu.impl
+
 
+
MaterialMenu() - Constructor for class dev.plex.menu.impl.MaterialMenu
+
 
+
MenuListener - Class in dev.plex.listener.impl
+
 
+
MenuListener() - Constructor for class dev.plex.listener.impl.MenuListener
+
 
+
mergeIndefiniteBans() - Method in class dev.plex.punishment.PunishmentManager
+
 
+
message - Variable in class dev.plex.command.blocking.BlockedCommand
+
 
+
messageComponent(String, Object...) - Method in class dev.plex.command.PlexCommand
+
+
Converts a message entry from the "messages.yml" to a Component
+
+
messageComponent(String, Object...) - Static method in class dev.plex.util.PlexUtils
+
 
+
messageComponent(String, Component...) - Method in class dev.plex.command.PlexCommand
+
+
Converts a message entry from the "messages.yml" to a Component
+
+
messageComponent(String, Component...) - Static method in class dev.plex.util.PlexUtils
+
 
+
messages - Variable in class dev.plex.Plex
+
 
+
messageString(String, Object...) - Method in class dev.plex.command.PlexCommand
+
+
Converts a message entry from the "messages.yml" to a String
+
+
messageString(String, Object...) - Static method in class dev.plex.util.PlexUtils
+
 
+
MessageUtil - Class in dev.plex.util.redis
+
 
+
MessageUtil() - Constructor for class dev.plex.util.redis.MessageUtil
+
 
+
meta - Variable in class dev.plex.util.item.ItemBuilder
+
 
+
MINI_MESSAGE - Static variable in class dev.plex.util.minimessage.SafeMiniMessage
+
 
+
MINI_MESSAGE - Static variable in class dev.plex.util.PlexUtils
+
 
+
mmCustomDeserialize(String, TagResolver...) - Static method in class dev.plex.util.PlexUtils
+
 
+
mmDeserialize(String) - Static method in class dev.plex.util.minimessage.SafeMiniMessage
+
 
+
mmDeserialize(String) - Static method in class dev.plex.util.PlexUtils
+
 
+
mmDeserializeWithoutEvents(String) - Static method in class dev.plex.util.minimessage.SafeMiniMessage
+
 
+
mmSerialize(Component) - Static method in class dev.plex.util.minimessage.SafeMiniMessage
+
 
+
mmSerialize(Component) - Static method in class dev.plex.util.PlexUtils
+
 
+
mmSerializeWithoutEvents(Component) - Static method in class dev.plex.util.minimessage.SafeMiniMessage
+
 
+
mmString(String) - Method in class dev.plex.command.PlexCommand
+
+
Converts a String to a MiniMessage Component
+
+
mmStripColor(String) - Static method in class dev.plex.util.PlexUtils
+
 
+
MOB_TYPES - Variable in class dev.plex.command.impl.MobPurgeCMD
+
 
+
MobLimitCMD - Class in dev.plex.command.impl
+
 
+
MobLimitCMD() - Constructor for class dev.plex.command.impl.MobLimitCMD
+
 
+
MobListener - Class in dev.plex.listener.impl
+
 
+
MobListener() - Constructor for class dev.plex.listener.impl.MobListener
+
 
+
MobPurgeCMD - Class in dev.plex.command.impl
+
 
+
MobPurgeCMD() - Constructor for class dev.plex.command.impl.MobPurgeCMD
+
 
+
module - Variable in class dev.plex.config.ModuleConfig
+
+
The plugin instance
+
+
ModuleConfig - Class in dev.plex.config
+
+
Creates a custom Config object
+
+
ModuleConfig(PlexModule, String, String) - Constructor for class dev.plex.config.ModuleConfig
+
+
Creates a config object
+
+
ModuleLoadException - Exception Class in dev.plex.module.exception
+
 
+
ModuleLoadException(String) - Constructor for exception class dev.plex.module.exception.ModuleLoadException
+
 
+
moduleManager - Variable in class dev.plex.Plex
+
 
+
ModuleManager - Class in dev.plex.module
+
 
+
ModuleManager() - Constructor for class dev.plex.module.ModuleManager
+
 
+
modules - Variable in class dev.plex.module.ModuleManager
+
 
+
modulesFolder - Variable in class dev.plex.Plex
+
 
+
multipleS(int) - Method in class dev.plex.command.impl.MobPurgeCMD
+
 
+
MUTE - Enum constant in enum class dev.plex.punishment.PunishmentType
+
 
+
MuteCMD - Class in dev.plex.command.impl
+
 
+
MuteCMD() - Constructor for class dev.plex.command.impl.MuteCMD
+
 
+
muted - Variable in class dev.plex.event.PunishedPlayerMuteEvent
+
+
New muted state of the player
+
+
muted - Variable in class dev.plex.player.PlexPlayer
+
 
+
MuteListener - Class in dev.plex.listener.impl
+
 
+
MuteListener() - Constructor for class dev.plex.listener.impl.MuteListener
+
 
+
+

N

+
+
name - Variable in class dev.plex.config.Config
+
+
The file name
+
+
name - Variable in class dev.plex.menu.AbstractMenu
+
 
+
name - Variable in class dev.plex.menu.pagination.PageableMenu
+
 
+
name - Variable in class dev.plex.module.PlexModuleFile
+
 
+
name - Variable in class dev.plex.player.PlexPlayer
+
 
+
name - Variable in class dev.plex.util.sql.Table
+
 
+
name() - Element in annotation interface dev.plex.command.annotation.CommandParameters
+
+
The name
+
+
nameRequired - Variable in class dev.plex.command.impl.SetLoginMessageCMD
+
 
+
newVersion - Variable in class dev.plex.services.impl.UpdateCheckerService
+
 
+
NEXT - Static variable in class dev.plex.menu.pagination.PageableMenu
+
 
+
noColorComponentFromString(String) - Method in class dev.plex.command.PlexCommand
+
 
+
NoiseChunkGenerator - Class in dev.plex.world
+
 
+
NoiseChunkGenerator(int, NoiseOptions, BlockPopulator...) - Constructor for class dev.plex.world.NoiseChunkGenerator
+
 
+
NoiseOptions - Class in dev.plex.world
+
 
+
NoiseOptions(int, int, double, double, boolean) - Constructor for class dev.plex.world.NoiseOptions
+
 
+
NoLimit - Annotation Interface in dev.plex.storage.annotation
+
 
+
normalized - Variable in class dev.plex.world.NoiseOptions
+
 
+
note - Variable in class dev.plex.punishment.extra.Note
+
 
+
Note - Class in dev.plex.punishment.extra
+
 
+
Note() - Constructor for class dev.plex.punishment.extra.Note
+
 
+
notes - Variable in class dev.plex.player.PlexPlayer
+
 
+
NotesCMD - Class in dev.plex.command.impl
+
 
+
NotesCMD() - Constructor for class dev.plex.command.impl.NotesCMD
+
 
+
nukerCooldown - Static variable in class dev.plex.services.impl.TimingService
+
 
+
number - Static variable in class dev.plex.util.BuildInfo
+
 
+
+

O

+
+
OctaveChunkGenerator - Class in dev.plex.world
+
 
+
OctaveChunkGenerator(int, OctaveOptions, BlockPopulator...) - Constructor for class dev.plex.world.OctaveChunkGenerator
+
 
+
OctaveOptions - Class in dev.plex.world
+
 
+
OctaveOptions(int, int, double, double, boolean, int) - Constructor for class dev.plex.world.OctaveOptions
+
 
+
octaves - Variable in class dev.plex.world.OctaveOptions
+
 
+
onBlockBreak(BlockBreakEvent) - Method in class dev.plex.listener.impl.AntiNukerListener
+
 
+
onBlockBreak(BlockBreakEvent) - Method in class dev.plex.listener.impl.BlockListener
+
 
+
onBlockBreak(BlockBreakEvent) - Method in class dev.plex.listener.impl.WorldListener
+
 
+
onBlockExplode(BlockExplodeEvent) - Method in class dev.plex.listener.impl.TogglesListener
+
 
+
onBlockPlace(BlockPlaceEvent) - Method in class dev.plex.listener.impl.AntiNukerListener
+
 
+
onBlockPlace(BlockPlaceEvent) - Method in class dev.plex.listener.impl.BlockListener
+
 
+
onBlockPlace(BlockPlaceEvent) - Method in class dev.plex.listener.impl.WorldListener
+
 
+
onBlockRedstone(BlockRedstoneEvent) - Method in class dev.plex.listener.impl.TogglesListener
+
 
+
onBookEdit(PlayerEditBookEvent) - Method in class dev.plex.listener.impl.BookListener
+
 
+
onChat(AsyncChatEvent) - Method in class dev.plex.listener.impl.AntiSpamListener
+
 
+
onChat(AsyncChatEvent) - Method in class dev.plex.listener.impl.ChatListener
+
 
+
onChat(AsyncChatEvent) - Method in class dev.plex.listener.impl.MuteListener
+
 
+
onChat(AsyncChatEvent) - Method in class dev.plex.listener.impl.TogglesListener
+
 
+
onClick - Variable in class dev.plex.menu.pagination.PageableMenu
+
 
+
onClick - Variable in class dev.plex.menu.pagination.PageableMenu.Page
+
 
+
onClick(ConditionalQuadConsumer<InventoryView, Inventory, Player, ItemStack>) - Method in class dev.plex.menu.pagination.PageableMenu
+
 
+
onClick(InventoryClickEvent) - Method in class dev.plex.listener.impl.MenuListener
+
 
+
onClick(InventoryView, Inventory, Player, ItemStack) - Method in class dev.plex.menu.AbstractMenu
+
 
+
onClick(InventoryView, Inventory, Player, ItemStack) - Method in class dev.plex.menu.impl.ToggleMenu
+
 
+
onClick(InventoryView, Inventory, Player, ItemStack) - Method in class dev.plex.menu.pagination.PageableMenu.Page
+
 
+
onCommand(PlayerCommandPreprocessEvent) - Method in class dev.plex.listener.impl.MuteListener
+
 
+
onCommand(PlayerCommandPreprocessEvent) - Method in class dev.plex.listener.impl.TogglesListener
+
 
+
onCommandBlocking(PlayerCommandPreprocessEvent) - Method in class dev.plex.listener.impl.CommandListener
+
 
+
onDisable() - Method in class dev.plex.Plex
+
 
+
onDispense(BlockDispenseEvent) - Method in class dev.plex.listener.impl.MobListener
+
 
+
ONE - Enum constant in enum class dev.plex.menu.AbstractMenu.Rows
+
 
+
onEnable() - Method in class dev.plex.Plex
+
 
+
onEnd() - Method in class dev.plex.services.AbstractService
+
 
+
onEntityClick(PlayerInteractEntityEvent) - Method in class dev.plex.listener.impl.MobListener
+
 
+
onEntityExplode(EntityExplodeEvent) - Method in class dev.plex.listener.impl.TogglesListener
+
 
+
onEntitySpawn(EntitySpawnEvent) - Method in class dev.plex.listener.impl.MobListener
+
 
+
onEntitySpawn(EntitySpawnEvent) - Method in class dev.plex.listener.impl.WorldListener
+
 
+
onExplosionPrime(ExplosionPrimeEvent) - Method in class dev.plex.listener.impl.TogglesListener
+
 
+
onFluidSpread(BlockFromToEvent) - Method in class dev.plex.listener.impl.TogglesListener
+
 
+
onFluidSpread(PlayerDropItemEvent) - Method in class dev.plex.listener.impl.TogglesListener
+
 
+
onGameModeUpdate(GameModeUpdateEvent) - Method in class dev.plex.listener.impl.GameModeListener
+
 
+
onInteractWorld(EntityDamageByEntityEvent) - Method in class dev.plex.listener.impl.WorldListener
+
 
+
onInteractWorld(PlayerInteractEntityEvent) - Method in class dev.plex.listener.impl.WorldListener
+
 
+
onInteractWorld(PlayerInteractEvent) - Method in class dev.plex.listener.impl.WorldListener
+
 
+
onInteractWorld(PlayerItemDamageEvent) - Method in class dev.plex.listener.impl.WorldListener
+
 
+
onInventoryClick(InventoryClickEvent) - Method in class dev.plex.listener.impl.PlayerListener
+
 
+
onLoad() - Method in class dev.plex.Plex
+
 
+
onPlayerAttack(PrePlayerAttackEntityEvent) - Method in class dev.plex.listener.impl.TogglesListener
+
 
+
onPlayerCommandPreprocess(PlayerCommandPreprocessEvent) - Method in class dev.plex.listener.impl.AntiSpamListener
+
 
+
onPlayerCommandPreprocess(PlayerCommandPreprocessEvent) - Method in class dev.plex.listener.impl.CommandListener
+
 
+
onPlayerCommandPreprocess(PlayerCommandPreprocessEvent) - Method in class dev.plex.listener.impl.WorldListener
+
 
+
onPlayerDropItem(PlayerDropItemEvent) - Method in class dev.plex.listener.impl.DropListener
+
 
+
onPlayerInteract(PlayerInteractEvent) - Method in class dev.plex.listener.impl.MobListener
+
 
+
onPlayerInventoryClose(InventoryCloseEvent) - Method in class dev.plex.listener.impl.PlayerListener
+
 
+
onPlayerJoin(PlayerJoinEvent) - Method in class dev.plex.listener.impl.TabListener
+
 
+
onPlayerMove(PlayerMoveEvent) - Method in class dev.plex.listener.impl.FreezeListener
+
 
+
onPlayerSave(PlayerQuitEvent) - Method in class dev.plex.listener.impl.PlayerListener
+
 
+
onPlayerSetup(PlayerJoinEvent) - Method in class dev.plex.listener.impl.PlayerListener
+
 
+
onPlayerTeleport(PlayerTeleportEvent) - Method in class dev.plex.listener.impl.FreezeListener
+
 
+
onPlayerUnvanish(PlayerShowEvent) - Method in class dev.plex.listener.impl.VanishListener
+
 
+
onPotionSplash(PotionSplashEvent) - Method in class dev.plex.listener.impl.TogglesListener
+
 
+
onPreLogin(AsyncPlayerPreLoginEvent) - Method in class dev.plex.listener.impl.BanListener
+
 
+
onProjectileHit(ProjectileHitEvent) - Method in class dev.plex.listener.impl.TogglesListener
+
 
+
onServerPing(PaperServerListPingEvent) - Method in class dev.plex.listener.impl.ServerListener
+
 
+
onStart() - Method in class dev.plex.services.AbstractService
+
 
+
onWorldTeleport(PlayerTeleportEvent) - Method in class dev.plex.listener.impl.WorldListener
+
 
+
open(Player) - Method in class dev.plex.menu.AbstractMenu
+
 
+
open(Player) - Method in class dev.plex.menu.pagination.PageableMenu
+
 
+
open(Player, int) - Method in class dev.plex.menu.pagination.PageableMenu
+
 
+
options - Variable in class dev.plex.world.NoiseChunkGenerator
+
 
+
options - Variable in class dev.plex.world.OctaveChunkGenerator
+
 
+
owner(OfflinePlayer) - Method in class dev.plex.util.item.ItemBuilder
+
 
+
+

P

+
+
Page(String, AbstractMenu.Rows) - Constructor for class dev.plex.menu.pagination.PageableMenu.Page
+
 
+
Page(Component, AbstractMenu.Rows) - Constructor for class dev.plex.menu.pagination.PageableMenu.Page
+
 
+
PageableMenu<T> - Class in dev.plex.menu.pagination
+
 
+
PageableMenu(String, AbstractMenu.Rows) - Constructor for class dev.plex.menu.pagination.PageableMenu
+
 
+
PageableMenu(Component, AbstractMenu.Rows) - Constructor for class dev.plex.menu.pagination.PageableMenu
+
 
+
PageableMenu.Page - Class in dev.plex.menu.pagination
+
 
+
pages - Variable in class dev.plex.menu.pagination.PageableMenu
+
 
+
params - Variable in class dev.plex.command.PlexCommand
+
+
The parameters for the command
+
+
parent - Variable in class dev.plex.menu.pagination.PageableMenu.Page
+
 
+
parseInt(CommandSender, String) - Method in class dev.plex.command.impl.EntityWipeCMD
+
 
+
parseInteger(String) - Static method in class dev.plex.util.TimeUtils
+
 
+
permission() - Element in annotation interface dev.plex.command.annotation.CommandPermissions
+
+
The permission
+
+
permissions - Variable in class dev.plex.Plex
+
 
+
PERMISSIONS - Static variable in class dev.plex.hook.VaultHook
+
 
+
perms - Variable in class dev.plex.command.PlexCommand
+
+
The permissions for the command
+
+
player - Variable in class dev.plex.event.GameModeUpdateEvent
+
 
+
playerCache - Variable in class dev.plex.Plex
+
 
+
PlayerCache - Class in dev.plex.cache
+
+
Cache storage
+
+
PlayerCache() - Constructor for class dev.plex.cache.PlayerCache
+
 
+
PlayerListener - Class in dev.plex.listener.impl
+
 
+
PlayerListener() - Constructor for class dev.plex.listener.impl.PlayerListener
+
 
+
PlayerMeta - Class in dev.plex.meta
+
 
+
PlayerMeta() - Constructor for class dev.plex.meta.PlayerMeta
+
 
+
PlayerNotBannedException - Exception Class in dev.plex.command.exception
+
 
+
PlayerNotBannedException() - Constructor for exception class dev.plex.command.exception.PlayerNotBannedException
+
 
+
PlayerNotFoundException - Exception Class in dev.plex.command.exception
+
 
+
PlayerNotFoundException() - Constructor for exception class dev.plex.command.exception.PlayerNotFoundException
+
 
+
plex - Variable in class dev.plex.module.PlexModule
+
 
+
Plex - Class in dev.plex
+
 
+
Plex() - Constructor for class dev.plex.Plex
+
 
+
PlexBase - Interface in dev.plex
+
 
+
PlexChatRenderer() - Constructor for class dev.plex.listener.impl.ChatListener.PlexChatRenderer
+
 
+
PlexCMD - Class in dev.plex.command.impl
+
 
+
PlexCMD() - Constructor for class dev.plex.command.impl.PlexCMD
+
 
+
PlexCommand - Class in dev.plex.command
+
+
Superclass for all commands
+
+
PlexCommand() - Constructor for class dev.plex.command.PlexCommand
+
 
+
PlexCommand(boolean) - Constructor for class dev.plex.command.PlexCommand
+
+
Creates an instance of the command
+
+
PlexLibraryManager - Class in dev.plex
+
 
+
PlexLibraryManager() - Constructor for class dev.plex.PlexLibraryManager
+
 
+
PlexLibraryManager.PluginLibraries - Record Class in dev.plex
+
 
+
PlexListener - Class in dev.plex.listener
+
 
+
PlexListener() - Constructor for class dev.plex.listener.PlexListener
+
 
+
PlexLog - Class in dev.plex.util
+
 
+
PlexLog() - Constructor for class dev.plex.util.PlexLog
+
 
+
PlexModule - Class in dev.plex.module
+
 
+
PlexModule() - Constructor for class dev.plex.module.PlexModule
+
 
+
plexModuleFile - Variable in class dev.plex.module.PlexModule
+
 
+
PlexModuleFile - Class in dev.plex.module
+
 
+
PlexModuleFile() - Constructor for class dev.plex.module.PlexModuleFile
+
 
+
PlexPlayer - Class in dev.plex.player
+
 
+
PlexPlayer() - Constructor for class dev.plex.player.PlexPlayer
+
 
+
PlexPlayer(UUID) - Constructor for class dev.plex.player.PlexPlayer
+
 
+
PlexPlayer(UUID, boolean) - Constructor for class dev.plex.player.PlexPlayer
+
 
+
plexPlayerMap - Static variable in class dev.plex.cache.PlayerCache
+
+
A key/value pair where the key is the unique ID of the Plex Player
+
+
PlexUtils - Class in dev.plex.util
+
 
+
PlexUtils() - Constructor for class dev.plex.util.PlexUtils
+
 
+
plugin - Static variable in class dev.plex.command.PlexCommand
+
+
Returns the instance of the plugin
+
+
plugin - Variable in class dev.plex.config.Config
+
+
The plugin instance
+
+
plugin - Variable in class dev.plex.menu.impl.ToggleMenu
+
 
+
plugin - Static variable in class dev.plex.Plex
+
 
+
plugin - Static variable in interface dev.plex.PlexBase
+
 
+
plugin - Static variable in class dev.plex.world.ConfigurationChunkGenerator
+
 
+
plugin - Static variable in class dev.plex.world.CustomWorld
+
 
+
PluginLibraries(Map<String, String>, List<String>) - Constructor for record class dev.plex.PlexLibraryManager.PluginLibraries
+
+
Creates an instance of a PluginLibraries record class.
+
+
populators - Variable in class dev.plex.world.CustomChunkGenerator
+
 
+
PRE_RENDERER - Static variable in class dev.plex.listener.impl.ChatListener
+
 
+
prefix - Variable in class dev.plex.listener.impl.ChatListener.PlexChatRenderer
+
 
+
prefix - Variable in class dev.plex.player.PlexPlayer
+
 
+
PREVIOUS - Static variable in class dev.plex.menu.pagination.PageableMenu
+
 
+
PrimaryKey - Annotation Interface in dev.plex.storage.annotation
+
 
+
prismApi - Variable in class dev.plex.hook.PrismHook
+
 
+
prismApi() - Method in class dev.plex.hook.PrismHook
+
 
+
prismHook - Variable in class dev.plex.Plex
+
 
+
PrismHook - Class in dev.plex.hook
+
 
+
PrismHook(Plex) - Constructor for class dev.plex.hook.PrismHook
+
 
+
PROXIED_SERVER - Static variable in class dev.plex.util.BungeeUtil
+
 
+
punish(PlexPlayer, Punishment) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
punished - Variable in class dev.plex.punishment.Punishment
+
 
+
punishedPlayer - Variable in class dev.plex.event.PunishedPlayerEvent
+
+
The player who was punished
+
+
punishedPlayer - Variable in class dev.plex.menu.impl.PunishedPlayerMenu
+
 
+
PunishedPlayerEvent - Class in dev.plex.event
+
+
Superclass for punishment events
+
+
PunishedPlayerEvent(PlexPlayer) - Constructor for class dev.plex.event.PunishedPlayerEvent
+
+
Creates an event object
+
+
PunishedPlayerFreezeEvent - Class in dev.plex.event
+
+
Event that is called when a player is frozen or unfrozen
+
+
PunishedPlayerFreezeEvent(PlexPlayer, boolean) - Constructor for class dev.plex.event.PunishedPlayerFreezeEvent
+
+
Creates a new event instance
+
+
PunishedPlayerLockupEvent - Class in dev.plex.event
+
+
Event that is called when a player is frozen or unfrozen
+
+
PunishedPlayerLockupEvent(PlexPlayer, boolean) - Constructor for class dev.plex.event.PunishedPlayerLockupEvent
+
+
Creates a new event instance
+
+
PunishedPlayerMenu - Class in dev.plex.menu.impl
+
 
+
PunishedPlayerMenu(PlexPlayer) - Constructor for class dev.plex.menu.impl.PunishedPlayerMenu
+
 
+
PunishedPlayerMuteEvent - Class in dev.plex.event
+
+
Event that is called when a player is frozen or unfrozen
+
+
PunishedPlayerMuteEvent(PlexPlayer, boolean) - Constructor for class dev.plex.event.PunishedPlayerMuteEvent
+
+
Creates a new event instance
+
+
punishedUsername - Variable in class dev.plex.punishment.Punishment
+
 
+
punisher - Variable in class dev.plex.punishment.Punishment
+
 
+
Punishment - Class in dev.plex.punishment
+
 
+
Punishment() - Constructor for class dev.plex.punishment.Punishment
+
 
+
Punishment(UUID, UUID) - Constructor for class dev.plex.punishment.Punishment
+
 
+
punishmentManager - Variable in class dev.plex.Plex
+
 
+
PunishmentManager - Class in dev.plex.punishment
+
 
+
PunishmentManager() - Constructor for class dev.plex.punishment.PunishmentManager
+
 
+
PunishmentManager.IndefiniteBan - Class in dev.plex.punishment
+
 
+
PunishmentMenu - Class in dev.plex.menu.impl
+
 
+
PunishmentMenu() - Constructor for class dev.plex.menu.impl.PunishmentMenu
+
 
+
punishments - Variable in class dev.plex.player.PlexPlayer
+
 
+
PunishmentsCMD - Class in dev.plex.command.impl
+
 
+
PunishmentsCMD() - Constructor for class dev.plex.command.impl.PunishmentsCMD
+
 
+
PunishmentType - Enum Class in dev.plex.punishment
+
 
+
PunishmentType() - Constructor for enum class dev.plex.punishment.PunishmentType
+
 
+
purgeMobs(EntityType) - Method in class dev.plex.command.impl.MobPurgeCMD
+
 
+
+

Q

+
+
QuadConsumer<K,V,S,T> - Interface in dev.plex.util.function
+
 
+
+

R

+
+
randomBoolean() - Static method in class dev.plex.util.RandomUtil
+
 
+
randomNum() - Static method in class dev.plex.util.RandomUtil
+
 
+
randomNum(int) - Static method in class dev.plex.util.RandomUtil
+
 
+
randomNum(int, int) - Static method in class dev.plex.util.RandomUtil
+
 
+
RandomUtil - Class in dev.plex.util
+
 
+
RandomUtil() - Constructor for class dev.plex.util.RandomUtil
+
 
+
RawSayCMD - Class in dev.plex.command.impl
+
 
+
RawSayCMD() - Constructor for class dev.plex.command.impl.RawSayCMD
+
 
+
readGameRules(World, String) - Static method in class dev.plex.util.GameRuleUtil
+
 
+
readNotes(CommandSender, PlexPlayer, List<Note>) - Method in class dev.plex.command.impl.NotesCMD
+
 
+
reason - Variable in class dev.plex.punishment.Punishment
+
 
+
reason - Variable in class dev.plex.punishment.PunishmentManager.IndefiniteBan
+
 
+
redisConnection - Variable in class dev.plex.Plex
+
 
+
RedisConnection - Class in dev.plex.storage
+
 
+
RedisConnection() - Constructor for class dev.plex.storage.RedisConnection
+
 
+
ReflectionsUtil - Class in dev.plex.util
+
 
+
ReflectionsUtil() - Constructor for class dev.plex.util.ReflectionsUtil
+
 
+
regex - Variable in class dev.plex.command.blocking.BlockedCommand
+
 
+
registerCommand(PlexCommand) - Method in class dev.plex.module.PlexModule
+
+
Registers a PlexCommand within a module
+
+
registerListener(PlexListener) - Method in class dev.plex.module.PlexModule
+
+
Registers a PlexListener within a module
+
+
registerService(AbstractService) - Method in class dev.plex.services.ServiceManager
+
 
+
relative(Location, BlockFace) - Static method in class dev.plex.util.BlockUtils
+
 
+
reloadModules() - Method in class dev.plex.module.ModuleManager
+
 
+
reloadPlayers() - Method in class dev.plex.Plex
+
 
+
removeBan(UUID) - Method in class dev.plex.storage.punishment.SQLPunishment
+
 
+
removeHoverAndClick(Component) - Static method in class dev.plex.util.PlexUtils
+
 
+
RemoveLoginMessageCMD - Class in dev.plex.command.impl
+
 
+
RemoveLoginMessageCMD() - Constructor for class dev.plex.command.impl.RemoveLoginMessageCMD
+
 
+
render(Player, Component, Component, Audience) - Method in class dev.plex.listener.impl.ChatListener.PlexChatRenderer
+
 
+
renderer - Variable in class dev.plex.listener.impl.ChatListener
+
 
+
repeating - Variable in class dev.plex.services.AbstractService
+
 
+
repeatInSeconds() - Method in class dev.plex.services.impl.AutoWipeService
+
 
+
repeatInSeconds() - Method in class dev.plex.services.impl.BanService
+
 
+
repeatInSeconds() - Method in class dev.plex.services.impl.CommandBlockerService
+
 
+
repeatInSeconds() - Method in class dev.plex.services.impl.GameRuleService
+
 
+
repeatInSeconds() - Method in class dev.plex.services.impl.TimingService
+
 
+
repeatInSeconds() - Method in class dev.plex.services.impl.UpdateCheckerService
+
 
+
repeatInSeconds() - Method in interface dev.plex.services.IService
+
 
+
REPO - Variable in class dev.plex.util.UpdateChecker
+
 
+
repositories - Variable in record class dev.plex.PlexLibraryManager.PluginLibraries
+
+
The field for the repositories record component.
+
+
repositories() - Method in record class dev.plex.PlexLibraryManager.PluginLibraries
+
+
Returns the value of the repositories record component.
+
+
RequiredCommandSource - Enum Class in dev.plex.command.source
+
 
+
RequiredCommandSource() - Constructor for enum class dev.plex.command.source.RequiredCommandSource
+
 
+
requiredLevel - Variable in class dev.plex.command.blocking.BlockedCommand
+
 
+
resetChatItem(Inventory) - Method in class dev.plex.menu.impl.ToggleMenu
+
 
+
resetDropsItem(Inventory) - Method in class dev.plex.menu.impl.ToggleMenu
+
 
+
resetExplosionItem(Inventory) - Method in class dev.plex.menu.impl.ToggleMenu
+
 
+
resetFluidspreadItem(Inventory) - Method in class dev.plex.menu.impl.ToggleMenu
+
 
+
resetPVPItem(Inventory) - Method in class dev.plex.menu.impl.ToggleMenu
+
 
+
resetRedstoneItem(Inventory) - Method in class dev.plex.menu.impl.ToggleMenu
+
 
+
resolve(String, ArgumentQueue, Context) - Method in class dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
+
 
+
rows - Variable in class dev.plex.menu.pagination.PageableMenu
+
 
+
Rows(int) - Constructor for enum class dev.plex.menu.AbstractMenu.Rows
+
 
+
run(ScheduledTask) - Method in class dev.plex.services.impl.AutoWipeService
+
 
+
run(ScheduledTask) - Method in class dev.plex.services.impl.BanService
+
 
+
run(ScheduledTask) - Method in class dev.plex.services.impl.CommandBlockerService
+
 
+
run(ScheduledTask) - Method in class dev.plex.services.impl.GameRuleService
+
 
+
run(ScheduledTask) - Method in class dev.plex.services.impl.TimingService
+
 
+
run(ScheduledTask) - Method in class dev.plex.services.impl.UpdateCheckerService
+
 
+
run(ScheduledTask) - Method in interface dev.plex.services.IService
+
 
+
runAsync(Consumer<Jedis>) - Method in class dev.plex.storage.RedisConnection
+
 
+
+

S

+
+
SafeMiniMessage - Class in dev.plex.util.minimessage
+
 
+
SafeMiniMessage() - Constructor for class dev.plex.util.minimessage.SafeMiniMessage
+
 
+
SafeMiniMessage.SafeMiniMessageTagResolver - Class in dev.plex.util.minimessage
+
 
+
SafeMiniMessageTagResolver() - Constructor for class dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
+
 
+
save() - Method in class dev.plex.config.Config
+
+
Saves the configuration file
+
+
save() - Method in class dev.plex.config.ModuleConfig
+
+
Saves the configuration file
+
+
saveDefault() - Method in class dev.plex.config.Config
+
+
Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
+
+
saveDefault() - Method in class dev.plex.config.ModuleConfig
+
+
Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
+
+
SayCMD - Class in dev.plex.command.impl
+
 
+
SayCMD() - Constructor for class dev.plex.command.impl.SayCMD
+
 
+
SELECT - Variable in class dev.plex.storage.player.SQLPlayerData
+
 
+
SELECT - Static variable in class dev.plex.storage.punishment.SQLNotes
+
 
+
SELECT - Static variable in class dev.plex.storage.punishment.SQLPunishment
+
 
+
SELECT_BY - Static variable in class dev.plex.storage.punishment.SQLPunishment
+
 
+
SELECT_BY_IP - Static variable in class dev.plex.storage.punishment.SQLPunishment
+
 
+
send(Audience, String) - Method in class dev.plex.command.PlexCommand
+
+
Sends a message to an Audience
+
+
send(Audience, Component) - Method in class dev.plex.command.PlexCommand
+
+
Sends a message to an Audience
+
+
sender - Variable in class dev.plex.event.GameModeUpdateEvent
+
 
+
sendStaffChat(CommandSender, Component, UUID...) - Static method in class dev.plex.util.redis.MessageUtil
+
 
+
serialize(ZonedDateTime, Type, JsonSerializationContext) - Method in class dev.plex.util.adapter.ZonedDateTimeAdapter
+
 
+
ServerListener - Class in dev.plex.listener.impl
+
 
+
ServerListener() - Constructor for class dev.plex.listener.impl.ServerListener
+
 
+
serviceCount() - Method in class dev.plex.services.ServiceManager
+
 
+
serviceManager - Variable in class dev.plex.Plex
+
 
+
ServiceManager - Class in dev.plex.services
+
 
+
ServiceManager() - Constructor for class dev.plex.services.ServiceManager
+
 
+
services - Variable in class dev.plex.services.ServiceManager
+
 
+
SetLoginMessageCMD - Class in dev.plex.command.impl
+
 
+
SetLoginMessageCMD() - Constructor for class dev.plex.command.impl.SetLoginMessageCMD
+
 
+
setupChat() - Static method in class dev.plex.hook.VaultHook
+
 
+
setupChat() - Method in class dev.plex.Plex
+
 
+
setupPermissions() - Static method in class dev.plex.hook.VaultHook
+
 
+
setupPermissions() - Method in class dev.plex.Plex
+
 
+
SIGNS - Static variable in class dev.plex.listener.impl.BlockListener
+
 
+
silentCheckPermission(CommandSender, String) - Method in class dev.plex.command.PlexCommand
+
+
Checks whether a sender has enough permissions or is high enough a rank
+
+
silentCheckPermission(Player, String) - Method in class dev.plex.command.PlexCommand
+
 
+
SIX - Enum constant in enum class dev.plex.menu.AbstractMenu.Rows
+
 
+
slots - Variable in enum class dev.plex.menu.AbstractMenu.Rows
+
 
+
slots() - Method in enum class dev.plex.menu.AbstractMenu.Rows
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.AdminChatCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.AdminworldCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.AdventureCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.BanCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.BanListCommand
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.BcastLoginMessageCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.BlockEditCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.CommandSpyCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.ConsoleSayCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.CreativeCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.DebugCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.EntityWipeCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.FlatlandsCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.FreezeCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.GamemodeCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.KickCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.ListCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.LocalSpawnCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.LockupCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.MasterbuilderworldCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.MobLimitCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.MobPurgeCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.MuteCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.NotesCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.PlexCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.PunishmentsCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.RawSayCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.RemoveLoginMessageCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.SayCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.SetLoginMessageCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.SmiteCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.SpectatorCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.SurvivalCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.TagCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.TempbanCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.TempmuteCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.ToggleCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.UnbanCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.UnfreezeCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.UnmuteCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.WhoHasCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.WorldCMD
+
 
+
smartTabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.PlexCommand
+
 
+
SMITE - Enum constant in enum class dev.plex.punishment.PunishmentType
+
 
+
SmiteCMD - Class in dev.plex.command.impl
+
 
+
SmiteCMD() - Constructor for class dev.plex.command.impl.SmiteCMD
+
 
+
source() - Element in annotation interface dev.plex.command.annotation.CommandPermissions
+
+
Required command source
+
+
spamCooldown - Static variable in class dev.plex.services.impl.TimingService
+
 
+
SPAWN_EGGS - Static variable in class dev.plex.listener.impl.MobListener
+
 
+
spawnEggToEntityType(Material) - Static method in class dev.plex.listener.impl.MobListener
+
 
+
SpectatorCMD - Class in dev.plex.command.impl
+
 
+
SpectatorCMD() - Constructor for class dev.plex.command.impl.SpectatorCMD
+
 
+
sqlConnection - Variable in class dev.plex.Plex
+
 
+
SQLConnection - Class in dev.plex.storage
+
 
+
SQLConnection() - Constructor for class dev.plex.storage.SQLConnection
+
 
+
SQLITE - Enum constant in enum class dev.plex.storage.StorageType
+
 
+
sqlNotes - Variable in class dev.plex.Plex
+
 
+
SQLNotes - Class in dev.plex.storage.punishment
+
 
+
SQLNotes() - Constructor for class dev.plex.storage.punishment.SQLNotes
+
 
+
sqlPlayerData - Variable in class dev.plex.Plex
+
 
+
SQLPlayerData - Class in dev.plex.storage.player
+
+
SQL fetching utilities for players
+
+
SQLPlayerData() - Constructor for class dev.plex.storage.player.SQLPlayerData
+
 
+
sqlPunishment - Variable in class dev.plex.Plex
+
 
+
SQLPunishment - Class in dev.plex.storage.punishment
+
 
+
SQLPunishment() - Constructor for class dev.plex.storage.punishment.SQLPunishment
+
 
+
SQLTable - Annotation Interface in dev.plex.storage.annotation
+
 
+
SQLUtil - Class in dev.plex.util.sql
+
 
+
SQLUtil() - Constructor for class dev.plex.util.sql.SQLUtil
+
 
+
SQLUtil.Mapper - Enum Class in dev.plex.util.sql
+
 
+
staffChat - Variable in class dev.plex.player.PlexPlayer
+
 
+
STANDARD_RESOLVER - Static variable in class dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
+
 
+
startService(AbstractService) - Method in class dev.plex.services.ServiceManager
+
 
+
startServices() - Method in class dev.plex.services.ServiceManager
+
 
+
status(String) - Method in class dev.plex.command.impl.ToggleCMD
+
 
+
storageType - Variable in class dev.plex.Plex
+
 
+
StorageType - Enum Class in dev.plex.storage
+
 
+
StorageType() - Constructor for enum class dev.plex.storage.StorageType
+
 
+
strikes - Static variable in class dev.plex.services.impl.TimingService
+
 
+
stringToComponent(String) - Static method in class dev.plex.util.PlexUtils
+
 
+
subscribe() - Static method in class dev.plex.util.redis.MessageUtil
+
 
+
SUBSCRIBER - Static variable in class dev.plex.util.redis.MessageUtil
+
 
+
SurvivalCMD - Class in dev.plex.command.impl
+
 
+
SurvivalCMD() - Constructor for class dev.plex.command.impl.SurvivalCMD
+
 
+
syncRemoveBan(UUID) - Method in class dev.plex.storage.punishment.SQLPunishment
+
 
+
+

T

+
+
tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.PlexCommand
+
 
+
Table - Class in dev.plex.util.sql
+
 
+
Table() - Constructor for class dev.plex.util.sql.Table
+
 
+
tableExistsSQL(String) - Method in class dev.plex.storage.SQLConnection
+
 
+
TABLES - Static variable in class dev.plex.util.sql.SQLUtil
+
 
+
TabListener - Class in dev.plex.listener.impl
+
 
+
TabListener() - Constructor for class dev.plex.listener.impl.TabListener
+
 
+
TagCMD - Class in dev.plex.command.impl
+
 
+
TagCMD() - Constructor for class dev.plex.command.impl.TagCMD
+
 
+
TEMPBAN - Enum constant in enum class dev.plex.punishment.PunishmentType
+
 
+
TempbanCMD - Class in dev.plex.command.impl
+
 
+
TempbanCMD() - Constructor for class dev.plex.command.impl.TempbanCMD
+
 
+
TempmuteCMD - Class in dev.plex.command.impl
+
 
+
TempmuteCMD() - Constructor for class dev.plex.command.impl.TempmuteCMD
+
 
+
testConnections() - Static method in class dev.plex.util.PlexUtils
+
 
+
TEXT - Enum constant in enum class dev.plex.util.sql.SQLUtil.Mapper
+
 
+
THREE - Enum constant in enum class dev.plex.menu.AbstractMenu.Rows
+
 
+
timestamp - Variable in class dev.plex.punishment.extra.Note
+
 
+
timeUnits - Static variable in class dev.plex.util.TimeUtils
+
 
+
TimeUtils - Class in dev.plex.util
+
 
+
TimeUtils() - Constructor for class dev.plex.util.TimeUtils
+
 
+
TIMEZONE - Static variable in class dev.plex.util.adapter.ZonedDateTimeAdapter
+
 
+
TIMEZONE - Static variable in class dev.plex.util.TimeUtils
+
 
+
TIMEZONES - Static variable in class dev.plex.util.TimeUtils
+
 
+
TimingService - Class in dev.plex.services.impl
+
 
+
TimingService() - Constructor for class dev.plex.services.impl.TimingService
+
 
+
to - Variable in class dev.plex.config.ModuleConfig
+
+
Where it should be copied to in the module folder
+
+
toggle(String) - Method in class dev.plex.command.impl.ToggleCMD
+
 
+
Toggleable - Annotation Interface in dev.plex.listener.annotation
+
 
+
ToggleCMD - Class in dev.plex.command.impl
+
 
+
ToggleCMD() - Constructor for class dev.plex.command.impl.ToggleCMD
+
 
+
ToggleMenu - Class in dev.plex.menu.impl
+
 
+
ToggleMenu() - Constructor for class dev.plex.menu.impl.ToggleMenu
+
 
+
toggles - Variable in class dev.plex.Plex
+
 
+
TogglesListener - Class in dev.plex.listener.impl
+
 
+
TogglesListener() - Constructor for class dev.plex.listener.impl.TogglesListener
+
 
+
toItem(Punishment) - Method in class dev.plex.menu.impl.PunishedPlayerMenu
+
 
+
toItem(Player) - Method in class dev.plex.menu.impl.PunishmentMenu
+
 
+
toItem(Material) - Method in class dev.plex.menu.impl.MaterialMenu
+
 
+
toItem(T) - Method in class dev.plex.menu.pagination.PageableMenu
+
 
+
toJSON() - Method in class dev.plex.player.PlexPlayer
+
 
+
toJSON() - Method in class dev.plex.punishment.extra.Note
+
 
+
toJSON() - Method in class dev.plex.punishment.Punishment
+
 
+
toString() - Method in record class dev.plex.PlexLibraryManager.PluginLibraries
+
+
Returns a string representation of this record class.
+
+
TWO - Enum constant in enum class dev.plex.menu.AbstractMenu.Rows
+
 
+
type - Variable in class dev.plex.punishment.Punishment
+
 
+
+

U

+
+
unban(Punishment) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
unban(UUID) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
UnbanCMD - Class in dev.plex.command.impl
+
 
+
UnbanCMD() - Constructor for class dev.plex.command.impl.UnbanCMD
+
 
+
UnfreezeCMD - Class in dev.plex.command.impl
+
 
+
UnfreezeCMD() - Constructor for class dev.plex.command.impl.UnfreezeCMD
+
 
+
unloadModules() - Method in class dev.plex.module.ModuleManager
+
 
+
UnmuteCMD - Class in dev.plex.command.impl
+
 
+
UnmuteCMD() - Constructor for class dev.plex.command.impl.UnmuteCMD
+
 
+
unregisterCommand(PlexCommand) - Method in class dev.plex.module.PlexModule
+
+
Unregisters a PlexCommand.
+
+
unregisterListener(PlexListener) - Method in class dev.plex.module.PlexModule
+
+
Unregisters a PlexListener.
+
+
update(PlexPlayer) - Static method in class dev.plex.cache.DataUtils
+
+
Updates a player's information in the database
+
+
update(PlexPlayer) - Method in class dev.plex.storage.player.SQLPlayerData
+
+
Updates a player's information in the SQL database
+
+
update(String, Object) - Static method in class dev.plex.util.sql.SQLUtil
+
 
+
update(CommandSender, Player, GameMode) - Method in class dev.plex.command.impl.GamemodeCMD
+
 
+
UPDATE - Variable in class dev.plex.storage.player.SQLPlayerData
+
 
+
UPDATE_PUNISHMENT - Static variable in class dev.plex.storage.punishment.SQLPunishment
+
 
+
updateChecker - Variable in class dev.plex.Plex
+
 
+
UpdateChecker - Class in dev.plex.util
+
 
+
UpdateChecker() - Constructor for class dev.plex.util.UpdateChecker
+
 
+
UpdateCheckerService - Class in dev.plex.services.impl
+
 
+
UpdateCheckerService() - Constructor for class dev.plex.services.impl.UpdateCheckerService
+
 
+
updateJar(CommandSender, String, boolean) - Method in class dev.plex.util.UpdateChecker
+
 
+
updateOutdatedPunishments(PlexPlayer) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
updatePunishment(PunishmentType, boolean, UUID) - Method in class dev.plex.storage.punishment.SQLPunishment
+
 
+
URL_REPLACEMENT_CONFIG - Static variable in class dev.plex.listener.impl.ChatListener
+
 
+
usage() - Element in annotation interface dev.plex.command.annotation.CommandParameters
+
+
The usage (optional)
+
+
usage() - Method in class dev.plex.command.PlexCommand
+
+
Converts usage to a Component
+
+
usage(String) - Method in class dev.plex.command.PlexCommand
+
+
Converts usage to a Component
+
+
usernames - Variable in class dev.plex.punishment.PunishmentManager.IndefiniteBan
+
 
+
useTimezone(LocalDateTime) - Static method in class dev.plex.util.TimeUtils
+
 
+
useTimezone(ZonedDateTime) - Static method in class dev.plex.util.TimeUtils
+
 
+
uuid - Variable in class dev.plex.player.PlexPlayer
+
 
+
uuid - Variable in class dev.plex.punishment.extra.Note
+
 
+
UUID_PATTERN - Static variable in class dev.plex.command.impl.WorldCMD
+
 
+
uuids - Variable in class dev.plex.punishment.PunishmentManager.IndefiniteBan
+
 
+
+

V

+
+
validateMessage(String) - Method in class dev.plex.command.impl.SetLoginMessageCMD
+
 
+
value() - Element in annotation interface dev.plex.listener.annotation.Toggleable
+
 
+
value() - Element in annotation interface dev.plex.storage.annotation.SQLTable
+
 
+
value() - Element in annotation interface dev.plex.storage.annotation.VarcharLimit
+
 
+
valueOf(String) - Static method in enum class dev.plex.command.source.RequiredCommandSource
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class dev.plex.menu.AbstractMenu.Rows
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class dev.plex.punishment.PunishmentType
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class dev.plex.storage.StorageType
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class dev.plex.util.sql.SQLUtil.Mapper
+
+
Returns the enum constant of this class with the specified name.
+
+
values() - Static method in enum class dev.plex.command.source.RequiredCommandSource
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class dev.plex.menu.AbstractMenu.Rows
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class dev.plex.punishment.PunishmentType
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class dev.plex.storage.StorageType
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class dev.plex.util.sql.SQLUtil.Mapper
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
vanished - Variable in class dev.plex.player.PlexPlayer
+
 
+
VanishListener - Class in dev.plex.listener.impl
+
 
+
VanishListener() - Constructor for class dev.plex.listener.impl.VanishListener
+
 
+
VARCHAR - Enum constant in enum class dev.plex.util.sql.SQLUtil.Mapper
+
 
+
VarcharLimit - Annotation Interface in dev.plex.storage.annotation
+
 
+
VaultHook - Class in dev.plex.hook
+
 
+
VaultHook() - Constructor for class dev.plex.hook.VaultHook
+
 
+
version - Variable in class dev.plex.module.PlexModuleFile
+
 
+
+

W

+
+
warn(String, Object...) - Static method in class dev.plex.util.PlexLog
+
 
+
WhoHasCMD - Class in dev.plex.command.impl
+
 
+
WhoHasCMD() - Constructor for class dev.plex.command.impl.WhoHasCMD
+
 
+
WorldCMD - Class in dev.plex.command.impl
+
 
+
WorldCMD() - Constructor for class dev.plex.command.impl.WorldCMD
+
 
+
WorldListener - Class in dev.plex.listener.impl
+
 
+
WorldListener() - Constructor for class dev.plex.listener.impl.WorldListener
+
 
+
writeFieldToSQL(Table, StringBuilder, SQLUtil.Mapper, Field) - Static method in class dev.plex.util.sql.SQLUtil
+
 
+
writtenBy - Variable in class dev.plex.punishment.extra.Note
+
 
+
+

X

+
+
x - Variable in class dev.plex.world.NoiseOptions
+
 
+
+

Y

+
+
y - Variable in class dev.plex.world.NoiseOptions
+
 
+
+

Z

+
+
ZonedDateTimeAdapter - Class in dev.plex.util.adapter
+
 
+
ZonedDateTimeAdapter() - Constructor for class dev.plex.util.adapter.ZonedDateTimeAdapter
+
 
+
+A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
+
+
+ + diff --git a/static/javadoc/index.html b/static/javadoc/index.html new file mode 100644 index 0000000..629f3c9 --- /dev/null +++ b/static/javadoc/index.html @@ -0,0 +1,140 @@ + + + + +Overview (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

server 1.5-SNAPSHOT API

+
+ +
+
+
+ + diff --git a/static/javadoc/legal/ADDITIONAL_LICENSE_INFO b/static/javadoc/legal/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000..b62cc3e --- /dev/null +++ b/static/javadoc/legal/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/static/javadoc/legal/ASSEMBLY_EXCEPTION b/static/javadoc/legal/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000..0d4cfb4 --- /dev/null +++ b/static/javadoc/legal/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/static/javadoc/legal/LICENSE b/static/javadoc/legal/LICENSE new file mode 100644 index 0000000..4ad9fe4 --- /dev/null +++ b/static/javadoc/legal/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/static/javadoc/legal/jquery.md b/static/javadoc/legal/jquery.md new file mode 100644 index 0000000..d468b31 --- /dev/null +++ b/static/javadoc/legal/jquery.md @@ -0,0 +1,72 @@ +## jQuery v3.6.1 + +### jQuery License +``` +jQuery v 3.6.1 +Copyright OpenJS Foundation and other contributors, https://openjsf.org/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +****************************************** + +The jQuery JavaScript Library v3.6.1 also includes Sizzle.js + +Sizzle.js includes the following license: + +Copyright JS Foundation and other contributors, https://js.foundation/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/sizzle + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +********************* + +``` diff --git a/static/javadoc/legal/jqueryUI.md b/static/javadoc/legal/jqueryUI.md new file mode 100644 index 0000000..8bda9d7 --- /dev/null +++ b/static/javadoc/legal/jqueryUI.md @@ -0,0 +1,49 @@ +## jQuery UI v1.13.2 + +### jQuery UI License +``` +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery-ui + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code contained within the demos directory. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +``` diff --git a/static/javadoc/link.svg b/static/javadoc/link.svg new file mode 100644 index 0000000..7ccc5ed --- /dev/null +++ b/static/javadoc/link.svg @@ -0,0 +1,31 @@ + + + + + + + + diff --git a/static/javadoc/member-search-index.js b/static/javadoc/member-search-index.js new file mode 100644 index 0000000..2d63434 --- /dev/null +++ b/static/javadoc/member-search-index.js @@ -0,0 +1 @@ +memberSearchIndex = [{"p":"dev.plex.menu","c":"AbstractMenu","l":"AbstractMenu(Component, AbstractMenu.Rows)","u":"%3Cinit%3E(net.kyori.adventure.text.Component,dev.plex.menu.AbstractMenu.Rows)"},{"p":"dev.plex.menu","c":"AbstractMenu","l":"AbstractMenu(String, AbstractMenu.Rows)","u":"%3Cinit%3E(java.lang.String,dev.plex.menu.AbstractMenu.Rows)"},{"p":"dev.plex.services","c":"AbstractService","l":"AbstractService(boolean, boolean)","u":"%3Cinit%3E(boolean,boolean)"},{"p":"dev.plex.util.function","c":"ConditionalQuadConsumer","l":"accept(K, V, S, T)","u":"accept(K,V,S,T)"},{"p":"dev.plex.util.function","c":"QuadConsumer","l":"accept(K, V, S, T)","u":"accept(K,V,S,T)"},{"p":"dev.plex.punishment","c":"Punishment","l":"active"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"addAttributeModifier(Attribute, AttributeModifier)","u":"addAttributeModifier(org.bukkit.attribute.Attribute,org.bukkit.attribute.AttributeModifier)"},{"p":"dev.plex.module","c":"PlexModule","l":"addDefaultMessage(String, Object)","u":"addDefaultMessage(java.lang.String,java.lang.Object)"},{"p":"dev.plex.module","c":"PlexModule","l":"addDefaultMessage(String, Object, String...)","u":"addDefaultMessage(java.lang.String,java.lang.Object,java.lang.String...)"},{"p":"dev.plex.config","c":"Config","l":"added"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"addEnchantment(Enchantment, int)","u":"addEnchantment(org.bukkit.enchantments.Enchantment,int)"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"addItemFlag(ItemFlag...)","u":"addItemFlag(org.bukkit.inventory.ItemFlag...)"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"addNote(Note)","u":"addNote(dev.plex.punishment.extra.Note)"},{"p":"dev.plex.util","c":"PlexUtils","l":"addToArrayList(List, T)","u":"addToArrayList(java.util.List,T)"},{"p":"dev.plex.util","c":"PlexUtils","l":"adminChat(String, String, String, UUID...)","u":"adminChat(java.lang.String,java.lang.String,java.lang.String,java.util.UUID...)"},{"p":"dev.plex.command.impl","c":"AdminChatCMD","l":"AdminChatCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"AdminworldCMD","l":"AdminworldCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"AdventureCMD","l":"AdventureCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.annotation","c":"CommandParameters","l":"aliases()"},{"p":"dev.plex.world","c":"NoiseOptions","l":"amplitude"},{"p":"dev.plex.listener.impl","c":"AntiNukerListener","l":"AntiNukerListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"AntiSpamListener","l":"AntiSpamListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"ANY"},{"p":"dev.plex","c":"PlexLibraryManager.PluginLibraries","l":"asDependencies()"},{"p":"dev.plex","c":"PlexLibraryManager.PluginLibraries","l":"asRepositories()"},{"p":"dev.plex.services","c":"AbstractService","l":"asynchronous"},{"p":"dev.plex.util","c":"BuildInfo","l":"author"},{"p":"dev.plex.services.impl","c":"AutoWipeService","l":"AutoWipeService()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"BAN"},{"p":"dev.plex.command.impl","c":"BanCMD","l":"BanCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"BanListCommand","l":"BanListCommand()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"BanListener","l":"BanListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"BanService","l":"BanService()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"Punishment","l":"banUrl"},{"p":"dev.plex.command.impl","c":"BcastLoginMessageCMD","l":"BcastLoginMessageCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"ChatListener.PlexChatRenderer","l":"before"},{"p":"dev.plex.util.sql","c":"SQLUtil.Mapper","l":"BIGINT"},{"p":"dev.plex.command.impl","c":"BlockEditCMD","l":"bl"},{"p":"dev.plex.services.impl","c":"CommandBlockerService","l":"BLOCKED_COMMANDS"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"blockedBlocks"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"BlockedCommand()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"BlockEditCMD","l":"BlockEditCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"blockedPlayers"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"BlockListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.world","c":"BlockMapChunkGenerator","l":"blockMap"},{"p":"dev.plex.world","c":"BlockMapChunkGenerator","l":"BlockMapChunkGenerator(LinkedHashMap, BlockPopulator...)","u":"%3Cinit%3E(java.util.LinkedHashMap,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.util","c":"BlockUtils","l":"BlockUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"BookListener","l":"BookListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.sql","c":"SQLUtil.Mapper","l":"BOOLEAN"},{"p":"dev.plex.util","c":"UpdateChecker","l":"BRANCH"},{"p":"dev.plex.util","c":"PlexUtils","l":"broadcast(Component)","u":"broadcast(net.kyori.adventure.text.Component)"},{"p":"dev.plex.util","c":"PlexUtils","l":"broadcast(String)","u":"broadcast(java.lang.String)"},{"p":"dev.plex.util","c":"PlexUtils","l":"broadcastToAdmins(Component, String)","u":"broadcastToAdmins(net.kyori.adventure.text.Component,java.lang.String)"},{"p":"dev.plex","c":"Plex","l":"build"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"build()"},{"p":"dev.plex.util","c":"BuildInfo","l":"BuildInfo()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"BungeeUtil","l":"BungeeUtil()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"cachedBlockedBlocksConfig"},{"p":"dev.plex.event","c":"PunishedPlayerEvent","l":"cancelled"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"canEnterWorld(Player, World)","u":"canEnterWorld(org.bukkit.entity.Player,org.bukkit.World)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"canModifyWorld(Player, boolean)","u":"canModifyWorld(org.bukkit.entity.Player,boolean)"},{"p":"dev.plex","c":"Plex","l":"chat"},{"p":"dev.plex.hook","c":"VaultHook","l":"CHAT"},{"p":"dev.plex.listener.impl","c":"ChatListener","l":"ChatListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"GameRuleUtil","l":"check(T)"},{"p":"dev.plex.player","c":"PlexPlayer","l":"checkMutesAndFreeze()"},{"p":"dev.plex.command","c":"PlexCommand","l":"checkPermission(CommandSender, String)","u":"checkPermission(org.bukkit.command.CommandSender,java.lang.String)"},{"p":"dev.plex.command","c":"PlexCommand","l":"checkPermission(Player, String)","u":"checkPermission(org.bukkit.entity.Player,java.lang.String)"},{"p":"dev.plex.world","c":"CustomWorld","l":"chunks"},{"p":"dev.plex","c":"PlexLibraryManager","l":"classloader(PluginClasspathBuilder)","u":"classloader(io.papermc.paper.plugin.loader.PluginClasspathBuilder)"},{"p":"dev.plex.util.sql","c":"SQLUtil.Mapper","l":"clazz"},{"p":"dev.plex.util","c":"PlexUtils","l":"cleanString(String)","u":"cleanString(java.lang.String)"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"CLOSE"},{"p":"dev.plex.player","c":"PlexPlayer","l":"coins"},{"p":"dev.plex.util.sql","c":"Table","l":"columns"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"command"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"commandAliases"},{"p":"dev.plex.services.impl","c":"CommandBlockerService","l":"CommandBlockerService()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.exception","c":"CommandFailException","l":"CommandFailException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"dev.plex.handlers","c":"CommandHandler","l":"CommandHandler()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"CommandListener","l":"CommandListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"MuteListener","l":"commands"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"commands"},{"p":"dev.plex.module","c":"PlexModule","l":"commands"},{"p":"dev.plex","c":"Plex","l":"commands"},{"p":"dev.plex.command","c":"PlexCommand","l":"commandSource"},{"p":"dev.plex.player","c":"PlexPlayer","l":"commandSpy"},{"p":"dev.plex.command.impl","c":"CommandSpyCMD","l":"CommandSpyCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"BuildInfo","l":"commit"},{"p":"dev.plex.util","c":"GameRuleUtil","l":"commitGlobalGameRules(World)","u":"commitGlobalGameRules(org.bukkit.World)"},{"p":"dev.plex.util","c":"GameRuleUtil","l":"commitSpecificGameRules(World)","u":"commitSpecificGameRules(org.bukkit.World)"},{"p":"dev.plex.command","c":"PlexCommand","l":"componentFromString(String)","u":"componentFromString(java.lang.String)"},{"p":"dev.plex","c":"Plex","l":"config"},{"p":"dev.plex.config","c":"Config","l":"Config(Plex, String)","u":"%3Cinit%3E(dev.plex.Plex,java.lang.String)"},{"p":"dev.plex.world","c":"ConfigurationChunkGenerator","l":"ConfigurationChunkGenerator(String, BlockPopulator...)","u":"%3Cinit%3E(java.lang.String,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"CONSOLE"},{"p":"dev.plex.command.exception","c":"ConsoleMustDefinePlayerException","l":"ConsoleMustDefinePlayerException()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.exception","c":"ConsoleOnlyException","l":"ConsoleOnlyException()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"ConsoleSayCMD","l":"ConsoleSayCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.hook","c":"CoreProtectHook","l":"coreProtectAPI"},{"p":"dev.plex.hook","c":"CoreProtectHook","l":"coreProtectAPI()"},{"p":"dev.plex","c":"Plex","l":"coreProtectHook"},{"p":"dev.plex.hook","c":"CoreProtectHook","l":"CoreProtectHook(Plex)","u":"%3Cinit%3E(dev.plex.Plex)"},{"p":"dev.plex.world","c":"ConfigurationChunkGenerator","l":"createBlockMap(String)","u":"createBlockMap(java.lang.String)"},{"p":"dev.plex.util","c":"TimeUtils","l":"createDate(String)","u":"createDate(java.lang.String)"},{"p":"dev.plex.world","c":"BlockMapChunkGenerator","l":"createLoopChunkData(int, int, int, ChunkGenerator.ChunkData)","u":"createLoopChunkData(int,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"CustomChunkGenerator","l":"createLoopChunkData(int, int, int, ChunkGenerator.ChunkData)","u":"createLoopChunkData(int,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"FlatChunkGenerator","l":"createLoopChunkData(int, int, int, ChunkGenerator.ChunkData)","u":"createLoopChunkData(int,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"NoiseChunkGenerator","l":"createLoopChunkData(int, int, int, ChunkGenerator.ChunkData)","u":"createLoopChunkData(int,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"OctaveChunkGenerator","l":"createLoopChunkData(int, int, int, ChunkGenerator.ChunkData)","u":"createLoopChunkData(int,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.util.sql","c":"SQLUtil","l":"createTable(List, Class)","u":"createTable(java.util.List,java.lang.Class)"},{"p":"dev.plex.command.impl","c":"CreativeCMD","l":"CreativeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"currentPage"},{"p":"dev.plex.world","c":"CustomChunkGenerator","l":"CustomChunkGenerator(int, BlockPopulator...)","u":"%3Cinit%3E(int,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.punishment","c":"Punishment","l":"customTime"},{"p":"dev.plex.world","c":"CustomWorld","l":"CustomWorld(String, CustomChunkGenerator)","u":"%3Cinit%3E(java.lang.String,dev.plex.world.CustomChunkGenerator)"},{"p":"dev.plex.module","c":"PlexModule","l":"dataFolder"},{"p":"dev.plex.storage","c":"SQLConnection","l":"dataSource"},{"p":"dev.plex.cache","c":"DataUtils","l":"DataUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"BuildInfo","l":"date"},{"p":"dev.plex.util","c":"TimeUtils","l":"DATE_FORMAT"},{"p":"dev.plex.util","c":"PlexLog","l":"debug(String, Object...)","u":"debug(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.command.impl","c":"DebugCMD","l":"DebugCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"ChatListener","l":"defaultChatProcessing(AsyncChatEvent, PlexPlayer)","u":"defaultChatProcessing(io.papermc.paper.event.player.AsyncChatEvent,dev.plex.player.PlexPlayer)"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"DELETE"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"deleteNote(int, UUID)","u":"deleteNote(int,java.util.UUID)"},{"p":"dev.plex","c":"PlexLibraryManager.PluginLibraries","l":"dependencies"},{"p":"dev.plex","c":"PlexLibraryManager.PluginLibraries","l":"dependencies()"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"description"},{"p":"dev.plex.command.annotation","c":"CommandParameters","l":"description()"},{"p":"dev.plex.util.adapter","c":"ZonedDateTimeAdapter","l":"deserialize(JsonElement, Type, JsonDeserializationContext)","u":"deserialize(com.google.gson.JsonElement,java.lang.reflect.Type,com.google.gson.JsonDeserializationContext)"},{"p":"dev.plex.util","c":"PlexUtils","l":"DEVELOPERS"},{"p":"dev.plex.module","c":"PlexModule","l":"disable()"},{"p":"dev.plex.util","c":"PlexUtils","l":"disabledEffect(Player, Location)","u":"disabledEffect(org.bukkit.entity.Player,org.bukkit.Location)"},{"p":"dev.plex.util","c":"PlexUtils","l":"disabledEffectMultiple(Player[], Location)","u":"disabledEffectMultiple(org.bukkit.entity.Player[],org.bukkit.Location)"},{"p":"dev.plex.module","c":"ModuleManager","l":"disableModules()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"displayName()"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"displayName(Component)","u":"displayName(net.kyori.adventure.text.Component)"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"displayName(String)","u":"displayName(java.lang.String)"},{"p":"dev.plex.util","c":"UpdateChecker","l":"distance"},{"p":"dev.plex.storage.annotation","c":"PrimaryKey","l":"dontSet()"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"doPunishment(PlexPlayer, Punishment)","u":"doPunishment(dev.plex.player.PlexPlayer,dev.plex.punishment.Punishment)"},{"p":"dev.plex.util","c":"UpdateChecker","l":"DOWNLOAD_PAGE"},{"p":"dev.plex.listener.impl","c":"DropListener","l":"DropListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"EDIT_COMMANDS"},{"p":"dev.plex.module","c":"PlexModule","l":"enable()"},{"p":"dev.plex.module","c":"ModuleManager","l":"enableModules()"},{"p":"dev.plex.punishment","c":"Punishment","l":"endDate"},{"p":"dev.plex.services","c":"ServiceManager","l":"endService(AbstractService)","u":"endService(dev.plex.services.AbstractService)"},{"p":"dev.plex.services","c":"ServiceManager","l":"endService(AbstractService, boolean)","u":"endService(dev.plex.services.AbstractService,boolean)"},{"p":"dev.plex.services","c":"ServiceManager","l":"endServices()"},{"p":"dev.plex.services.impl","c":"AutoWipeService","l":"entityRun(ScheduledTask)","u":"entityRun(io.papermc.paper.threadedregions.scheduler.ScheduledTask)"},{"p":"dev.plex.command.impl","c":"EntityWipeCMD","l":"EntityWipeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"PlexLibraryManager.PluginLibraries","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"dev.plex.util","c":"PlexLog","l":"error(String, Object...)","u":"error(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.command.impl","c":"BanListCommand","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"BlockEditCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"CommandSpyCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"EntityWipeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"MobPurgeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"WhoHasCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command","c":"PlexCommand","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"AdminChatCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"AdminworldCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"AdventureCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"BanCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"BcastLoginMessageCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"ConsoleSayCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"CreativeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"DebugCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"FlatlandsCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"FreezeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"GamemodeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"KickCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"ListCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"LocalSpawnCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"LockupCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"MasterbuilderworldCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"MobLimitCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"MuteCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"NotesCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"PlexCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"PunishmentsCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"RawSayCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"RemoveLoginMessageCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SayCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SetLoginMessageCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SmiteCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SpectatorCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SurvivalCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"TagCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"TempbanCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"TempmuteCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"ToggleCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnbanCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnfreezeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnmuteCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"WorldCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"exists(String)","u":"exists(java.lang.String)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"exists(UUID)","u":"exists(java.util.UUID)"},{"p":"dev.plex.util","c":"UpdateChecker","l":"fetchDistanceFromGitHub(String, String, String)","u":"fetchDistanceFromGitHub(java.lang.String,java.lang.String,java.lang.String)"},{"p":"dev.plex.config","c":"Config","l":"file"},{"p":"dev.plex.config","c":"ModuleConfig","l":"file"},{"p":"dev.plex.menu","c":"AbstractMenu.Rows","l":"FIVE"},{"p":"dev.plex.world","c":"FlatChunkGenerator","l":"FlatChunkGenerator(int, BlockPopulator...)","u":"%3Cinit%3E(int,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.command.impl","c":"FlatlandsCMD","l":"FlatlandsCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"ChatListener","l":"format"},{"p":"dev.plex.util","c":"TimeUtils","l":"formatRelativeTime(ZonedDateTime)","u":"formatRelativeTime(java.time.ZonedDateTime)"},{"p":"dev.plex.menu","c":"AbstractMenu.Rows","l":"FOUR"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"FREEZE"},{"p":"dev.plex.command.impl","c":"FreezeCMD","l":"FreezeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"FreezeListener","l":"FreezeListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.world","c":"NoiseOptions","l":"frequency"},{"p":"dev.plex.config","c":"ModuleConfig","l":"from"},{"p":"dev.plex.punishment","c":"Punishment","l":"fromJson(String)","u":"fromJson(java.lang.String)"},{"p":"dev.plex.event","c":"PunishedPlayerFreezeEvent","l":"frozen"},{"p":"dev.plex.player","c":"PlexPlayer","l":"frozen"},{"p":"dev.plex.command.impl","c":"GamemodeCMD","l":"gamemode"},{"p":"dev.plex.event","c":"GameModeUpdateEvent","l":"gameMode"},{"p":"dev.plex.command.impl","c":"GamemodeCMD","l":"GamemodeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"GameModeListener","l":"GameModeListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.event","c":"GameModeUpdateEvent","l":"GameModeUpdateEvent()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"GameRuleService","l":"GameRuleService()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"GameRuleUtil","l":"GameRuleUtil()","u":"%3Cinit%3E()"},{"p":"dev.plex.world","c":"CustomWorld","l":"generate()"},{"p":"dev.plex.punishment","c":"Punishment","l":"generateBanMessage(Punishment)","u":"generateBanMessage(dev.plex.punishment.Punishment)"},{"p":"dev.plex.world","c":"CustomWorld","l":"generateConfigFlatWorld(String)","u":"generateConfigFlatWorld(java.lang.String)"},{"p":"dev.plex.punishment","c":"Punishment","l":"generateIndefBanMessage(String)","u":"generateIndefBanMessage(java.lang.String)"},{"p":"dev.plex.punishment","c":"Punishment","l":"generateIndefBanMessageWithReason(String, String)","u":"generateIndefBanMessageWithReason(java.lang.String,java.lang.String)"},{"p":"dev.plex.punishment","c":"Punishment","l":"generateKickMessage(Punishment)","u":"generateKickMessage(dev.plex.punishment.Punishment)"},{"p":"dev.plex.world","c":"OctaveChunkGenerator","l":"generateNoise(WorldInfo, Random, int, int, ChunkGenerator.ChunkData)","u":"generateNoise(org.bukkit.generator.WorldInfo,java.util.Random,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"NoiseChunkGenerator","l":"generateNoise(WorldInfo, Random, int, int, ChunkGenerator.ChunkData)","u":"generateNoise(org.bukkit.generator.WorldInfo,java.util.Random,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"FlatChunkGenerator","l":"generateSurface(WorldInfo, Random, int, int, ChunkGenerator.ChunkData)","u":"generateSurface(org.bukkit.generator.WorldInfo,java.util.Random,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex","c":"Plex","l":"generateWorlds()"},{"p":"dev.plex.world","c":"CustomWorld","l":"generator()"},{"p":"dev.plex","c":"Plex","l":"get()"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"getActiveBans()"},{"p":"dev.plex.command.impl","c":"MobPurgeCMD","l":"getAllMobs()"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"getBanByIP(String)","u":"getBanByIP(java.lang.String)"},{"p":"dev.plex.util.sql","c":"SQLUtil.Mapper","l":"getByClass(Class)","u":"getByClass(java.lang.Class)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"getByIP(String)","u":"getByIP(java.lang.String)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"getByName(String)","u":"getByName(java.lang.String)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"getByName(String, boolean)","u":"getByName(java.lang.String,boolean)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"getByUUID(UUID)","u":"getByUUID(java.util.UUID)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"getByUUID(UUID, boolean)","u":"getByUUID(java.util.UUID,boolean)"},{"p":"dev.plex.hook","c":"VaultHook","l":"getChat()"},{"p":"dev.plex.util","c":"ReflectionsUtil","l":"getClassesBySubType(String, Class)","u":"getClassesBySubType(java.lang.String,java.lang.Class)"},{"p":"dev.plex.util","c":"ReflectionsUtil","l":"getClassesFrom(String)","u":"getClassesFrom(java.lang.String)"},{"p":"dev.plex.meta","c":"PlayerMeta","l":"getColor(PlexPlayer)","u":"getColor(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.module","c":"PlexModule","l":"getCommand(String)","u":"getCommand(java.lang.String)"},{"p":"dev.plex.storage","c":"SQLConnection","l":"getCon()"},{"p":"dev.plex.listener.impl","c":"AntiNukerListener","l":"getCount(UUID)","u":"getCount(java.util.UUID)"},{"p":"dev.plex.listener.impl","c":"AntiSpamListener","l":"getCount(UUID)","u":"getCount(java.util.UUID)"},{"p":"dev.plex.world","c":"CustomChunkGenerator","l":"getDefaultPopulators(World)","u":"getDefaultPopulators(org.bukkit.World)"},{"p":"dev.plex.util","c":"ReflectionsUtil","l":"getGenericField(Field)","u":"getGenericField(java.lang.reflect.Field)"},{"p":"dev.plex.event","c":"GameModeUpdateEvent","l":"getHandlerList()"},{"p":"dev.plex.event","c":"PunishedPlayerFreezeEvent","l":"getHandlerList()"},{"p":"dev.plex.event","c":"PunishedPlayerLockupEvent","l":"getHandlerList()"},{"p":"dev.plex.event","c":"PunishedPlayerMuteEvent","l":"getHandlerList()"},{"p":"dev.plex.event","c":"GameModeUpdateEvent","l":"getHandlers()"},{"p":"dev.plex.event","c":"PunishedPlayerFreezeEvent","l":"getHandlers()"},{"p":"dev.plex.event","c":"PunishedPlayerLockupEvent","l":"getHandlers()"},{"p":"dev.plex.event","c":"PunishedPlayerMuteEvent","l":"getHandlers()"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"getIndefiniteBanByIP(String)","u":"getIndefiniteBanByIP(java.lang.String)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"getIndefiniteBanByUsername(String)","u":"getIndefiniteBanByUsername(java.lang.String)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"getIndefiniteBanByUUID(UUID)","u":"getIndefiniteBanByUUID(java.util.UUID)"},{"p":"dev.plex.storage","c":"RedisConnection","l":"getJedis()"},{"p":"dev.plex.meta","c":"PlayerMeta","l":"getLoginMessage(PlexPlayer)","u":"getLoginMessage(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.command","c":"PlexCommand","l":"getMap()"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"getNameByUUID(UUID)","u":"getNameByUUID(java.util.UUID)"},{"p":"dev.plex.command","c":"PlexCommand","l":"getNonNullPlayer(String)","u":"getNonNullPlayer(java.lang.String)"},{"p":"dev.plex.command","c":"PlexCommand","l":"getNonNullWorld(String)","u":"getNonNullWorld(java.lang.String)"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"getNotes(UUID)","u":"getNotes(java.util.UUID)"},{"p":"dev.plex.command","c":"PlexCommand","l":"getOfflinePlexPlayer(UUID)","u":"getOfflinePlexPlayer(java.util.UUID)"},{"p":"dev.plex.command","c":"PlexCommand","l":"getOnlinePlexPlayer(String)","u":"getOnlinePlexPlayer(java.lang.String)"},{"p":"dev.plex.hook","c":"VaultHook","l":"getPermission()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"getPlayer()"},{"p":"dev.plex.cache","c":"DataUtils","l":"getPlayer(String)","u":"getPlayer(java.lang.String)"},{"p":"dev.plex.cache","c":"DataUtils","l":"getPlayer(String, boolean)","u":"getPlayer(java.lang.String,boolean)"},{"p":"dev.plex.cache","c":"DataUtils","l":"getPlayer(UUID)","u":"getPlayer(java.util.UUID)"},{"p":"dev.plex.cache","c":"DataUtils","l":"getPlayer(UUID, boolean)","u":"getPlayer(java.util.UUID,boolean)"},{"p":"dev.plex.cache","c":"DataUtils","l":"getPlayerByIP(String)","u":"getPlayerByIP(java.lang.String)"},{"p":"dev.plex.util","c":"PlexUtils","l":"getPlayerNameList()"},{"p":"dev.plex.command","c":"PlexCommand","l":"getPlexPlayer(Player)","u":"getPlexPlayer(org.bukkit.entity.Player)"},{"p":"dev.plex.cache","c":"PlayerCache","l":"getPlexPlayer(UUID)","u":"getPlexPlayer(java.util.UUID)"},{"p":"dev.plex.cache","c":"PlayerCache","l":"getPlexPlayerMap()"},{"p":"dev.plex.command","c":"PlexCommand","l":"getPlugin()"},{"p":"dev.plex.hook","c":"VaultHook","l":"getPrefix(OfflinePlayer)","u":"getPrefix(org.bukkit.OfflinePlayer)"},{"p":"dev.plex.hook","c":"VaultHook","l":"getPrefix(PlexPlayer)","u":"getPrefix(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.meta","c":"PlayerMeta","l":"getPrefix(PlexPlayer)","u":"getPrefix(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.hook","c":"VaultHook","l":"getPrefix(UUID)","u":"getPrefix(java.util.UUID)"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"getPunishments()"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"getPunishments(String)","u":"getPunishments(java.lang.String)"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"getPunishments(UUID)","u":"getPunishments(java.util.UUID)"},{"p":"dev.plex.util","c":"RandomUtil","l":"getRandomColor()"},{"p":"dev.plex.module","c":"PlexModule","l":"getResource(String)","u":"getResource(java.lang.String)"},{"p":"dev.plex.services","c":"ServiceManager","l":"getService(Class)","u":"getService(java.lang.Class)"},{"p":"dev.plex.util","c":"PlexUtils","l":"getTextFromComponent(Component)","u":"getTextFromComponent(net.kyori.adventure.text.Component)"},{"p":"dev.plex.util","c":"PlexUtils","l":"getTextFromComponents(Component...)","u":"getTextFromComponents(net.kyori.adventure.text.Component...)"},{"p":"dev.plex.util","c":"UpdateChecker","l":"getUpdateStatusMessage(CommandSender, boolean, int)","u":"getUpdateStatusMessage(org.bukkit.command.CommandSender,boolean,int)"},{"p":"dev.plex.command","c":"PlexCommand","l":"getUUID(CommandSender)","u":"getUUID(org.bukkit.command.CommandSender)"},{"p":"dev.plex.punishment","c":"Punishment","l":"gson"},{"p":"dev.plex.util.redis","c":"MessageUtil","l":"GSON"},{"p":"dev.plex.event","c":"GameModeUpdateEvent","l":"handlers"},{"p":"dev.plex.event","c":"PunishedPlayerFreezeEvent","l":"handlers"},{"p":"dev.plex.event","c":"PunishedPlayerLockupEvent","l":"handlers"},{"p":"dev.plex.event","c":"PunishedPlayerMuteEvent","l":"handlers"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage.SafeMiniMessageTagResolver","l":"has(String)","u":"has(java.lang.String)"},{"p":"dev.plex.hook","c":"CoreProtectHook","l":"hasApi"},{"p":"dev.plex.listener.impl","c":"CommandListener","l":"hasCommandSpy(PlexPlayer)","u":"hasCommandSpy(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.hook","c":"CoreProtectHook","l":"hasCoreProtect()"},{"p":"dev.plex","c":"PlexLibraryManager.PluginLibraries","l":"hashCode()"},{"p":"dev.plex.cache","c":"DataUtils","l":"hasPlayedBefore(String)","u":"hasPlayedBefore(java.lang.String)"},{"p":"dev.plex.cache","c":"DataUtils","l":"hasPlayedBefore(UUID)","u":"hasPlayedBefore(java.util.UUID)"},{"p":"dev.plex.listener.impl","c":"ChatListener.PlexChatRenderer","l":"hasPrefix"},{"p":"dev.plex.hook","c":"PrismHook","l":"hasPrism()"},{"p":"dev.plex.command.impl","c":"PlexCMD","l":"hasUpdateAccess(Player, CommandSender)","u":"hasUpdateAccess(org.bukkit.entity.Player,org.bukkit.command.CommandSender)"},{"p":"dev.plex.util","c":"PlexUtils","l":"hasVanishPlugin()"},{"p":"dev.plex.world","c":"CustomChunkGenerator","l":"height"},{"p":"dev.plex.punishment.extra","c":"Note","l":"id"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage.SafeMiniMessageTagResolver","l":"IGNORED_TAGS"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"IN_GAME"},{"p":"dev.plex","c":"Plex","l":"indefBans"},{"p":"dev.plex.punishment","c":"PunishmentManager.IndefiniteBan","l":"IndefiniteBan()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"indefiniteBans"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"init()"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"initialized"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"INSERT"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"INSERT"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"INSERT"},{"p":"dev.plex.cache","c":"DataUtils","l":"insert(PlexPlayer)","u":"insert(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"insert(PlexPlayer)","u":"insert(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"insertPunishment(Punishment)","u":"insertPunishment(dev.plex.punishment.Punishment)"},{"p":"dev.plex.util.sql","c":"SQLUtil.Mapper","l":"INT"},{"p":"dev.plex.menu","c":"AbstractMenu","l":"INVENTORIES"},{"p":"dev.plex.menu","c":"AbstractMenu","l":"inventory"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"inventory"},{"p":"dev.plex.punishment","c":"Punishment","l":"ip"},{"p":"dev.plex.player","c":"PlexPlayer","l":"ips"},{"p":"dev.plex.punishment","c":"PunishmentManager.IndefiniteBan","l":"ips"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isAsyncBanned(UUID)","u":"isAsyncBanned(java.util.UUID)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isBanned(PlexPlayer)","u":"isBanned(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isBanned(UUID)","u":"isBanned(java.util.UUID)"},{"p":"dev.plex.util","c":"BungeeUtil","l":"isBungeeCord()"},{"p":"dev.plex.command","c":"PlexCommand","l":"isConsole(CommandSender)","u":"isConsole(org.bukkit.command.CommandSender)"},{"p":"dev.plex.storage","c":"RedisConnection","l":"isEnabled()"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"isEntityLimitReached(Chunk, int)","u":"isEntityLimitReached(org.bukkit.Chunk,int)"},{"p":"dev.plex.util","c":"PlexUtils","l":"isFolia()"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isNotEmpty(File)","u":"isNotEmpty(java.io.File)"},{"p":"dev.plex.command.impl","c":"EntityWipeCMD","l":"isNumeric(String)","u":"isNumeric(java.lang.String)"},{"p":"dev.plex.util","c":"PlexUtils","l":"isPluginCMD(String, String)","u":"isPluginCMD(java.lang.String,java.lang.String)"},{"p":"dev.plex.services.impl","c":"TimingService","l":"issueBan(Map.Entry)","u":"issueBan(java.util.Map.Entry)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"issuePunishment(PlexPlayer, Punishment)","u":"issuePunishment(dev.plex.player.PlexPlayer,dev.plex.punishment.Punishment)"},{"p":"dev.plex.meta","c":"PlayerMeta","l":"isVanished(Player)","u":"isVanished(org.bukkit.entity.Player)"},{"p":"dev.plex.meta","c":"PlayerMeta","l":"isVanished(PlexPlayer)","u":"isVanished(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.util","c":"BungeeUtil","l":"isVelocity()"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"ItemBuilder(Material)","u":"%3Cinit%3E(org.bukkit.Material)"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"itemStack"},{"p":"dev.plex.storage","c":"RedisConnection","l":"jedis"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"KICK"},{"p":"dev.plex.command.impl","c":"KickCMD","l":"KickCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"BungeeUtil","l":"kickPlayer(Player, Component)","u":"kickPlayer(org.bukkit.entity.Player,net.kyori.adventure.text.Component)"},{"p":"dev.plex.util","c":"PlexUtils","l":"LEGACY_FORMATTING_PATTERN"},{"p":"dev.plex.util","c":"PlexUtils","l":"legacyToMiniString(String)","u":"legacyToMiniString(java.lang.String)"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"libraries"},{"p":"dev.plex.menu.impl","c":"MaterialMenu","l":"list()"},{"p":"dev.plex.menu.impl","c":"PunishedPlayerMenu","l":"list()"},{"p":"dev.plex.menu.impl","c":"PunishmentMenu","l":"list()"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"list()"},{"p":"dev.plex.command.impl","c":"ListCMD","l":"ListCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.handlers","c":"ListenerHandler","l":"ListenerHandler()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModule","l":"listeners"},{"p":"dev.plex.config","c":"Config","l":"load()"},{"p":"dev.plex.config","c":"ModuleConfig","l":"load()"},{"p":"dev.plex.module","c":"PlexModule","l":"load()"},{"p":"dev.plex","c":"PlexLibraryManager","l":"load()"},{"p":"dev.plex.config","c":"Config","l":"load(boolean)"},{"p":"dev.plex.util","c":"BuildInfo","l":"load(Plex)","u":"load(dev.plex.Plex)"},{"p":"dev.plex.module","c":"ModuleManager","l":"loadAllModules()"},{"p":"dev.plex.module","c":"ModuleManager","l":"loadModules()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"loadNotes()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"loadPunishments()"},{"p":"dev.plex.command.impl","c":"LocalSpawnCMD","l":"LocalSpawnCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.event","c":"PunishedPlayerLockupEvent","l":"lockedUp"},{"p":"dev.plex.player","c":"PlexPlayer","l":"lockedUp"},{"p":"dev.plex.command.impl","c":"LockupCMD","l":"LockupCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"PlexLog","l":"log(Component)","u":"log(net.kyori.adventure.text.Component)"},{"p":"dev.plex.util","c":"PlexLog","l":"log(String, Object...)","u":"log(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.module","c":"PlexModule","l":"logger"},{"p":"dev.plex.util","c":"PlexLog","l":"logger"},{"p":"dev.plex.player","c":"PlexPlayer","l":"loginMessage"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"lore(Component...)","u":"lore(net.kyori.adventure.text.Component...)"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"lore(String...)","u":"lore(java.lang.String...)"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"main"},{"p":"dev.plex.util.sql","c":"Table","l":"mappedTables"},{"p":"dev.plex.util.sql","c":"SQLUtil.Mapper","l":"Mapper(Class...)","u":"%3Cinit%3E(java.lang.Class...)"},{"p":"dev.plex.storage","c":"StorageType","l":"MARIADB"},{"p":"dev.plex.command.impl","c":"MasterbuilderworldCMD","l":"MasterbuilderworldCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command","c":"PlexCommand","l":"matches(String)","u":"matches(java.lang.String)"},{"p":"dev.plex.menu.impl","c":"MaterialMenu","l":"MaterialMenu()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"MenuListener","l":"MenuListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"mergeIndefiniteBans()"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"message"},{"p":"dev.plex.command","c":"PlexCommand","l":"messageComponent(String, Component...)","u":"messageComponent(java.lang.String,net.kyori.adventure.text.Component...)"},{"p":"dev.plex.util","c":"PlexUtils","l":"messageComponent(String, Component...)","u":"messageComponent(java.lang.String,net.kyori.adventure.text.Component...)"},{"p":"dev.plex.command","c":"PlexCommand","l":"messageComponent(String, Object...)","u":"messageComponent(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.util","c":"PlexUtils","l":"messageComponent(String, Object...)","u":"messageComponent(java.lang.String,java.lang.Object...)"},{"p":"dev.plex","c":"Plex","l":"messages"},{"p":"dev.plex.command","c":"PlexCommand","l":"messageString(String, Object...)","u":"messageString(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.util","c":"PlexUtils","l":"messageString(String, Object...)","u":"messageString(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.util.redis","c":"MessageUtil","l":"MessageUtil()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"meta"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"MINI_MESSAGE"},{"p":"dev.plex.util","c":"PlexUtils","l":"MINI_MESSAGE"},{"p":"dev.plex.util","c":"PlexUtils","l":"mmCustomDeserialize(String, TagResolver...)","u":"mmCustomDeserialize(java.lang.String,net.kyori.adventure.text.minimessage.tag.resolver.TagResolver...)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"mmDeserialize(String)","u":"mmDeserialize(java.lang.String)"},{"p":"dev.plex.util","c":"PlexUtils","l":"mmDeserialize(String)","u":"mmDeserialize(java.lang.String)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"mmDeserializeWithoutEvents(String)","u":"mmDeserializeWithoutEvents(java.lang.String)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"mmSerialize(Component)","u":"mmSerialize(net.kyori.adventure.text.Component)"},{"p":"dev.plex.util","c":"PlexUtils","l":"mmSerialize(Component)","u":"mmSerialize(net.kyori.adventure.text.Component)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"mmSerializeWithoutEvents(Component)","u":"mmSerializeWithoutEvents(net.kyori.adventure.text.Component)"},{"p":"dev.plex.command","c":"PlexCommand","l":"mmString(String)","u":"mmString(java.lang.String)"},{"p":"dev.plex.util","c":"PlexUtils","l":"mmStripColor(String)","u":"mmStripColor(java.lang.String)"},{"p":"dev.plex.command.impl","c":"MobPurgeCMD","l":"MOB_TYPES"},{"p":"dev.plex.command.impl","c":"MobLimitCMD","l":"MobLimitCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"MobListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"MobPurgeCMD","l":"MobPurgeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.config","c":"ModuleConfig","l":"module"},{"p":"dev.plex.config","c":"ModuleConfig","l":"ModuleConfig(PlexModule, String, String)","u":"%3Cinit%3E(dev.plex.module.PlexModule,java.lang.String,java.lang.String)"},{"p":"dev.plex.module.exception","c":"ModuleLoadException","l":"ModuleLoadException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"dev.plex","c":"Plex","l":"moduleManager"},{"p":"dev.plex.module","c":"ModuleManager","l":"ModuleManager()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"ModuleManager","l":"modules"},{"p":"dev.plex","c":"Plex","l":"modulesFolder"},{"p":"dev.plex.command.impl","c":"MobPurgeCMD","l":"multipleS(int)"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"MUTE"},{"p":"dev.plex.command.impl","c":"MuteCMD","l":"MuteCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.event","c":"PunishedPlayerMuteEvent","l":"muted"},{"p":"dev.plex.player","c":"PlexPlayer","l":"muted"},{"p":"dev.plex.listener.impl","c":"MuteListener","l":"MuteListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.config","c":"Config","l":"name"},{"p":"dev.plex.menu","c":"AbstractMenu","l":"name"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"name"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"name"},{"p":"dev.plex.player","c":"PlexPlayer","l":"name"},{"p":"dev.plex.util.sql","c":"Table","l":"name"},{"p":"dev.plex.command.annotation","c":"CommandParameters","l":"name()"},{"p":"dev.plex.command.impl","c":"SetLoginMessageCMD","l":"nameRequired"},{"p":"dev.plex.services.impl","c":"UpdateCheckerService","l":"newVersion"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"NEXT"},{"p":"dev.plex.command","c":"PlexCommand","l":"noColorComponentFromString(String)","u":"noColorComponentFromString(java.lang.String)"},{"p":"dev.plex.world","c":"NoiseChunkGenerator","l":"NoiseChunkGenerator(int, NoiseOptions, BlockPopulator...)","u":"%3Cinit%3E(int,dev.plex.world.NoiseOptions,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.world","c":"NoiseOptions","l":"NoiseOptions(int, int, double, double, boolean)","u":"%3Cinit%3E(int,int,double,double,boolean)"},{"p":"dev.plex.world","c":"NoiseOptions","l":"normalized"},{"p":"dev.plex.punishment.extra","c":"Note","l":"note"},{"p":"dev.plex.punishment.extra","c":"Note","l":"Note()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"notes"},{"p":"dev.plex.command.impl","c":"NotesCMD","l":"NotesCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"TimingService","l":"nukerCooldown"},{"p":"dev.plex.util","c":"BuildInfo","l":"number"},{"p":"dev.plex.world","c":"OctaveChunkGenerator","l":"OctaveChunkGenerator(int, OctaveOptions, BlockPopulator...)","u":"%3Cinit%3E(int,dev.plex.world.OctaveOptions,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.world","c":"OctaveOptions","l":"OctaveOptions(int, int, double, double, boolean, int)","u":"%3Cinit%3E(int,int,double,double,boolean,int)"},{"p":"dev.plex.world","c":"OctaveOptions","l":"octaves"},{"p":"dev.plex.listener.impl","c":"AntiNukerListener","l":"onBlockBreak(BlockBreakEvent)","u":"onBlockBreak(org.bukkit.event.block.BlockBreakEvent)"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"onBlockBreak(BlockBreakEvent)","u":"onBlockBreak(org.bukkit.event.block.BlockBreakEvent)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onBlockBreak(BlockBreakEvent)","u":"onBlockBreak(org.bukkit.event.block.BlockBreakEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onBlockExplode(BlockExplodeEvent)","u":"onBlockExplode(org.bukkit.event.block.BlockExplodeEvent)"},{"p":"dev.plex.listener.impl","c":"AntiNukerListener","l":"onBlockPlace(BlockPlaceEvent)","u":"onBlockPlace(org.bukkit.event.block.BlockPlaceEvent)"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"onBlockPlace(BlockPlaceEvent)","u":"onBlockPlace(org.bukkit.event.block.BlockPlaceEvent)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onBlockPlace(BlockPlaceEvent)","u":"onBlockPlace(org.bukkit.event.block.BlockPlaceEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onBlockRedstone(BlockRedstoneEvent)","u":"onBlockRedstone(org.bukkit.event.block.BlockRedstoneEvent)"},{"p":"dev.plex.listener.impl","c":"BookListener","l":"onBookEdit(PlayerEditBookEvent)","u":"onBookEdit(org.bukkit.event.player.PlayerEditBookEvent)"},{"p":"dev.plex.listener.impl","c":"AntiSpamListener","l":"onChat(AsyncChatEvent)","u":"onChat(io.papermc.paper.event.player.AsyncChatEvent)"},{"p":"dev.plex.listener.impl","c":"ChatListener","l":"onChat(AsyncChatEvent)","u":"onChat(io.papermc.paper.event.player.AsyncChatEvent)"},{"p":"dev.plex.listener.impl","c":"MuteListener","l":"onChat(AsyncChatEvent)","u":"onChat(io.papermc.paper.event.player.AsyncChatEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onChat(AsyncChatEvent)","u":"onChat(io.papermc.paper.event.player.AsyncChatEvent)"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"onClick"},{"p":"dev.plex.menu.pagination","c":"PageableMenu.Page","l":"onClick"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"onClick(ConditionalQuadConsumer)","u":"onClick(dev.plex.util.function.ConditionalQuadConsumer)"},{"p":"dev.plex.listener.impl","c":"MenuListener","l":"onClick(InventoryClickEvent)","u":"onClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"dev.plex.menu","c":"AbstractMenu","l":"onClick(InventoryView, Inventory, Player, ItemStack)","u":"onClick(org.bukkit.inventory.InventoryView,org.bukkit.inventory.Inventory,org.bukkit.entity.Player,org.bukkit.inventory.ItemStack)"},{"p":"dev.plex.menu.impl","c":"ToggleMenu","l":"onClick(InventoryView, Inventory, Player, ItemStack)","u":"onClick(org.bukkit.inventory.InventoryView,org.bukkit.inventory.Inventory,org.bukkit.entity.Player,org.bukkit.inventory.ItemStack)"},{"p":"dev.plex.menu.pagination","c":"PageableMenu.Page","l":"onClick(InventoryView, Inventory, Player, ItemStack)","u":"onClick(org.bukkit.inventory.InventoryView,org.bukkit.inventory.Inventory,org.bukkit.entity.Player,org.bukkit.inventory.ItemStack)"},{"p":"dev.plex.listener.impl","c":"MuteListener","l":"onCommand(PlayerCommandPreprocessEvent)","u":"onCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onCommand(PlayerCommandPreprocessEvent)","u":"onCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent)"},{"p":"dev.plex.listener.impl","c":"CommandListener","l":"onCommandBlocking(PlayerCommandPreprocessEvent)","u":"onCommandBlocking(org.bukkit.event.player.PlayerCommandPreprocessEvent)"},{"p":"dev.plex","c":"Plex","l":"onDisable()"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"onDispense(BlockDispenseEvent)","u":"onDispense(org.bukkit.event.block.BlockDispenseEvent)"},{"p":"dev.plex.menu","c":"AbstractMenu.Rows","l":"ONE"},{"p":"dev.plex","c":"Plex","l":"onEnable()"},{"p":"dev.plex.services","c":"AbstractService","l":"onEnd()"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"onEntityClick(PlayerInteractEntityEvent)","u":"onEntityClick(org.bukkit.event.player.PlayerInteractEntityEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onEntityExplode(EntityExplodeEvent)","u":"onEntityExplode(org.bukkit.event.entity.EntityExplodeEvent)"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"onEntitySpawn(EntitySpawnEvent)","u":"onEntitySpawn(org.bukkit.event.entity.EntitySpawnEvent)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onEntitySpawn(EntitySpawnEvent)","u":"onEntitySpawn(org.bukkit.event.entity.EntitySpawnEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onExplosionPrime(ExplosionPrimeEvent)","u":"onExplosionPrime(org.bukkit.event.entity.ExplosionPrimeEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onFluidSpread(BlockFromToEvent)","u":"onFluidSpread(org.bukkit.event.block.BlockFromToEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onFluidSpread(PlayerDropItemEvent)","u":"onFluidSpread(org.bukkit.event.player.PlayerDropItemEvent)"},{"p":"dev.plex.listener.impl","c":"GameModeListener","l":"onGameModeUpdate(GameModeUpdateEvent)","u":"onGameModeUpdate(dev.plex.event.GameModeUpdateEvent)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onInteractWorld(EntityDamageByEntityEvent)","u":"onInteractWorld(org.bukkit.event.entity.EntityDamageByEntityEvent)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onInteractWorld(PlayerInteractEntityEvent)","u":"onInteractWorld(org.bukkit.event.player.PlayerInteractEntityEvent)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onInteractWorld(PlayerInteractEvent)","u":"onInteractWorld(org.bukkit.event.player.PlayerInteractEvent)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onInteractWorld(PlayerItemDamageEvent)","u":"onInteractWorld(org.bukkit.event.player.PlayerItemDamageEvent)"},{"p":"dev.plex.listener.impl","c":"PlayerListener","l":"onInventoryClick(InventoryClickEvent)","u":"onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"dev.plex","c":"Plex","l":"onLoad()"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onPlayerAttack(PrePlayerAttackEntityEvent)","u":"onPlayerAttack(io.papermc.paper.event.player.PrePlayerAttackEntityEvent)"},{"p":"dev.plex.listener.impl","c":"AntiSpamListener","l":"onPlayerCommandPreprocess(PlayerCommandPreprocessEvent)","u":"onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent)"},{"p":"dev.plex.listener.impl","c":"CommandListener","l":"onPlayerCommandPreprocess(PlayerCommandPreprocessEvent)","u":"onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onPlayerCommandPreprocess(PlayerCommandPreprocessEvent)","u":"onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent)"},{"p":"dev.plex.listener.impl","c":"DropListener","l":"onPlayerDropItem(PlayerDropItemEvent)","u":"onPlayerDropItem(org.bukkit.event.player.PlayerDropItemEvent)"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"onPlayerInteract(PlayerInteractEvent)","u":"onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent)"},{"p":"dev.plex.listener.impl","c":"PlayerListener","l":"onPlayerInventoryClose(InventoryCloseEvent)","u":"onPlayerInventoryClose(org.bukkit.event.inventory.InventoryCloseEvent)"},{"p":"dev.plex.listener.impl","c":"TabListener","l":"onPlayerJoin(PlayerJoinEvent)","u":"onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent)"},{"p":"dev.plex.listener.impl","c":"FreezeListener","l":"onPlayerMove(PlayerMoveEvent)","u":"onPlayerMove(org.bukkit.event.player.PlayerMoveEvent)"},{"p":"dev.plex.listener.impl","c":"PlayerListener","l":"onPlayerSave(PlayerQuitEvent)","u":"onPlayerSave(org.bukkit.event.player.PlayerQuitEvent)"},{"p":"dev.plex.listener.impl","c":"PlayerListener","l":"onPlayerSetup(PlayerJoinEvent)","u":"onPlayerSetup(org.bukkit.event.player.PlayerJoinEvent)"},{"p":"dev.plex.listener.impl","c":"FreezeListener","l":"onPlayerTeleport(PlayerTeleportEvent)","u":"onPlayerTeleport(org.bukkit.event.player.PlayerTeleportEvent)"},{"p":"dev.plex.listener.impl","c":"VanishListener","l":"onPlayerUnvanish(PlayerShowEvent)","u":"onPlayerUnvanish(de.myzelyam.api.vanish.PlayerShowEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onPotionSplash(PotionSplashEvent)","u":"onPotionSplash(org.bukkit.event.entity.PotionSplashEvent)"},{"p":"dev.plex.listener.impl","c":"BanListener","l":"onPreLogin(AsyncPlayerPreLoginEvent)","u":"onPreLogin(org.bukkit.event.player.AsyncPlayerPreLoginEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onProjectileHit(ProjectileHitEvent)","u":"onProjectileHit(org.bukkit.event.entity.ProjectileHitEvent)"},{"p":"dev.plex.listener.impl","c":"ServerListener","l":"onServerPing(PaperServerListPingEvent)","u":"onServerPing(com.destroystokyo.paper.event.server.PaperServerListPingEvent)"},{"p":"dev.plex.services","c":"AbstractService","l":"onStart()"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onWorldTeleport(PlayerTeleportEvent)","u":"onWorldTeleport(org.bukkit.event.player.PlayerTeleportEvent)"},{"p":"dev.plex.menu","c":"AbstractMenu","l":"open(Player)","u":"open(org.bukkit.entity.Player)"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"open(Player)","u":"open(org.bukkit.entity.Player)"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"open(Player, int)","u":"open(org.bukkit.entity.Player,int)"},{"p":"dev.plex.world","c":"NoiseChunkGenerator","l":"options"},{"p":"dev.plex.world","c":"OctaveChunkGenerator","l":"options"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"owner(OfflinePlayer)","u":"owner(org.bukkit.OfflinePlayer)"},{"p":"dev.plex.menu.pagination","c":"PageableMenu.Page","l":"Page(Component, AbstractMenu.Rows)","u":"%3Cinit%3E(net.kyori.adventure.text.Component,dev.plex.menu.AbstractMenu.Rows)"},{"p":"dev.plex.menu.pagination","c":"PageableMenu.Page","l":"Page(String, AbstractMenu.Rows)","u":"%3Cinit%3E(java.lang.String,dev.plex.menu.AbstractMenu.Rows)"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"PageableMenu(Component, AbstractMenu.Rows)","u":"%3Cinit%3E(net.kyori.adventure.text.Component,dev.plex.menu.AbstractMenu.Rows)"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"PageableMenu(String, AbstractMenu.Rows)","u":"%3Cinit%3E(java.lang.String,dev.plex.menu.AbstractMenu.Rows)"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"pages"},{"p":"dev.plex.command","c":"PlexCommand","l":"params"},{"p":"dev.plex.menu.pagination","c":"PageableMenu.Page","l":"parent"},{"p":"dev.plex.command.impl","c":"EntityWipeCMD","l":"parseInt(CommandSender, String)","u":"parseInt(org.bukkit.command.CommandSender,java.lang.String)"},{"p":"dev.plex.util","c":"TimeUtils","l":"parseInteger(String)","u":"parseInteger(java.lang.String)"},{"p":"dev.plex.command.annotation","c":"CommandPermissions","l":"permission()"},{"p":"dev.plex","c":"Plex","l":"permissions"},{"p":"dev.plex.hook","c":"VaultHook","l":"PERMISSIONS"},{"p":"dev.plex.command","c":"PlexCommand","l":"perms"},{"p":"dev.plex.event","c":"GameModeUpdateEvent","l":"player"},{"p":"dev.plex","c":"Plex","l":"playerCache"},{"p":"dev.plex.cache","c":"PlayerCache","l":"PlayerCache()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"PlayerListener","l":"PlayerListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.meta","c":"PlayerMeta","l":"PlayerMeta()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.exception","c":"PlayerNotBannedException","l":"PlayerNotBannedException()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.exception","c":"PlayerNotFoundException","l":"PlayerNotFoundException()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModule","l":"plex"},{"p":"dev.plex","c":"Plex","l":"Plex()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"ChatListener.PlexChatRenderer","l":"PlexChatRenderer()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"PlexCMD","l":"PlexCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command","c":"PlexCommand","l":"PlexCommand()","u":"%3Cinit%3E()"},{"p":"dev.plex.command","c":"PlexCommand","l":"PlexCommand(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"dev.plex","c":"PlexLibraryManager","l":"PlexLibraryManager()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener","c":"PlexListener","l":"PlexListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"PlexLog","l":"PlexLog()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModule","l":"PlexModule()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModule","l":"plexModuleFile"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"PlexModuleFile()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"PlexPlayer()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"PlexPlayer(UUID)","u":"%3Cinit%3E(java.util.UUID)"},{"p":"dev.plex.player","c":"PlexPlayer","l":"PlexPlayer(UUID, boolean)","u":"%3Cinit%3E(java.util.UUID,boolean)"},{"p":"dev.plex.cache","c":"PlayerCache","l":"plexPlayerMap"},{"p":"dev.plex.util","c":"PlexUtils","l":"PlexUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex.command","c":"PlexCommand","l":"plugin"},{"p":"dev.plex.config","c":"Config","l":"plugin"},{"p":"dev.plex.menu.impl","c":"ToggleMenu","l":"plugin"},{"p":"dev.plex","c":"Plex","l":"plugin"},{"p":"dev.plex","c":"PlexBase","l":"plugin"},{"p":"dev.plex.world","c":"ConfigurationChunkGenerator","l":"plugin"},{"p":"dev.plex.world","c":"CustomWorld","l":"plugin"},{"p":"dev.plex","c":"PlexLibraryManager.PluginLibraries","l":"PluginLibraries(Map, List)","u":"%3Cinit%3E(java.util.Map,java.util.List)"},{"p":"dev.plex.world","c":"CustomChunkGenerator","l":"populators"},{"p":"dev.plex.listener.impl","c":"ChatListener","l":"PRE_RENDERER"},{"p":"dev.plex.listener.impl","c":"ChatListener.PlexChatRenderer","l":"prefix"},{"p":"dev.plex.player","c":"PlexPlayer","l":"prefix"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"PREVIOUS"},{"p":"dev.plex.hook","c":"PrismHook","l":"prismApi"},{"p":"dev.plex.hook","c":"PrismHook","l":"prismApi()"},{"p":"dev.plex","c":"Plex","l":"prismHook"},{"p":"dev.plex.hook","c":"PrismHook","l":"PrismHook(Plex)","u":"%3Cinit%3E(dev.plex.Plex)"},{"p":"dev.plex.util","c":"BungeeUtil","l":"PROXIED_SERVER"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"punish(PlexPlayer, Punishment)","u":"punish(dev.plex.player.PlexPlayer,dev.plex.punishment.Punishment)"},{"p":"dev.plex.punishment","c":"Punishment","l":"punished"},{"p":"dev.plex.event","c":"PunishedPlayerEvent","l":"punishedPlayer"},{"p":"dev.plex.menu.impl","c":"PunishedPlayerMenu","l":"punishedPlayer"},{"p":"dev.plex.event","c":"PunishedPlayerEvent","l":"PunishedPlayerEvent(PlexPlayer)","u":"%3Cinit%3E(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.event","c":"PunishedPlayerFreezeEvent","l":"PunishedPlayerFreezeEvent(PlexPlayer, boolean)","u":"%3Cinit%3E(dev.plex.player.PlexPlayer,boolean)"},{"p":"dev.plex.event","c":"PunishedPlayerLockupEvent","l":"PunishedPlayerLockupEvent(PlexPlayer, boolean)","u":"%3Cinit%3E(dev.plex.player.PlexPlayer,boolean)"},{"p":"dev.plex.menu.impl","c":"PunishedPlayerMenu","l":"PunishedPlayerMenu(PlexPlayer)","u":"%3Cinit%3E(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.event","c":"PunishedPlayerMuteEvent","l":"PunishedPlayerMuteEvent(PlexPlayer, boolean)","u":"%3Cinit%3E(dev.plex.player.PlexPlayer,boolean)"},{"p":"dev.plex.punishment","c":"Punishment","l":"punishedUsername"},{"p":"dev.plex.punishment","c":"Punishment","l":"punisher"},{"p":"dev.plex.punishment","c":"Punishment","l":"Punishment()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"Punishment","l":"Punishment(UUID, UUID)","u":"%3Cinit%3E(java.util.UUID,java.util.UUID)"},{"p":"dev.plex","c":"Plex","l":"punishmentManager"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"PunishmentManager()","u":"%3Cinit%3E()"},{"p":"dev.plex.menu.impl","c":"PunishmentMenu","l":"PunishmentMenu()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"punishments"},{"p":"dev.plex.command.impl","c":"PunishmentsCMD","l":"PunishmentsCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"PunishmentType()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"MobPurgeCMD","l":"purgeMobs(EntityType)","u":"purgeMobs(org.bukkit.entity.EntityType)"},{"p":"dev.plex.util","c":"RandomUtil","l":"randomBoolean()"},{"p":"dev.plex.util","c":"RandomUtil","l":"randomNum()"},{"p":"dev.plex.util","c":"RandomUtil","l":"randomNum(int)"},{"p":"dev.plex.util","c":"RandomUtil","l":"randomNum(int, int)","u":"randomNum(int,int)"},{"p":"dev.plex.util","c":"RandomUtil","l":"RandomUtil()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"RawSayCMD","l":"RawSayCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"GameRuleUtil","l":"readGameRules(World, String)","u":"readGameRules(org.bukkit.World,java.lang.String)"},{"p":"dev.plex.command.impl","c":"NotesCMD","l":"readNotes(CommandSender, PlexPlayer, List)","u":"readNotes(org.bukkit.command.CommandSender,dev.plex.player.PlexPlayer,java.util.List)"},{"p":"dev.plex.punishment","c":"Punishment","l":"reason"},{"p":"dev.plex.punishment","c":"PunishmentManager.IndefiniteBan","l":"reason"},{"p":"dev.plex","c":"Plex","l":"redisConnection"},{"p":"dev.plex.storage","c":"RedisConnection","l":"RedisConnection()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"ReflectionsUtil","l":"ReflectionsUtil()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"regex"},{"p":"dev.plex.module","c":"PlexModule","l":"registerCommand(PlexCommand)","u":"registerCommand(dev.plex.command.PlexCommand)"},{"p":"dev.plex.module","c":"PlexModule","l":"registerListener(PlexListener)","u":"registerListener(dev.plex.listener.PlexListener)"},{"p":"dev.plex.services","c":"ServiceManager","l":"registerService(AbstractService)","u":"registerService(dev.plex.services.AbstractService)"},{"p":"dev.plex.util","c":"BlockUtils","l":"relative(Location, BlockFace)","u":"relative(org.bukkit.Location,org.bukkit.block.BlockFace)"},{"p":"dev.plex.module","c":"ModuleManager","l":"reloadModules()"},{"p":"dev.plex","c":"Plex","l":"reloadPlayers()"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"removeBan(UUID)","u":"removeBan(java.util.UUID)"},{"p":"dev.plex.util","c":"PlexUtils","l":"removeHoverAndClick(Component)","u":"removeHoverAndClick(net.kyori.adventure.text.Component)"},{"p":"dev.plex.command.impl","c":"RemoveLoginMessageCMD","l":"RemoveLoginMessageCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"ChatListener.PlexChatRenderer","l":"render(Player, Component, Component, Audience)","u":"render(org.bukkit.entity.Player,net.kyori.adventure.text.Component,net.kyori.adventure.text.Component,net.kyori.adventure.audience.Audience)"},{"p":"dev.plex.listener.impl","c":"ChatListener","l":"renderer"},{"p":"dev.plex.services","c":"AbstractService","l":"repeating"},{"p":"dev.plex.services.impl","c":"AutoWipeService","l":"repeatInSeconds()"},{"p":"dev.plex.services.impl","c":"BanService","l":"repeatInSeconds()"},{"p":"dev.plex.services.impl","c":"CommandBlockerService","l":"repeatInSeconds()"},{"p":"dev.plex.services.impl","c":"GameRuleService","l":"repeatInSeconds()"},{"p":"dev.plex.services.impl","c":"TimingService","l":"repeatInSeconds()"},{"p":"dev.plex.services.impl","c":"UpdateCheckerService","l":"repeatInSeconds()"},{"p":"dev.plex.services","c":"IService","l":"repeatInSeconds()"},{"p":"dev.plex.util","c":"UpdateChecker","l":"REPO"},{"p":"dev.plex","c":"PlexLibraryManager.PluginLibraries","l":"repositories"},{"p":"dev.plex","c":"PlexLibraryManager.PluginLibraries","l":"repositories()"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"RequiredCommandSource()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"requiredLevel"},{"p":"dev.plex.menu.impl","c":"ToggleMenu","l":"resetChatItem(Inventory)","u":"resetChatItem(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu.impl","c":"ToggleMenu","l":"resetDropsItem(Inventory)","u":"resetDropsItem(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu.impl","c":"ToggleMenu","l":"resetExplosionItem(Inventory)","u":"resetExplosionItem(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu.impl","c":"ToggleMenu","l":"resetFluidspreadItem(Inventory)","u":"resetFluidspreadItem(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu.impl","c":"ToggleMenu","l":"resetPVPItem(Inventory)","u":"resetPVPItem(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu.impl","c":"ToggleMenu","l":"resetRedstoneItem(Inventory)","u":"resetRedstoneItem(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage.SafeMiniMessageTagResolver","l":"resolve(String, ArgumentQueue, Context)","u":"resolve(java.lang.String,net.kyori.adventure.text.minimessage.tag.resolver.ArgumentQueue,net.kyori.adventure.text.minimessage.Context)"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"rows"},{"p":"dev.plex.menu","c":"AbstractMenu.Rows","l":"Rows(int)","u":"%3Cinit%3E(int)"},{"p":"dev.plex.services.impl","c":"AutoWipeService","l":"run(ScheduledTask)","u":"run(io.papermc.paper.threadedregions.scheduler.ScheduledTask)"},{"p":"dev.plex.services.impl","c":"BanService","l":"run(ScheduledTask)","u":"run(io.papermc.paper.threadedregions.scheduler.ScheduledTask)"},{"p":"dev.plex.services.impl","c":"CommandBlockerService","l":"run(ScheduledTask)","u":"run(io.papermc.paper.threadedregions.scheduler.ScheduledTask)"},{"p":"dev.plex.services.impl","c":"GameRuleService","l":"run(ScheduledTask)","u":"run(io.papermc.paper.threadedregions.scheduler.ScheduledTask)"},{"p":"dev.plex.services.impl","c":"TimingService","l":"run(ScheduledTask)","u":"run(io.papermc.paper.threadedregions.scheduler.ScheduledTask)"},{"p":"dev.plex.services.impl","c":"UpdateCheckerService","l":"run(ScheduledTask)","u":"run(io.papermc.paper.threadedregions.scheduler.ScheduledTask)"},{"p":"dev.plex.services","c":"IService","l":"run(ScheduledTask)","u":"run(io.papermc.paper.threadedregions.scheduler.ScheduledTask)"},{"p":"dev.plex.storage","c":"RedisConnection","l":"runAsync(Consumer)","u":"runAsync(java.util.function.Consumer)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"SafeMiniMessage()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage.SafeMiniMessageTagResolver","l":"SafeMiniMessageTagResolver()","u":"%3Cinit%3E()"},{"p":"dev.plex.config","c":"Config","l":"save()"},{"p":"dev.plex.config","c":"ModuleConfig","l":"save()"},{"p":"dev.plex.config","c":"Config","l":"saveDefault()"},{"p":"dev.plex.config","c":"ModuleConfig","l":"saveDefault()"},{"p":"dev.plex.command.impl","c":"SayCMD","l":"SayCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"SELECT"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"SELECT"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"SELECT"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"SELECT_BY"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"SELECT_BY_IP"},{"p":"dev.plex.command","c":"PlexCommand","l":"send(Audience, Component)","u":"send(net.kyori.adventure.audience.Audience,net.kyori.adventure.text.Component)"},{"p":"dev.plex.command","c":"PlexCommand","l":"send(Audience, String)","u":"send(net.kyori.adventure.audience.Audience,java.lang.String)"},{"p":"dev.plex.event","c":"GameModeUpdateEvent","l":"sender"},{"p":"dev.plex.util.redis","c":"MessageUtil","l":"sendStaffChat(CommandSender, Component, UUID...)","u":"sendStaffChat(org.bukkit.command.CommandSender,net.kyori.adventure.text.Component,java.util.UUID...)"},{"p":"dev.plex.util.adapter","c":"ZonedDateTimeAdapter","l":"serialize(ZonedDateTime, Type, JsonSerializationContext)","u":"serialize(java.time.ZonedDateTime,java.lang.reflect.Type,com.google.gson.JsonSerializationContext)"},{"p":"dev.plex.listener.impl","c":"ServerListener","l":"ServerListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.services","c":"ServiceManager","l":"serviceCount()"},{"p":"dev.plex","c":"Plex","l":"serviceManager"},{"p":"dev.plex.services","c":"ServiceManager","l":"ServiceManager()","u":"%3Cinit%3E()"},{"p":"dev.plex.services","c":"ServiceManager","l":"services"},{"p":"dev.plex.command.impl","c":"SetLoginMessageCMD","l":"SetLoginMessageCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.hook","c":"VaultHook","l":"setupChat()"},{"p":"dev.plex","c":"Plex","l":"setupChat()"},{"p":"dev.plex.hook","c":"VaultHook","l":"setupPermissions()"},{"p":"dev.plex","c":"Plex","l":"setupPermissions()"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"SIGNS"},{"p":"dev.plex.command","c":"PlexCommand","l":"silentCheckPermission(CommandSender, String)","u":"silentCheckPermission(org.bukkit.command.CommandSender,java.lang.String)"},{"p":"dev.plex.command","c":"PlexCommand","l":"silentCheckPermission(Player, String)","u":"silentCheckPermission(org.bukkit.entity.Player,java.lang.String)"},{"p":"dev.plex.menu","c":"AbstractMenu.Rows","l":"SIX"},{"p":"dev.plex.menu","c":"AbstractMenu.Rows","l":"slots"},{"p":"dev.plex.menu","c":"AbstractMenu.Rows","l":"slots()"},{"p":"dev.plex.command.impl","c":"AdminChatCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"AdminworldCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"AdventureCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"BanCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"BanListCommand","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"BcastLoginMessageCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"BlockEditCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"CommandSpyCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"ConsoleSayCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"CreativeCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"DebugCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"EntityWipeCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"FlatlandsCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"FreezeCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"GamemodeCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"KickCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"ListCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"LocalSpawnCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"LockupCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"MasterbuilderworldCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"MobLimitCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"MobPurgeCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"MuteCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"NotesCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"PlexCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"PunishmentsCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"RawSayCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"RemoveLoginMessageCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SayCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SetLoginMessageCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SmiteCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SpectatorCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SurvivalCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"TagCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"TempbanCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"TempmuteCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"ToggleCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnbanCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnfreezeCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnmuteCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"WhoHasCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"WorldCMD","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command","c":"PlexCommand","l":"smartTabComplete(CommandSender, String, String[])","u":"smartTabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"SMITE"},{"p":"dev.plex.command.impl","c":"SmiteCMD","l":"SmiteCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.annotation","c":"CommandPermissions","l":"source()"},{"p":"dev.plex.services.impl","c":"TimingService","l":"spamCooldown"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"SPAWN_EGGS"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"spawnEggToEntityType(Material)","u":"spawnEggToEntityType(org.bukkit.Material)"},{"p":"dev.plex.command.impl","c":"SpectatorCMD","l":"SpectatorCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"sqlConnection"},{"p":"dev.plex.storage","c":"SQLConnection","l":"SQLConnection()","u":"%3Cinit%3E()"},{"p":"dev.plex.storage","c":"StorageType","l":"SQLITE"},{"p":"dev.plex","c":"Plex","l":"sqlNotes"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"SQLNotes()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"sqlPlayerData"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"SQLPlayerData()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"sqlPunishment"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"SQLPunishment()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.sql","c":"SQLUtil","l":"SQLUtil()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"staffChat"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage.SafeMiniMessageTagResolver","l":"STANDARD_RESOLVER"},{"p":"dev.plex.services","c":"ServiceManager","l":"startService(AbstractService)","u":"startService(dev.plex.services.AbstractService)"},{"p":"dev.plex.services","c":"ServiceManager","l":"startServices()"},{"p":"dev.plex.command.impl","c":"ToggleCMD","l":"status(String)","u":"status(java.lang.String)"},{"p":"dev.plex","c":"Plex","l":"storageType"},{"p":"dev.plex.storage","c":"StorageType","l":"StorageType()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"TimingService","l":"strikes"},{"p":"dev.plex.util","c":"PlexUtils","l":"stringToComponent(String)","u":"stringToComponent(java.lang.String)"},{"p":"dev.plex.util.redis","c":"MessageUtil","l":"subscribe()"},{"p":"dev.plex.util.redis","c":"MessageUtil","l":"SUBSCRIBER"},{"p":"dev.plex.command.impl","c":"SurvivalCMD","l":"SurvivalCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"syncRemoveBan(UUID)","u":"syncRemoveBan(java.util.UUID)"},{"p":"dev.plex.command","c":"PlexCommand","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.util.sql","c":"Table","l":"Table()","u":"%3Cinit%3E()"},{"p":"dev.plex.storage","c":"SQLConnection","l":"tableExistsSQL(String)","u":"tableExistsSQL(java.lang.String)"},{"p":"dev.plex.util.sql","c":"SQLUtil","l":"TABLES"},{"p":"dev.plex.listener.impl","c":"TabListener","l":"TabListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"TagCMD","l":"TagCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"TEMPBAN"},{"p":"dev.plex.command.impl","c":"TempbanCMD","l":"TempbanCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"TempmuteCMD","l":"TempmuteCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"PlexUtils","l":"testConnections()"},{"p":"dev.plex.util.sql","c":"SQLUtil.Mapper","l":"TEXT"},{"p":"dev.plex.menu","c":"AbstractMenu.Rows","l":"THREE"},{"p":"dev.plex.punishment.extra","c":"Note","l":"timestamp"},{"p":"dev.plex.util","c":"TimeUtils","l":"timeUnits"},{"p":"dev.plex.util","c":"TimeUtils","l":"TimeUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.adapter","c":"ZonedDateTimeAdapter","l":"TIMEZONE"},{"p":"dev.plex.util","c":"TimeUtils","l":"TIMEZONE"},{"p":"dev.plex.util","c":"TimeUtils","l":"TIMEZONES"},{"p":"dev.plex.services.impl","c":"TimingService","l":"TimingService()","u":"%3Cinit%3E()"},{"p":"dev.plex.config","c":"ModuleConfig","l":"to"},{"p":"dev.plex.command.impl","c":"ToggleCMD","l":"toggle(String)","u":"toggle(java.lang.String)"},{"p":"dev.plex.command.impl","c":"ToggleCMD","l":"ToggleCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.menu.impl","c":"ToggleMenu","l":"ToggleMenu()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"toggles"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"TogglesListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.menu.impl","c":"MaterialMenu","l":"toItem(Material)","u":"toItem(org.bukkit.Material)"},{"p":"dev.plex.menu.impl","c":"PunishmentMenu","l":"toItem(Player)","u":"toItem(org.bukkit.entity.Player)"},{"p":"dev.plex.menu.impl","c":"PunishedPlayerMenu","l":"toItem(Punishment)","u":"toItem(dev.plex.punishment.Punishment)"},{"p":"dev.plex.menu.pagination","c":"PageableMenu","l":"toItem(T)"},{"p":"dev.plex.player","c":"PlexPlayer","l":"toJSON()"},{"p":"dev.plex.punishment.extra","c":"Note","l":"toJSON()"},{"p":"dev.plex.punishment","c":"Punishment","l":"toJSON()"},{"p":"dev.plex","c":"PlexLibraryManager.PluginLibraries","l":"toString()"},{"p":"dev.plex.menu","c":"AbstractMenu.Rows","l":"TWO"},{"p":"dev.plex.punishment","c":"Punishment","l":"type"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"unban(Punishment)","u":"unban(dev.plex.punishment.Punishment)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"unban(UUID)","u":"unban(java.util.UUID)"},{"p":"dev.plex.command.impl","c":"UnbanCMD","l":"UnbanCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"UnfreezeCMD","l":"UnfreezeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"ModuleManager","l":"unloadModules()"},{"p":"dev.plex.command.impl","c":"UnmuteCMD","l":"UnmuteCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModule","l":"unregisterCommand(PlexCommand)","u":"unregisterCommand(dev.plex.command.PlexCommand)"},{"p":"dev.plex.module","c":"PlexModule","l":"unregisterListener(PlexListener)","u":"unregisterListener(dev.plex.listener.PlexListener)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"UPDATE"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"UPDATE_PUNISHMENT"},{"p":"dev.plex.command.impl","c":"GamemodeCMD","l":"update(CommandSender, Player, GameMode)","u":"update(org.bukkit.command.CommandSender,org.bukkit.entity.Player,org.bukkit.GameMode)"},{"p":"dev.plex.cache","c":"DataUtils","l":"update(PlexPlayer)","u":"update(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"update(PlexPlayer)","u":"update(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.util.sql","c":"SQLUtil","l":"update(String, Object)","u":"update(java.lang.String,java.lang.Object)"},{"p":"dev.plex","c":"Plex","l":"updateChecker"},{"p":"dev.plex.util","c":"UpdateChecker","l":"UpdateChecker()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"UpdateCheckerService","l":"UpdateCheckerService()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"UpdateChecker","l":"updateJar(CommandSender, String, boolean)","u":"updateJar(org.bukkit.command.CommandSender,java.lang.String,boolean)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"updateOutdatedPunishments(PlexPlayer)","u":"updateOutdatedPunishments(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"updatePunishment(PunishmentType, boolean, UUID)","u":"updatePunishment(dev.plex.punishment.PunishmentType,boolean,java.util.UUID)"},{"p":"dev.plex.listener.impl","c":"ChatListener","l":"URL_REPLACEMENT_CONFIG"},{"p":"dev.plex.command.annotation","c":"CommandParameters","l":"usage()"},{"p":"dev.plex.command","c":"PlexCommand","l":"usage()"},{"p":"dev.plex.command","c":"PlexCommand","l":"usage(String)","u":"usage(java.lang.String)"},{"p":"dev.plex.punishment","c":"PunishmentManager.IndefiniteBan","l":"usernames"},{"p":"dev.plex.util","c":"TimeUtils","l":"useTimezone(LocalDateTime)","u":"useTimezone(java.time.LocalDateTime)"},{"p":"dev.plex.util","c":"TimeUtils","l":"useTimezone(ZonedDateTime)","u":"useTimezone(java.time.ZonedDateTime)"},{"p":"dev.plex.player","c":"PlexPlayer","l":"uuid"},{"p":"dev.plex.punishment.extra","c":"Note","l":"uuid"},{"p":"dev.plex.command.impl","c":"WorldCMD","l":"UUID_PATTERN"},{"p":"dev.plex.punishment","c":"PunishmentManager.IndefiniteBan","l":"uuids"},{"p":"dev.plex.command.impl","c":"SetLoginMessageCMD","l":"validateMessage(String)","u":"validateMessage(java.lang.String)"},{"p":"dev.plex.listener.annotation","c":"Toggleable","l":"value()"},{"p":"dev.plex.storage.annotation","c":"SQLTable","l":"value()"},{"p":"dev.plex.storage.annotation","c":"VarcharLimit","l":"value()"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"dev.plex.menu","c":"AbstractMenu.Rows","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"dev.plex.storage","c":"StorageType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"dev.plex.util.sql","c":"SQLUtil.Mapper","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"values()"},{"p":"dev.plex.menu","c":"AbstractMenu.Rows","l":"values()"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"values()"},{"p":"dev.plex.storage","c":"StorageType","l":"values()"},{"p":"dev.plex.util.sql","c":"SQLUtil.Mapper","l":"values()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"vanished"},{"p":"dev.plex.listener.impl","c":"VanishListener","l":"VanishListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.sql","c":"SQLUtil.Mapper","l":"VARCHAR"},{"p":"dev.plex.hook","c":"VaultHook","l":"VaultHook()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"version"},{"p":"dev.plex.util","c":"PlexLog","l":"warn(String, Object...)","u":"warn(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.command.impl","c":"WhoHasCMD","l":"WhoHasCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"WorldCMD","l":"WorldCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"WorldListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.sql","c":"SQLUtil","l":"writeFieldToSQL(Table, StringBuilder, SQLUtil.Mapper, Field)","u":"writeFieldToSQL(dev.plex.util.sql.Table,java.lang.StringBuilder,dev.plex.util.sql.SQLUtil.Mapper,java.lang.reflect.Field)"},{"p":"dev.plex.punishment.extra","c":"Note","l":"writtenBy"},{"p":"dev.plex.world","c":"NoiseOptions","l":"x"},{"p":"dev.plex.world","c":"NoiseOptions","l":"y"},{"p":"dev.plex.util.adapter","c":"ZonedDateTimeAdapter","l":"ZonedDateTimeAdapter()","u":"%3Cinit%3E()"}];updateSearchResults(); \ No newline at end of file diff --git a/static/javadoc/module-search-index.js b/static/javadoc/module-search-index.js new file mode 100644 index 0000000..0d59754 --- /dev/null +++ b/static/javadoc/module-search-index.js @@ -0,0 +1 @@ +moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/static/javadoc/overview-summary.html b/static/javadoc/overview-summary.html new file mode 100644 index 0000000..b384b06 --- /dev/null +++ b/static/javadoc/overview-summary.html @@ -0,0 +1,25 @@ + + + + +server 1.5-SNAPSHOT API + + + + + + + + + + +
+ +

index.html

+
+ + diff --git a/static/javadoc/overview-tree.html b/static/javadoc/overview-tree.html new file mode 100644 index 0000000..8f1e652 --- /dev/null +++ b/static/javadoc/overview-tree.html @@ -0,0 +1,389 @@ + + + + +Class Hierarchy (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For All Packages

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+

Annotation Interface Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+

Record Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadoc/package-search-index.js b/static/javadoc/package-search-index.js new file mode 100644 index 0000000..1a939c6 --- /dev/null +++ b/static/javadoc/package-search-index.js @@ -0,0 +1 @@ +packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"dev.plex"},{"l":"dev.plex.cache"},{"l":"dev.plex.command"},{"l":"dev.plex.command.annotation"},{"l":"dev.plex.command.blocking"},{"l":"dev.plex.command.exception"},{"l":"dev.plex.command.impl"},{"l":"dev.plex.command.source"},{"l":"dev.plex.config"},{"l":"dev.plex.event"},{"l":"dev.plex.handlers"},{"l":"dev.plex.hook"},{"l":"dev.plex.listener"},{"l":"dev.plex.listener.annotation"},{"l":"dev.plex.listener.impl"},{"l":"dev.plex.menu"},{"l":"dev.plex.menu.impl"},{"l":"dev.plex.menu.pagination"},{"l":"dev.plex.meta"},{"l":"dev.plex.module"},{"l":"dev.plex.module.exception"},{"l":"dev.plex.player"},{"l":"dev.plex.punishment"},{"l":"dev.plex.punishment.extra"},{"l":"dev.plex.services"},{"l":"dev.plex.services.impl"},{"l":"dev.plex.storage"},{"l":"dev.plex.storage.annotation"},{"l":"dev.plex.storage.player"},{"l":"dev.plex.storage.punishment"},{"l":"dev.plex.util"},{"l":"dev.plex.util.adapter"},{"l":"dev.plex.util.function"},{"l":"dev.plex.util.item"},{"l":"dev.plex.util.minimessage"},{"l":"dev.plex.util.redis"},{"l":"dev.plex.util.sql"},{"l":"dev.plex.world"}];updateSearchResults(); \ No newline at end of file diff --git a/static/javadoc/resources/glass.png b/static/javadoc/resources/glass.png new file mode 100644 index 0000000..a7f591f Binary files /dev/null and b/static/javadoc/resources/glass.png differ diff --git a/static/javadoc/resources/x.png b/static/javadoc/resources/x.png new file mode 100644 index 0000000..30548a7 Binary files /dev/null and b/static/javadoc/resources/x.png differ diff --git a/static/javadoc/script-dir/jquery-3.6.1.min.js b/static/javadoc/script-dir/jquery-3.6.1.min.js new file mode 100644 index 0000000..2c69bc9 --- /dev/null +++ b/static/javadoc/script-dir/jquery-3.6.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.6.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),v={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&v(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!y||!y.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ve(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ye(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],y=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||y.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||y.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||y.push(".#.+[+~]"),e.querySelectorAll("\\\f"),y.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),y=y.length&&new RegExp(y.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),v=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!y||!y.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),v.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",v.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",v.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),v.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return B(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=_e(v.pixelPosition,function(e,t){if(t)return t=Be(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
"),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
    ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
    ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
    ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
    ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file diff --git a/static/javadoc/script.js b/static/javadoc/script.js new file mode 100644 index 0000000..bb9c8a2 --- /dev/null +++ b/static/javadoc/script.js @@ -0,0 +1,253 @@ +/* + * Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var moduleSearchIndex; +var packageSearchIndex; +var typeSearchIndex; +var memberSearchIndex; +var tagSearchIndex; + +var oddRowColor = "odd-row-color"; +var evenRowColor = "even-row-color"; +var sortAsc = "sort-asc"; +var sortDesc = "sort-desc"; +var tableTab = "table-tab"; +var activeTableTab = "active-table-tab"; + +function loadScripts(doc, tag) { + createElem(doc, tag, 'search.js'); + + createElem(doc, tag, 'module-search-index.js'); + createElem(doc, tag, 'package-search-index.js'); + createElem(doc, tag, 'type-search-index.js'); + createElem(doc, tag, 'member-search-index.js'); + createElem(doc, tag, 'tag-search-index.js'); +} + +function createElem(doc, tag, path) { + var script = doc.createElement(tag); + var scriptElement = doc.getElementsByTagName(tag)[0]; + script.src = pathtoroot + path; + scriptElement.parentNode.insertBefore(script, scriptElement); +} + +// Helper for making content containing release names comparable lexicographically +function makeComparable(s) { + return s.toLowerCase().replace(/(\d+)/g, + function(n, m) { + return ("000" + m).slice(-4); + }); +} + +// Switches between two styles depending on a condition +function toggleStyle(classList, condition, trueStyle, falseStyle) { + if (condition) { + classList.remove(falseStyle); + classList.add(trueStyle); + } else { + classList.remove(trueStyle); + classList.add(falseStyle); + } +} + +// Sorts the rows in a table lexicographically by the content of a specific column +function sortTable(header, columnIndex, columns) { + var container = header.parentElement; + var descending = header.classList.contains(sortAsc); + container.querySelectorAll("div.table-header").forEach( + function(header) { + header.classList.remove(sortAsc); + header.classList.remove(sortDesc); + } + ) + var cells = container.children; + var rows = []; + for (var i = columns; i < cells.length; i += columns) { + rows.push(Array.prototype.slice.call(cells, i, i + columns)); + } + var comparator = function(a, b) { + var ka = makeComparable(a[columnIndex].textContent); + var kb = makeComparable(b[columnIndex].textContent); + if (ka < kb) + return descending ? 1 : -1; + if (ka > kb) + return descending ? -1 : 1; + return 0; + }; + var sorted = rows.sort(comparator); + var visible = 0; + sorted.forEach(function(row) { + if (row[0].style.display !== 'none') { + var isEvenRow = visible++ % 2 === 0; + } + row.forEach(function(cell) { + toggleStyle(cell.classList, isEvenRow, evenRowColor, oddRowColor); + container.appendChild(cell); + }) + }); + toggleStyle(header.classList, descending, sortDesc, sortAsc); +} + +// Toggles the visibility of a table category in all tables in a page +function toggleGlobal(checkbox, selected, columns) { + var display = checkbox.checked ? '' : 'none'; + document.querySelectorAll("div.table-tabs").forEach(function(t) { + var id = t.parentElement.getAttribute("id"); + var selectedClass = id + "-tab" + selected; + // if selected is empty string it selects all uncategorized entries + var selectUncategorized = !Boolean(selected); + var visible = 0; + document.querySelectorAll('div.' + id) + .forEach(function(elem) { + if (selectUncategorized) { + if (elem.className.indexOf(selectedClass) === -1) { + elem.style.display = display; + } + } else if (elem.classList.contains(selectedClass)) { + elem.style.display = display; + } + if (elem.style.display === '') { + var isEvenRow = visible++ % (columns * 2) < columns; + toggleStyle(elem.classList, isEvenRow, evenRowColor, oddRowColor); + } + }); + var displaySection = visible === 0 ? 'none' : ''; + t.parentElement.style.display = displaySection; + document.querySelector("li#contents-" + id).style.display = displaySection; + }) +} + +// Shows the elements of a table belonging to a specific category +function show(tableId, selected, columns) { + if (tableId !== selected) { + document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') + .forEach(function(elem) { + elem.style.display = 'none'; + }); + } + document.querySelectorAll('div.' + selected) + .forEach(function(elem, index) { + elem.style.display = ''; + var isEvenRow = index % (columns * 2) < columns; + toggleStyle(elem.classList, isEvenRow, evenRowColor, oddRowColor); + }); + updateTabs(tableId, selected); +} + +function updateTabs(tableId, selected) { + document.getElementById(tableId + '.tabpanel') + .setAttribute('aria-labelledby', selected); + document.querySelectorAll('button[id^="' + tableId + '"]') + .forEach(function(tab, index) { + if (selected === tab.id || (tableId === selected && index === 0)) { + tab.className = activeTableTab; + tab.setAttribute('aria-selected', true); + tab.setAttribute('tabindex',0); + } else { + tab.className = tableTab; + tab.setAttribute('aria-selected', false); + tab.setAttribute('tabindex',-1); + } + }); +} + +function switchTab(e) { + var selected = document.querySelector('[aria-selected=true]'); + if (selected) { + if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) { + // left or up arrow key pressed: move focus to previous tab + selected.previousSibling.click(); + selected.previousSibling.focus(); + e.preventDefault(); + } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) { + // right or down arrow key pressed: move focus to next tab + selected.nextSibling.click(); + selected.nextSibling.focus(); + e.preventDefault(); + } + } +} + +var updateSearchResults = function() {}; + +function indexFilesLoaded() { + return moduleSearchIndex + && packageSearchIndex + && typeSearchIndex + && memberSearchIndex + && tagSearchIndex; +} +// Copy the contents of the local snippet to the clipboard +function copySnippet(button) { + copyToClipboard(button.nextElementSibling.innerText); + switchCopyLabel(button, button.firstElementChild); +} +function copyToClipboard(content) { + var textarea = document.createElement("textarea"); + textarea.style.height = 0; + document.body.appendChild(textarea); + textarea.value = content; + textarea.select(); + document.execCommand("copy"); + document.body.removeChild(textarea); +} +function switchCopyLabel(button, span) { + var copied = span.getAttribute("data-copied"); + button.classList.add("visible"); + var initialLabel = span.innerHTML; + span.innerHTML = copied; + setTimeout(function() { + button.classList.remove("visible"); + setTimeout(function() { + if (initialLabel !== copied) { + span.innerHTML = initialLabel; + } + }, 100); + }, 1900); +} +// Workaround for scroll position not being included in browser history (8249133) +document.addEventListener("DOMContentLoaded", function(e) { + var contentDiv = document.querySelector("div.flex-content"); + window.addEventListener("popstate", function(e) { + if (e.state !== null) { + contentDiv.scrollTop = e.state; + } + }); + window.addEventListener("hashchange", function(e) { + history.replaceState(contentDiv.scrollTop, document.title); + }); + var timeoutId; + contentDiv.addEventListener("scroll", function(e) { + if (timeoutId) { + clearTimeout(timeoutId); + } + timeoutId = setTimeout(function() { + history.replaceState(contentDiv.scrollTop, document.title); + }, 100); + }); + if (!location.hash) { + history.replaceState(contentDiv.scrollTop, document.title); + } +}); diff --git a/static/javadoc/search-page.js b/static/javadoc/search-page.js new file mode 100644 index 0000000..540c90f --- /dev/null +++ b/static/javadoc/search-page.js @@ -0,0 +1,284 @@ +/* + * Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +"use strict"; +$(function() { + var copy = $("#page-search-copy"); + var expand = $("#page-search-expand"); + var searchLink = $("span#page-search-link"); + var redirect = $("input#search-redirect"); + function setSearchUrlTemplate() { + var href = document.location.href.split(/[#?]/)[0]; + href += "?q=" + "%s"; + if (redirect.is(":checked")) { + href += "&r=1"; + } + searchLink.html(href); + copy[0].onmouseenter(); + } + function copyLink(e) { + copyToClipboard(this.previousSibling.innerText); + switchCopyLabel(this, this.lastElementChild); + } + copy.click(copyLink); + copy[0].onmouseenter = function() {}; + redirect.click(setSearchUrlTemplate); + setSearchUrlTemplate(); + copy.prop("disabled", false); + redirect.prop("disabled", false); + expand.click(function (e) { + var searchInfo = $("div.page-search-info"); + if(this.parentElement.hasAttribute("open")) { + searchInfo.attr("style", "border-width: 0;"); + } else { + searchInfo.attr("style", "border-width: 1px;").height(searchInfo.prop("scrollHeight")); + } + }); +}); +$(window).on("load", function() { + var input = $("#page-search-input"); + var reset = $("#page-search-reset"); + var notify = $("#page-search-notify"); + var resultSection = $("div#result-section"); + var resultContainer = $("div#result-container"); + var searchTerm = ""; + var activeTab = ""; + var fixedTab = false; + var visibleTabs = []; + var feelingLucky = false; + function renderResults(result) { + if (!result.length) { + notify.html(messages.noResult); + } else if (result.length === 1) { + notify.html(messages.oneResult); + } else { + notify.html(messages.manyResults.replace("{0}", result.length)); + } + resultContainer.empty(); + var r = { + "types": [], + "members": [], + "packages": [], + "modules": [], + "searchTags": [] + }; + for (var i in result) { + var item = result[i]; + var arr = r[item.category]; + arr.push(item); + } + if (!activeTab || r[activeTab].length === 0 || !fixedTab) { + Object.keys(r).reduce(function(prev, curr) { + if (r[curr].length > 0 && r[curr][0].score > prev) { + activeTab = curr; + return r[curr][0].score; + } + return prev; + }, 0); + } + if (feelingLucky && activeTab) { + notify.html(messages.redirecting) + var firstItem = r[activeTab][0]; + window.location = getURL(firstItem.indexItem, firstItem.category); + return; + } + if (result.length > 20) { + if (searchTerm[searchTerm.length - 1] === ".") { + if (activeTab === "types" && r["members"].length > r["types"].length) { + activeTab = "members"; + } else if (activeTab === "packages" && r["types"].length > r["packages"].length) { + activeTab = "types"; + } + } + } + var categoryCount = Object.keys(r).reduce(function(prev, curr) { + return prev + (r[curr].length > 0 ? 1 : 0); + }, 0); + visibleTabs = []; + var tabContainer = $("
    ").appendTo(resultContainer); + for (var key in r) { + var id = "#result-tab-" + key.replace("searchTags", "search_tags"); + if (r[key].length) { + var count = r[key].length >= 1000 ? "999+" : r[key].length; + if (result.length > 20 && categoryCount > 1) { + var button = $("").appendTo(tabContainer); + button.click(key, function(e) { + fixedTab = true; + renderResult(e.data, $(this)); + }); + visibleTabs.push(key); + } else { + $("" + categories[key] + + " (" + count + ")").appendTo(tabContainer); + renderTable(key, r[key]).appendTo(resultContainer); + tabContainer = $("
    ").appendTo(resultContainer); + + } + } + } + if (activeTab && result.length > 20 && categoryCount > 1) { + $("button#result-tab-" + activeTab).addClass("active-table-tab"); + renderTable(activeTab, r[activeTab]).appendTo(resultContainer); + } + resultSection.show(); + function renderResult(category, button) { + activeTab = category; + setSearchUrl(); + resultContainer.find("div.summary-table").remove(); + renderTable(activeTab, r[activeTab]).appendTo(resultContainer); + button.siblings().removeClass("active-table-tab"); + button.addClass("active-table-tab"); + } + } + function selectTab(category) { + $("button#result-tab-" + category).click(); + } + function renderTable(category, items) { + var table = $("
    ") + .addClass(category === "modules" + ? "one-column-search-results" + : "two-column-search-results"); + var col1, col2; + if (category === "modules") { + col1 = "Module"; + } else if (category === "packages") { + col1 = "Module"; + col2 = "Package"; + } else if (category === "types") { + col1 = "Package"; + col2 = "Class" + } else if (category === "members") { + col1 = "Class"; + col2 = "Member"; + } else if (category === "searchTags") { + col1 = "Location"; + col2 = "Name"; + } + $("
    " + col1 + "
    ").appendTo(table); + if (category !== "modules") { + $("
    " + col2 + "
    ").appendTo(table); + } + $.each(items, function(index, item) { + var rowColor = index % 2 ? "odd-row-color" : "even-row-color"; + renderItem(item, table, rowColor); + }); + return table; + } + function renderItem(item, table, rowColor) { + var label = getHighlightedText(item.input, item.boundaries, item.prefix.length, item.input.length); + var link = $("") + .attr("href", getURL(item.indexItem, item.category)) + .attr("tabindex", "0") + .addClass("search-result-link") + .html(label); + var container = getHighlightedText(item.input, item.boundaries, 0, item.prefix.length - 1); + if (item.category === "searchTags") { + container = item.indexItem.h || ""; + } + if (item.category !== "modules") { + $("
    ").html(container).addClass("col-plain").addClass(rowColor).appendTo(table); + } + $("
    ").html(link).addClass("col-last").addClass(rowColor).appendTo(table); + } + var timeout; + function schedulePageSearch() { + if (timeout) { + clearTimeout(timeout); + } + timeout = setTimeout(function () { + doPageSearch() + }, 100); + } + function doPageSearch() { + setSearchUrl(); + var term = searchTerm = input.val().trim(); + if (term === "") { + notify.html(messages.enterTerm); + activeTab = ""; + fixedTab = false; + resultContainer.empty(); + resultSection.hide(); + } else { + notify.html(messages.searching); + doSearch({ term: term, maxResults: 1200 }, renderResults); + } + } + function setSearchUrl() { + var query = input.val().trim(); + var url = document.location.pathname; + if (query) { + url += "?q=" + encodeURI(query); + if (activeTab && fixedTab) { + url += "&c=" + activeTab; + } + } + history.replaceState({query: query}, "", url); + } + input.on("input", function(e) { + feelingLucky = false; + schedulePageSearch(); + }); + $(document).keydown(function(e) { + if ((e.ctrlKey || e.metaKey) && (e.key === "ArrowLeft" || e.key === "ArrowRight")) { + if (activeTab && visibleTabs.length > 1) { + var idx = visibleTabs.indexOf(activeTab); + idx += e.key === "ArrowLeft" ? visibleTabs.length - 1 : 1; + selectTab(visibleTabs[idx % visibleTabs.length]); + return false; + } + } + }); + reset.click(function() { + notify.html(messages.enterTerm); + resultSection.hide(); + activeTab = ""; + fixedTab = false; + resultContainer.empty(); + input.val('').focus(); + setSearchUrl(); + }); + input.prop("disabled", false); + reset.prop("disabled", false); + + var urlParams = new URLSearchParams(window.location.search); + if (urlParams.has("q")) { + input.val(urlParams.get("q")) + } + if (urlParams.has("c")) { + activeTab = urlParams.get("c"); + fixedTab = true; + } + if (urlParams.get("r")) { + feelingLucky = true; + } + if (input.val()) { + doPageSearch(); + } else { + notify.html(messages.enterTerm); + } + input.select().focus(); +}); diff --git a/static/javadoc/search.html b/static/javadoc/search.html new file mode 100644 index 0000000..f3d9488 --- /dev/null +++ b/static/javadoc/search.html @@ -0,0 +1,72 @@ + + + + +Search (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
    + +
    +
    +

    Search

    +
    + + +
    +Additional resources +
    +
    +
    +

    The help page provides an introduction to the scope and syntax of JavaDoc search.

    +

    You can use the <ctrl> or <cmd> keys in combination with the left and right arrow keys to switch between result tabs in this page.

    +

    The URL template below may be used to configure this page as a search engine in browsers that support this feature. It has been tested to work in Google Chrome and Mozilla Firefox. Note that other browsers may not support this feature or require a different URL format.

    +link +

    + +

    +
    +

    Loading search index...

    + +
    +
    +
    + + diff --git a/static/javadoc/search.js b/static/javadoc/search.js new file mode 100644 index 0000000..d398670 --- /dev/null +++ b/static/javadoc/search.js @@ -0,0 +1,458 @@ +/* + * Copyright (c) 2015, 2023, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ +"use strict"; +const messages = { + enterTerm: "Enter a search term", + noResult: "No results found", + oneResult: "Found one result", + manyResults: "Found {0} results", + loading: "Loading search index...", + searching: "Searching...", + redirecting: "Redirecting to first result...", + linkIcon: "Link icon", + linkToSection: "Link to this section" +} +const categories = { + modules: "Modules", + packages: "Packages", + types: "Classes and Interfaces", + members: "Members", + searchTags: "Search Tags" +}; +const highlight = "$&"; +const NO_MATCH = {}; +const MAX_RESULTS = 300; +function checkUnnamed(name, separator) { + return name === "" || !name ? "" : name + separator; +} +function escapeHtml(str) { + return str.replace(//g, ">"); +} +function getHighlightedText(str, boundaries, from, to) { + var start = from; + var text = ""; + for (var i = 0; i < boundaries.length; i += 2) { + var b0 = boundaries[i]; + var b1 = boundaries[i + 1]; + if (b0 >= to || b1 <= from) { + continue; + } + text += escapeHtml(str.slice(start, Math.max(start, b0))); + text += ""; + text += escapeHtml(str.slice(Math.max(start, b0), Math.min(to, b1))); + text += ""; + start = Math.min(to, b1); + } + text += escapeHtml(str.slice(start, to)); + return text; +} +function getURLPrefix(item, category) { + var urlPrefix = ""; + var slash = "/"; + if (category === "modules") { + return item.l + slash; + } else if (category === "packages" && item.m) { + return item.m + slash; + } else if (category === "types" || category === "members") { + if (item.m) { + urlPrefix = item.m + slash; + } else { + $.each(packageSearchIndex, function(index, it) { + if (it.m && item.p === it.l) { + urlPrefix = it.m + slash; + } + }); + } + } + return urlPrefix; +} +function getURL(item, category) { + if (item.url) { + return item.url; + } + var url = getURLPrefix(item, category); + if (category === "modules") { + url += "module-summary.html"; + } else if (category === "packages") { + if (item.u) { + url = item.u; + } else { + url += item.l.replace(/\./g, '/') + "/package-summary.html"; + } + } else if (category === "types") { + if (item.u) { + url = item.u; + } else { + url += checkUnnamed(item.p, "/").replace(/\./g, '/') + item.l + ".html"; + } + } else if (category === "members") { + url += checkUnnamed(item.p, "/").replace(/\./g, '/') + item.c + ".html" + "#"; + if (item.u) { + url += item.u; + } else { + url += item.l; + } + } else if (category === "searchTags") { + url += item.u; + } + item.url = url; + return url; +} +function createMatcher(term, camelCase) { + if (camelCase && !isUpperCase(term)) { + return null; // no need for camel-case matcher for lower case query + } + var pattern = ""; + var upperCase = []; + term.trim().split(/\s+/).forEach(function(w, index, array) { + var tokens = w.split(/(?=[A-Z,.()<>?[\/])/); + for (var i = 0; i < tokens.length; i++) { + var s = tokens[i]; + // ',' and '?' are the only delimiters commonly followed by space in java signatures + pattern += "(" + $.ui.autocomplete.escapeRegex(s).replace(/[,?]/g, "$&\\s*?") + ")"; + upperCase.push(false); + var isWordToken = /\w$/.test(s); + if (isWordToken) { + if (i === tokens.length - 1 && index < array.length - 1) { + // space in query string matches all delimiters + pattern += "(.*?)"; + upperCase.push(isUpperCase(s[0])); + } else { + if (!camelCase && isUpperCase(s) && s.length === 1) { + pattern += "()"; + } else { + pattern += "([a-z0-9$<>?[\\]]*?)"; + } + upperCase.push(isUpperCase(s[0])); + } + } else { + pattern += "()"; + upperCase.push(false); + } + } + }); + var re = new RegExp(pattern, "gi"); + re.upperCase = upperCase; + return re; +} +function findMatch(matcher, input, startOfName, endOfName) { + var from = startOfName; + matcher.lastIndex = from; + var match = matcher.exec(input); + // Expand search area until we get a valid result or reach the beginning of the string + while (!match || match.index + match[0].length < startOfName || endOfName < match.index) { + if (from === 0) { + return NO_MATCH; + } + from = input.lastIndexOf(".", from - 2) + 1; + matcher.lastIndex = from; + match = matcher.exec(input); + } + var boundaries = []; + var matchEnd = match.index + match[0].length; + var score = 5; + var start = match.index; + var prevEnd = -1; + for (var i = 1; i < match.length; i += 2) { + var isUpper = isUpperCase(input[start]); + var isMatcherUpper = matcher.upperCase[i]; + // capturing groups come in pairs, match and non-match + boundaries.push(start, start + match[i].length); + // make sure groups are anchored on a left word boundary + var prevChar = input[start - 1] || ""; + var nextChar = input[start + 1] || ""; + if (start !== 0 && !/[\W_]/.test(prevChar) && !/[\W_]/.test(input[start])) { + if (isUpper && (isLowerCase(prevChar) || isLowerCase(nextChar))) { + score -= 0.1; + } else if (isMatcherUpper && start === prevEnd) { + score -= isUpper ? 0.1 : 1.0; + } else { + return NO_MATCH; + } + } + prevEnd = start + match[i].length; + start += match[i].length + match[i + 1].length; + + // lower score for parts of the name that are missing + if (match[i + 1] && prevEnd < endOfName) { + score -= rateNoise(match[i + 1]); + } + } + // lower score if a type name contains unmatched camel-case parts + if (input[matchEnd - 1] !== "." && endOfName > matchEnd) + score -= rateNoise(input.slice(matchEnd, endOfName)); + score -= rateNoise(input.slice(0, Math.max(startOfName, match.index))); + + if (score <= 0) { + return NO_MATCH; + } + return { + input: input, + score: score, + boundaries: boundaries + }; +} +function isUpperCase(s) { + return s !== s.toLowerCase(); +} +function isLowerCase(s) { + return s !== s.toUpperCase(); +} +function rateNoise(str) { + return (str.match(/([.(])/g) || []).length / 5 + + (str.match(/([A-Z]+)/g) || []).length / 10 + + str.length / 20; +} +function doSearch(request, response) { + var term = request.term.trim(); + var maxResults = request.maxResults || MAX_RESULTS; + if (term.length === 0) { + return this.close(); + } + var matcher = { + plainMatcher: createMatcher(term, false), + camelCaseMatcher: createMatcher(term, true) + } + var indexLoaded = indexFilesLoaded(); + + function getPrefix(item, category) { + switch (category) { + case "packages": + return checkUnnamed(item.m, "/"); + case "types": + return checkUnnamed(item.p, "."); + case "members": + return checkUnnamed(item.p, ".") + item.c + "."; + default: + return ""; + } + } + function useQualifiedName(category) { + switch (category) { + case "packages": + return /[\s/]/.test(term); + case "types": + case "members": + return /[\s.]/.test(term); + default: + return false; + } + } + function searchIndex(indexArray, category) { + var matches = []; + if (!indexArray) { + if (!indexLoaded) { + matches.push({ l: messages.loading, category: category }); + } + return matches; + } + $.each(indexArray, function (i, item) { + var prefix = getPrefix(item, category); + var simpleName = item.l; + var qualifiedName = prefix + simpleName; + var useQualified = useQualifiedName(category); + var input = useQualified ? qualifiedName : simpleName; + var startOfName = useQualified ? prefix.length : 0; + var endOfName = category === "members" && input.indexOf("(", startOfName) > -1 + ? input.indexOf("(", startOfName) : input.length; + var m = findMatch(matcher.plainMatcher, input, startOfName, endOfName); + if (m === NO_MATCH && matcher.camelCaseMatcher) { + m = findMatch(matcher.camelCaseMatcher, input, startOfName, endOfName); + } + if (m !== NO_MATCH) { + m.indexItem = item; + m.prefix = prefix; + m.category = category; + if (!useQualified) { + m.input = qualifiedName; + m.boundaries = m.boundaries.map(function(b) { + return b + prefix.length; + }); + } + matches.push(m); + } + return true; + }); + return matches.sort(function(e1, e2) { + return e2.score - e1.score; + }).slice(0, maxResults); + } + + var result = searchIndex(moduleSearchIndex, "modules") + .concat(searchIndex(packageSearchIndex, "packages")) + .concat(searchIndex(typeSearchIndex, "types")) + .concat(searchIndex(memberSearchIndex, "members")) + .concat(searchIndex(tagSearchIndex, "searchTags")); + + if (!indexLoaded) { + updateSearchResults = function() { + doSearch(request, response); + } + } else { + updateSearchResults = function() {}; + } + response(result); +} +// JQuery search menu implementation +$.widget("custom.catcomplete", $.ui.autocomplete, { + _create: function() { + this._super(); + this.widget().menu("option", "items", "> .result-item"); + // workaround for search result scrolling + this.menu._scrollIntoView = function _scrollIntoView( item ) { + var borderTop, paddingTop, offset, scroll, elementHeight, itemHeight; + if ( this._hasScroll() ) { + borderTop = parseFloat( $.css( this.activeMenu[ 0 ], "borderTopWidth" ) ) || 0; + paddingTop = parseFloat( $.css( this.activeMenu[ 0 ], "paddingTop" ) ) || 0; + offset = item.offset().top - this.activeMenu.offset().top - borderTop - paddingTop; + scroll = this.activeMenu.scrollTop(); + elementHeight = this.activeMenu.height() - 26; + itemHeight = item.outerHeight(); + + if ( offset < 0 ) { + this.activeMenu.scrollTop( scroll + offset ); + } else if ( offset + itemHeight > elementHeight ) { + this.activeMenu.scrollTop( scroll + offset - elementHeight + itemHeight ); + } + } + }; + }, + _renderMenu: function(ul, items) { + var currentCategory = ""; + var widget = this; + widget.menu.bindings = $(); + $.each(items, function(index, item) { + if (item.category && item.category !== currentCategory) { + ul.append("
  • " + categories[item.category] + "
  • "); + currentCategory = item.category; + } + var li = widget._renderItemData(ul, item); + if (item.category) { + li.attr("aria-label", categories[item.category] + " : " + item.l); + } else { + li.attr("aria-label", item.l); + } + li.attr("class", "result-item"); + }); + ul.append(""); + }, + _renderItem: function(ul, item) { + var li = $("
  • ").appendTo(ul); + var div = $("
    ").appendTo(li); + var label = item.l + ? item.l + : getHighlightedText(item.input, item.boundaries, 0, item.input.length); + var idx = item.indexItem; + if (item.category === "searchTags" && idx && idx.h) { + if (idx.d) { + div.html(label + " (" + idx.h + ")
    " + + idx.d + "
    "); + } else { + div.html(label + " (" + idx.h + ")"); + } + } else { + div.html(label); + } + return li; + } +}); +$(function() { + var expanded = false; + var windowWidth; + function collapse() { + if (expanded) { + $("div#navbar-top").removeAttr("style"); + $("button#navbar-toggle-button") + .removeClass("expanded") + .attr("aria-expanded", "false"); + expanded = false; + } + } + $("button#navbar-toggle-button").click(function (e) { + if (expanded) { + collapse(); + } else { + var navbar = $("div#navbar-top"); + navbar.height(navbar.prop("scrollHeight")); + $("button#navbar-toggle-button") + .addClass("expanded") + .attr("aria-expanded", "true"); + expanded = true; + windowWidth = window.innerWidth; + } + }); + $("ul.sub-nav-list-small li a").click(collapse); + $("input#search-input").focus(collapse); + $("main").click(collapse); + $("section[id] > :header, :header[id], :header:has(a[id])").each(function(idx, el) { + // Create anchor links for headers with an associated id attribute + var hdr = $(el); + var id = hdr.attr("id") || hdr.parent("section").attr("id") || hdr.children("a").attr("id"); + if (id) { + hdr.append(" " + messages.linkIcon +""); + } + }); + $(window).on("orientationchange", collapse).on("resize", function(e) { + if (expanded && windowWidth !== window.innerWidth) collapse(); + }); + var search = $("#search-input"); + var reset = $("#reset-button"); + search.catcomplete({ + minLength: 1, + delay: 200, + source: doSearch, + response: function(event, ui) { + if (!ui.content.length) { + ui.content.push({ l: messages.noResult }); + } else { + $("#search-input").empty(); + } + }, + autoFocus: true, + focus: function(event, ui) { + return false; + }, + position: { + collision: "flip" + }, + select: function(event, ui) { + if (ui.item.indexItem) { + var url = getURL(ui.item.indexItem, ui.item.category); + window.location.href = pathtoroot + url; + $("#search-input").focus(); + } + } + }); + search.val(''); + search.prop("disabled", false); + reset.prop("disabled", false); + reset.click(function() { + search.val('').focus(); + }); + search.focus(); +}); diff --git a/static/javadoc/serialized-form.html b/static/javadoc/serialized-form.html new file mode 100644 index 0000000..52003ab --- /dev/null +++ b/static/javadoc/serialized-form.html @@ -0,0 +1,109 @@ + + + + +Serialized Form (server 1.5-SNAPSHOT API) + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Serialized Form

    +
    + +
    +
    +
    + + diff --git a/static/javadoc/stylesheet.css b/static/javadoc/stylesheet.css new file mode 100644 index 0000000..f71489f --- /dev/null +++ b/static/javadoc/stylesheet.css @@ -0,0 +1,1272 @@ +/* + * Javadoc style sheet + */ + +@import url('resources/fonts/dejavu.css'); + +/* + * These CSS custom properties (variables) define the core color and font + * properties used in this stylesheet. + */ +:root { + /* body, block and code fonts */ + --body-font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + --block-font-family: 'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + --code-font-family: 'DejaVu Sans Mono', monospace; + /* Base font sizes for body and code elements */ + --body-font-size: 14px; + --code-font-size: 14px; + /* Text colors for body and block elements */ + --body-text-color: #353833; + --block-text-color: #474747; + /* Background colors for various structural elements */ + --body-background-color: #ffffff; + --section-background-color: #f8f8f8; + --detail-background-color: #ffffff; + /* Colors for navigation bar and table captions */ + --navbar-background-color: #4D7A97; + --navbar-text-color: #ffffff; + /* Background color for subnavigation and various headers */ + --subnav-background-color: #dee3e9; + /* Background and text colors for selected tabs and navigation items */ + --selected-background-color: #f8981d; + --selected-text-color: #253441; + --selected-link-color: #1f389c; + /* Background colors for generated tables */ + --even-row-color: #ffffff; + --odd-row-color: #eeeeef; + /* Text color for page title */ + --title-color: #2c4557; + /* Text colors for links */ + --link-color: #4A6782; + --link-color-active: #bb7a2a; + /* Snippet colors */ + --snippet-background-color: #ebecee; + --snippet-text-color: var(--block-text-color); + --snippet-highlight-color: #f7c590; + /* Border colors for structural elements and user defined tables */ + --border-color: #ededed; + --table-border-color: #000000; + /* Search input colors */ + --search-input-background-color: #ffffff; + --search-input-text-color: #000000; + --search-input-placeholder-color: #909090; + /* Highlight color for active search tag target */ + --search-tag-highlight-color: #ffff00; + /* Adjustments for icon and active background colors of copy-to-clipboard buttons */ + --copy-icon-brightness: 100%; + --copy-button-background-color-active: rgba(168, 168, 176, 0.3); + /* Colors for invalid tag notifications */ + --invalid-tag-background-color: #ffe6e6; + --invalid-tag-text-color: #000000; +} +/* + * Styles for individual HTML elements. + * + * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular + * HTML element throughout the page. + */ +body { + background-color:var(--body-background-color); + color:var(--body-text-color); + font-family:var(--body-font-family); + font-size:var(--body-font-size); + margin:0; + padding:0; + height:100%; + width:100%; +} +iframe { + margin:0; + padding:0; + height:100%; + width:100%; + overflow-y:scroll; + border:none; +} +a:link, a:visited { + text-decoration:none; + color:var(--link-color); +} +a[href]:hover, a[href]:focus { + text-decoration:none; + color:var(--link-color-active); +} +pre { + font-family:var(--code-font-family); + font-size:1em; +} +h1 { + font-size:1.428em; +} +h2 { + font-size:1.285em; +} +h3 { + font-size:1.14em; +} +h4 { + font-size:1.072em; +} +h5 { + font-size:1.001em; +} +h6 { + font-size:0.93em; +} +/* Disable font boosting for selected elements */ +h1, h2, h3, h4, h5, h6, div.member-signature { + max-height: 1000em; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:var(--code-font-family); +} +:not(h1, h2, h3, h4, h5, h6) > code, +:not(h1, h2, h3, h4, h5, h6) > tt { + font-size:var(--code-font-size); + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:var(--code-font-family); + font-size:1em; + padding-top:4px; +} +.summary-table dt code { + font-family:var(--code-font-family); + font-size:1em; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +button { + font-family: var(--body-font-family); + font-size: 1em; +} +/* + * Styles for HTML generated by javadoc. + * + * These are style classes that are used by the standard doclet to generate HTML documentation. + */ + +/* + * Styles for document title and copyright. + */ +.about-language { + float:right; + padding:0 21px 8px 8px; + font-size:0.915em; + margin-top:-9px; + height:2.9em; +} +.legal-copy { + margin-left:.5em; +} +/* + * Styles for navigation bar. + */ +@media screen { + div.flex-box { + position:fixed; + display:flex; + flex-direction:column; + height: 100%; + width: 100%; + } + header.flex-header { + flex: 0 0 auto; + } + div.flex-content { + flex: 1 1 auto; + overflow-y: auto; + } +} +.top-nav { + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); + float:left; + width:100%; + clear:right; + min-height:2.8em; + padding:10px 0 0 0; + overflow:hidden; + font-size:0.857em; +} +button#navbar-toggle-button { + display:none; +} +ul.sub-nav-list-small { + display: none; +} +.sub-nav { + background-color:var(--subnav-background-color); + float:left; + width:100%; + overflow:hidden; + font-size:0.857em; +} +.sub-nav div { + clear:left; + float:left; + padding:6px; + text-transform:uppercase; +} +.sub-nav .sub-nav-list { + padding-top:4px; +} +ul.nav-list { + display:block; + margin:0 25px 0 0; + padding:0; +} +ul.sub-nav-list { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.nav-list li { + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +.sub-nav .nav-list-search { + float:right; + margin:0; + padding:6px; + clear:none; + text-align:right; + position:relative; +} +ul.sub-nav-list li { + list-style:none; + float:left; +} +.top-nav a:link, .top-nav a:active, .top-nav a:visited { + color:var(--navbar-text-color); + text-decoration:none; + text-transform:uppercase; +} +.top-nav a:hover { + color:var(--link-color-active); +} +.nav-bar-cell1-rev { + background-color:var(--selected-background-color); + color:var(--selected-text-color); + margin: auto 5px; +} +.skip-nav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* + * Hide navigation links and search box in print layout + */ +@media print { + ul.nav-list, div.sub-nav { + display:none; + } +} +/* + * Styles for page header. + */ +.title { + color:var(--title-color); + margin:10px 0; +} +.sub-title { + margin:5px 0 0 0; +} +ul.contents-list { + margin: 0 0 15px 0; + padding: 0; + list-style: none; +} +ul.contents-list li { + font-size:0.93em; +} +/* + * Styles for headings. + */ +body.class-declaration-page .summary h2, +body.class-declaration-page .details h2, +body.class-use-page h2, +body.module-declaration-page .block-list h2 { + font-style: italic; + padding:0; + margin:15px 0; +} +body.class-declaration-page .summary h3, +body.class-declaration-page .details h3, +body.class-declaration-page .summary .inherited-list h2 { + background-color:var(--subnav-background-color); + border:1px solid var(--border-color); + margin:0 0 6px -8px; + padding:7px 5px; +} +/* + * Styles for page layout containers. + */ +main { + clear:both; + padding:10px 20px; + position:relative; +} +dl.notes > dt { + font-family: var(--body-font-family); + font-size:0.856em; + font-weight:bold; + margin:10px 0 0 0; + color:var(--body-text-color); +} +dl.notes > dd { + margin:5px 10px 10px 0; + font-size:1em; + font-family:var(--block-font-family) +} +dl.name-value > dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +dl.name-value > dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* + * Styles for lists. + */ +li.circle { + list-style:circle; +} +ul.horizontal li { + display:inline; + font-size:0.9em; +} +div.inheritance { + margin:0; + padding:0; +} +div.inheritance div.inheritance { + margin-left:2em; +} +ul.block-list, +ul.details-list, +ul.member-list, +ul.summary-list { + margin:10px 0 10px 0; + padding:0; +} +ul.block-list > li, +ul.details-list > li, +ul.member-list > li, +ul.summary-list > li { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.ref-list { + padding:0; + margin:0; +} +ul.ref-list > li { + list-style:none; +} +.summary-table dl, .summary-table dl dt, .summary-table dl dd { + margin-top:0; + margin-bottom:1px; +} +ul.tag-list, ul.tag-list-long { + padding-left: 0; + list-style: none; +} +ul.tag-list li { + display: inline; +} +ul.tag-list li:not(:last-child):after, +ul.tag-list-long li:not(:last-child):after +{ + content: ", "; + white-space: pre-wrap; +} +ul.preview-feature-list { + list-style: none; + margin:0; + padding:0.1em; + line-height: 1.6em; +} +/* + * Styles for tables. + */ +.summary-table, .details-table { + width:100%; + border-spacing:0; + border:1px solid var(--border-color); + border-top:0; + padding:0; +} +.caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:var(--selected-text-color); + clear:none; + overflow:hidden; + padding: 10px 0 0 1px; + margin:0; +} +.caption a:link, .caption a:visited { + color:var(--selected-link-color); +} +.caption a:hover, +.caption a:active { + color:var(--navbar-text-color); +} +.caption span { + font-weight:bold; + white-space:nowrap; + padding:5px 12px 7px 12px; + display:inline-block; + float:left; + background-color:var(--selected-background-color); + border: none; + height:16px; +} +div.table-tabs { + padding:10px 0 0 1px; + margin:10px 0 0 0; +} +div.table-tabs > button { + border: none; + cursor: pointer; + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 8px; +} +div.table-tabs > .active-table-tab { + background: var(--selected-background-color); + color: var(--selected-text-color); +} +div.table-tabs > button.table-tab { + background: var(--navbar-background-color); + color: var(--navbar-text-color); +} +.two-column-search-results { + display: grid; + grid-template-columns: minmax(400px, max-content) minmax(400px, auto); +} +div.checkboxes { + line-height: 2em; +} +div.checkboxes > span { + margin-left: 10px; +} +div.checkboxes > label { + margin-left: 8px; + white-space: nowrap; +} +div.checkboxes > label > input { + margin: 0 2px; +} +.two-column-summary { + display: grid; + grid-template-columns: minmax(25%, max-content) minmax(25%, auto); +} +.three-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(20%, max-content) minmax(20%, auto); +} +.three-column-release-summary { + display: grid; + grid-template-columns: minmax(40%, max-content) minmax(10%, max-content) minmax(40%, auto); +} +.four-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, max-content) minmax(15%, auto); +} +@media screen and (max-width: 1000px) { + .four-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); + } +} +@media screen and (max-width: 800px) { + .two-column-search-results { + display: grid; + grid-template-columns: minmax(40%, max-content) minmax(40%, auto); + } + .three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(25%, auto); + } + .three-column-release-summary { + display: grid; + grid-template-columns: minmax(70%, max-content) minmax(30%, max-content) + } + .three-column-summary .col-last, + .three-column-release-summary .col-last{ + grid-column-end: span 2; + } +} +@media screen and (max-width: 600px) { + .two-column-summary { + display: grid; + grid-template-columns: 1fr; + } +} +.summary-table > div, .details-table > div { + text-align:left; + padding: 8px 3px 3px 7px; + overflow-x: auto; + scrollbar-width: thin; +} +.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { + vertical-align:top; + padding-right:0; + padding-top:8px; + padding-bottom:3px; +} +.table-header { + background:var(--subnav-background-color); + font-weight: bold; +} +/* Sortable table columns */ +.table-header[onclick] { + cursor: pointer; +} +.table-header[onclick]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + '); + background-size:100% 100%; + width:9px; + height:14px; + margin-left:4px; + margin-bottom:-3px; +} +.table-header[onclick].sort-asc::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + +} +.table-header[onclick].sort-desc::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); +} +.col-first, .col-first { + font-size:0.93em; +} +.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { + font-size:0.93em; +} +.col-first, .col-second, .col-constructor-name { + vertical-align:top; + overflow: auto; +} +.col-last { + white-space:normal; +} +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-constructor-name a:link, .col-constructor-name a:visited, +.col-summary-item-name a:link, .col-summary-item-name a:visited { + font-weight:bold; +} +.even-row-color, .even-row-color .table-header { + background-color:var(--even-row-color); +} +.odd-row-color, .odd-row-color .table-header { + background-color:var(--odd-row-color); +} +/* + * Styles for contents. + */ +div.block { + font-size:var(--body-font-size); + font-family:var(--block-font-family); +} +.col-last div { + padding-top:0; +} +.col-last a { + padding-bottom:3px; +} +.module-signature, +.package-signature, +.type-signature, +.member-signature { + font-family:var(--code-font-family); + font-size:1em; + margin:14px 0; + white-space: pre-wrap; +} +.module-signature, +.package-signature, +.type-signature { + margin-top: 0; +} +.member-signature .type-parameters-long, +.member-signature .parameters, +.member-signature .exceptions { + display: inline-block; + vertical-align: top; + white-space: pre; +} +.member-signature .type-parameters { + white-space: normal; +} +/* + * Styles for formatting effect. + */ +.source-line-no { + /* Color of line numbers in source pages can be set via custom property below */ + color:var(--source-linenumber-color, green); + padding:0 30px 0 0; +} +.block { + display:block; + margin:0 10px 5px 0; + color:var(--block-text-color); +} +.deprecated-label, .description-from-type-label, .implementation-label, .member-name-link, +.module-label-in-package, .module-label-in-type, .package-label-in-type, +.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { + font-weight:bold; +} +.deprecation-comment, .help-footnote, .preview-comment { + font-style:italic; +} +.deprecation-block { + font-size:1em; + font-family:var(--block-font-family); + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +.preview-block { + font-size:1em; + font-family:var(--block-font-family); + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +div.block div.deprecation-comment { + font-style:normal; +} +details.invalid-tag, span.invalid-tag { + font-size:1em; + font-family:var(--block-font-family); + color: var(--invalid-tag-text-color); + background: var(--invalid-tag-background-color); + border: thin solid var(--table-border-color); + border-radius:2px; + padding: 2px 4px; + display:inline-block; +} +details summary { + cursor: pointer; +} +/* + * Styles specific to HTML5 elements. + */ +main, nav, header, footer, section { + display:block; +} +/* + * Styles for javadoc search. + */ +.ui-state-active { + /* Overrides the color of selection used in jQuery UI */ + background: var(--selected-background-color); + border: 1px solid var(--selected-background-color); + color: var(--selected-text-color); +} +.ui-autocomplete-category { + font-weight:bold; + font-size:15px; + padding:7px 0 7px 3px; + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); +} +.ui-autocomplete { + max-height:85%; + max-width:65%; + overflow-y:auto; + overflow-x:auto; + scrollbar-width: thin; + white-space:nowrap; + box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); +} +ul.ui-autocomplete { + position:fixed; + z-index:1; + background-color: var(--body-background-color); +} +ul.ui-autocomplete li { + float:left; + clear:both; + min-width:100%; +} +ul.ui-autocomplete li.ui-static-link { + position:sticky; + bottom:0; + left:0; + background: var(--subnav-background-color); + padding: 5px 0; + font-family: var(--body-font-family); + font-size: 0.93em; + font-weight: bolder; + z-index: 2; +} +li.ui-static-link a, li.ui-static-link a:visited { + text-decoration:none; + color:var(--link-color); + float:right; + margin-right:20px; +} +.ui-autocomplete .result-item { + font-size: inherit; +} +.ui-autocomplete .result-highlight { + font-weight:bold; +} +#search-input, #page-search-input { + background-image:url('resources/glass.png'); + background-size:13px; + background-repeat:no-repeat; + background-position:2px 3px; + background-color: var(--search-input-background-color); + color: var(--search-input-text-color); + border-color: var(--border-color); + padding-left:20px; + width: 250px; + margin: 0; +} +#search-input { + margin-left: 4px; +} +#reset-button { + background-color: transparent; + background-image:url('resources/x.png'); + background-repeat:no-repeat; + background-size:contain; + border:0; + border-radius:0; + width:12px; + height:12px; + position:absolute; + right:12px; + top:10px; + font-size:0; +} +::placeholder { + color:var(--search-input-placeholder-color); + opacity: 1; +} +.search-tag-desc-result { + font-style:italic; + font-size:11px; +} +.search-tag-holder-result { + font-style:italic; + font-size:12px; +} +.search-tag-result:target { + background-color:var(--search-tag-highlight-color); +} +details.page-search-details { + display: inline-block; +} +div#result-container { + font-size: 1em; +} +div#result-container a.search-result-link { + padding: 0; + margin: 4px 0; + width: 100%; +} +#result-container .result-highlight { + font-weight:bolder; +} +.page-search-info { + background-color: var(--subnav-background-color); + border-radius: 3px; + border: 0 solid var(--border-color); + padding: 0 8px; + overflow: hidden; + height: 0; + transition: all 0.2s ease; +} +div.table-tabs > button.table-tab { + background: var(--navbar-background-color); + color: var(--navbar-text-color); +} +.page-search-header { + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 3px; + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); + display: inline-block; +} +button.page-search-header { + border: none; + cursor: pointer; +} +span#page-search-link { + text-decoration: underline; +} +.module-graph span, .sealed-graph span { + display:none; + position:absolute; +} +.module-graph:hover span, .sealed-graph:hover span { + display:block; + margin: -100px 0 0 100px; + z-index: 1; +} +.inherited-list { + margin: 10px 0 10px 0; +} +section.class-description { + line-height: 1.4; +} +.summary section[class$="-summary"], .details section[class$="-details"], +.class-uses .detail, .serialized-class-details { + padding: 0 20px 5px 10px; + border: 1px solid var(--border-color); + background-color: var(--section-background-color); +} +.inherited-list, section[class$="-details"] .detail { + padding:0 0 5px 8px; + background-color:var(--detail-background-color); + border:none; +} +.vertical-separator { + padding: 0 5px; +} +ul.help-section-list { + margin: 0; +} +ul.help-subtoc > li { + display: inline-block; + padding-right: 5px; + font-size: smaller; +} +ul.help-subtoc > li::before { + content: "\2022" ; + padding-right:2px; +} +.help-note { + font-style: italic; +} +/* + * Indicator icon for external links. + */ +main a[href*="://"]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + background-size:100% 100%; + width:7px; + height:7px; + margin-left:2px; + margin-bottom:4px; +} +main a[href*="://"]:hover::after, +main a[href*="://"]:focus::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); +} +/* + * Styles for header/section anchor links + */ +a.anchor-link { + opacity: 0; + transition: opacity 0.1s; +} +:hover > a.anchor-link { + opacity: 80%; +} +a.anchor-link:hover, +a.anchor-link:focus-visible, +a.anchor-link.visible { + opacity: 100%; +} +a.anchor-link > img { + width: 0.9em; + height: 0.9em; +} +/* + * Styles for copy-to-clipboard buttons + */ +button.copy { + opacity: 70%; + border: none; + border-radius: 3px; + position: relative; + background:none; + transition: opacity 0.3s; + cursor: pointer; +} +:hover > button.copy { + opacity: 80%; +} +button.copy:hover, +button.copy:active, +button.copy:focus-visible, +button.copy.visible { + opacity: 100%; +} +button.copy img { + position: relative; + background: none; + filter: brightness(var(--copy-icon-brightness)); +} +button.copy:active { + background-color: var(--copy-button-background-color-active); +} +button.copy span { + color: var(--body-text-color); + position: relative; + top: -0.1em; + transition: all 0.1s; + font-size: 0.76rem; + line-height: 1.2em; + opacity: 0; +} +button.copy:hover span, +button.copy:focus-visible span, +button.copy.visible span { + opacity: 100%; +} +/* search page copy button */ +button#page-search-copy { + margin-left: 0.4em; + padding:0.3em; + top:0.13em; +} +button#page-search-copy img { + width: 1.2em; + height: 1.2em; + padding: 0.01em 0; + top: 0.15em; +} +button#page-search-copy span { + color: var(--body-text-color); + line-height: 1.2em; + padding: 0.2em; + top: -0.18em; +} +div.page-search-info:hover button#page-search-copy span { + opacity: 100%; +} +/* snippet copy button */ +button.snippet-copy { + position: absolute; + top: 6px; + right: 6px; + height: 1.7em; + padding: 2px; +} +button.snippet-copy img { + width: 18px; + height: 18px; + padding: 0.05em 0; +} +button.snippet-copy span { + line-height: 1.2em; + padding: 0.2em; + position: relative; + top: -0.5em; +} +div.snippet-container:hover button.snippet-copy span { + opacity: 100%; +} +/* + * Styles for user-provided tables. + * + * borderless: + * No borders, vertical margins, styled caption. + * This style is provided for use with existing doc comments. + * In general, borderless tables should not be used for layout purposes. + * + * plain: + * Plain borders around table and cells, vertical margins, styled caption. + * Best for small tables or for complex tables for tables with cells that span + * rows and columns, when the "striped" style does not work well. + * + * striped: + * Borders around the table and vertical borders between cells, striped rows, + * vertical margins, styled caption. + * Best for tables that have a header row, and a body containing a series of simple rows. + */ + +table.borderless, +table.plain, +table.striped { + margin-top: 10px; + margin-bottom: 10px; +} +table.borderless > caption, +table.plain > caption, +table.striped > caption { + font-weight: bold; + font-size: smaller; +} +table.borderless th, table.borderless td, +table.plain th, table.plain td, +table.striped th, table.striped td { + padding: 2px 5px; +} +table.borderless, +table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, +table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { + border: none; +} +table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { + background-color: transparent; +} +table.plain { + border-collapse: collapse; + border: 1px solid var(--table-border-color); +} +table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { + background-color: transparent; +} +table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, +table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { + border: 1px solid var(--table-border-color); +} +table.striped { + border-collapse: collapse; + border: 1px solid var(--table-border-color); +} +table.striped > thead { + background-color: var(--subnav-background-color); +} +table.striped > thead > tr > th, table.striped > thead > tr > td { + border: 1px solid var(--table-border-color); +} +table.striped > tbody > tr:nth-child(even) { + background-color: var(--odd-row-color) +} +table.striped > tbody > tr:nth-child(odd) { + background-color: var(--even-row-color) +} +table.striped > tbody > tr > th, table.striped > tbody > tr > td { + border-left: 1px solid var(--table-border-color); + border-right: 1px solid var(--table-border-color); +} +table.striped > tbody > tr > th { + font-weight: normal; +} +/** + * Tweak style for small screens. + */ +@media screen and (max-width: 920px) { + header.flex-header { + max-height: 100vh; + overflow-y: auto; + } + div#navbar-top { + height: 2.8em; + transition: height 0.35s ease; + } + ul.nav-list { + display: block; + width: 40%; + float:left; + clear: left; + margin: 10px 0 0 0; + padding: 0; + } + ul.nav-list li { + float: none; + padding: 6px; + margin-left: 10px; + margin-top: 2px; + } + ul.sub-nav-list-small { + display:block; + height: 100%; + width: 50%; + float: right; + clear: right; + background-color: var(--subnav-background-color); + color: var(--body-text-color); + margin: 6px 0 0 0; + padding: 0; + } + ul.sub-nav-list-small ul { + padding-left: 20px; + } + ul.sub-nav-list-small a:link, ul.sub-nav-list-small a:visited { + color:var(--link-color); + } + ul.sub-nav-list-small a:hover { + color:var(--link-color-active); + } + ul.sub-nav-list-small li { + list-style:none; + float:none; + padding: 6px; + margin-top: 1px; + text-transform:uppercase; + } + ul.sub-nav-list-small > li { + margin-left: 10px; + } + ul.sub-nav-list-small li p { + margin: 5px 0; + } + div#navbar-sub-list { + display: none; + } + .top-nav a:link, .top-nav a:active, .top-nav a:visited { + display: block; + } + button#navbar-toggle-button { + width: 3.4em; + height: 2.8em; + background-color: transparent; + display: block; + float: left; + border: 0; + margin: 0 10px; + cursor: pointer; + font-size: 10px; + } + button#navbar-toggle-button .nav-bar-toggle-icon { + display: block; + width: 24px; + height: 3px; + margin: 1px 0 4px 0; + border-radius: 2px; + transition: all 0.1s; + background-color: var(--navbar-text-color); + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(1) { + transform: rotate(45deg); + transform-origin: 10% 10%; + width: 26px; + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(2) { + opacity: 0; + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(3) { + transform: rotate(-45deg); + transform-origin: 10% 90%; + width: 26px; + } +} +@media screen and (max-width: 800px) { + .about-language { + padding-right: 16px; + } + ul.nav-list li { + margin-left: 5px; + } + ul.sub-nav-list-small > li { + margin-left: 5px; + } + main { + padding: 10px; + } + .summary section[class$="-summary"], .details section[class$="-details"], + .class-uses .detail, .serialized-class-details { + padding: 0 8px 5px 8px; + } + body { + -webkit-text-size-adjust: none; + } +} +@media screen and (max-width: 400px) { + .about-language { + font-size: 10px; + padding-right: 12px; + } +} +@media screen and (max-width: 400px) { + .nav-list-search { + width: 94%; + } + #search-input, #page-search-input { + width: 70%; + } +} +@media screen and (max-width: 320px) { + .nav-list-search > label { + display: none; + } + .nav-list-search { + width: 90%; + } + #search-input, #page-search-input { + width: 80%; + } +} + +pre.snippet { + background-color: var(--snippet-background-color); + color: var(--snippet-text-color); + padding: 10px; + margin: 12px 0; + overflow: auto; + white-space: pre; +} +div.snippet-container { + position: relative; +} +@media screen and (max-width: 800px) { + pre.snippet { + padding-top: 26px; + } + button.snippet-copy { + top: 4px; + right: 4px; + } +} +pre.snippet .italic { + font-style: italic; +} +pre.snippet .bold { + font-weight: bold; +} +pre.snippet .highlighted { + background-color: var(--snippet-highlight-color); + border-radius: 10%; +} diff --git a/static/javadoc/tag-search-index.js b/static/javadoc/tag-search-index.js new file mode 100644 index 0000000..bf10aaf --- /dev/null +++ b/static/javadoc/tag-search-index.js @@ -0,0 +1 @@ +tagSearchIndex = [{"l":"Constant Field Values","h":"","u":"constant-values.html"},{"l":"Serialized Form","h":"","u":"serialized-form.html"}];updateSearchResults(); \ No newline at end of file diff --git a/static/javadoc/type-search-index.js b/static/javadoc/type-search-index.js new file mode 100644 index 0000000..64302ae --- /dev/null +++ b/static/javadoc/type-search-index.js @@ -0,0 +1 @@ +typeSearchIndex = [{"p":"dev.plex.menu","l":"AbstractMenu"},{"p":"dev.plex.services","l":"AbstractService"},{"p":"dev.plex.command.impl","l":"AdminChatCMD"},{"p":"dev.plex.command.impl","l":"AdminworldCMD"},{"p":"dev.plex.command.impl","l":"AdventureCMD"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"dev.plex.listener.impl","l":"AntiNukerListener"},{"p":"dev.plex.listener.impl","l":"AntiSpamListener"},{"p":"dev.plex.services.impl","l":"AutoWipeService"},{"p":"dev.plex.command.impl","l":"BanCMD"},{"p":"dev.plex.command.impl","l":"BanListCommand"},{"p":"dev.plex.listener.impl","l":"BanListener"},{"p":"dev.plex.services.impl","l":"BanService"},{"p":"dev.plex.command.impl","l":"BcastLoginMessageCMD"},{"p":"dev.plex.command.blocking","l":"BlockedCommand"},{"p":"dev.plex.command.impl","l":"BlockEditCMD"},{"p":"dev.plex.listener.impl","l":"BlockListener"},{"p":"dev.plex.world","l":"BlockMapChunkGenerator"},{"p":"dev.plex.util","l":"BlockUtils"},{"p":"dev.plex.listener.impl","l":"BookListener"},{"p":"dev.plex.util","l":"BuildInfo"},{"p":"dev.plex.util","l":"BungeeUtil"},{"p":"dev.plex.listener.impl","l":"ChatListener"},{"p":"dev.plex.services.impl","l":"CommandBlockerService"},{"p":"dev.plex.command.exception","l":"CommandFailException"},{"p":"dev.plex.handlers","l":"CommandHandler"},{"p":"dev.plex.listener.impl","l":"CommandListener"},{"p":"dev.plex.command.annotation","l":"CommandParameters"},{"p":"dev.plex.command.annotation","l":"CommandPermissions"},{"p":"dev.plex.command.impl","l":"CommandSpyCMD"},{"p":"dev.plex.util.function","l":"ConditionalQuadConsumer"},{"p":"dev.plex.config","l":"Config"},{"p":"dev.plex.world","l":"ConfigurationChunkGenerator"},{"p":"dev.plex.command.exception","l":"ConsoleMustDefinePlayerException"},{"p":"dev.plex.command.exception","l":"ConsoleOnlyException"},{"p":"dev.plex.command.impl","l":"ConsoleSayCMD"},{"p":"dev.plex.hook","l":"CoreProtectHook"},{"p":"dev.plex.command.impl","l":"CreativeCMD"},{"p":"dev.plex.world","l":"CustomChunkGenerator"},{"p":"dev.plex.world","l":"CustomWorld"},{"p":"dev.plex.cache","l":"DataUtils"},{"p":"dev.plex.command.impl","l":"DebugCMD"},{"p":"dev.plex.listener.impl","l":"DropListener"},{"p":"dev.plex.command.impl","l":"EntityWipeCMD"},{"p":"dev.plex.world","l":"FlatChunkGenerator"},{"p":"dev.plex.command.impl","l":"FlatlandsCMD"},{"p":"dev.plex.command.impl","l":"FreezeCMD"},{"p":"dev.plex.listener.impl","l":"FreezeListener"},{"p":"dev.plex.command.impl","l":"GamemodeCMD"},{"p":"dev.plex.listener.impl","l":"GameModeListener"},{"p":"dev.plex.event","l":"GameModeUpdateEvent"},{"p":"dev.plex.services.impl","l":"GameRuleService"},{"p":"dev.plex.util","l":"GameRuleUtil"},{"p":"dev.plex.punishment","l":"PunishmentManager.IndefiniteBan"},{"p":"dev.plex.services","l":"IService"},{"p":"dev.plex.util.item","l":"ItemBuilder"},{"p":"dev.plex.command.impl","l":"KickCMD"},{"p":"dev.plex.command.impl","l":"ListCMD"},{"p":"dev.plex.handlers","l":"ListenerHandler"},{"p":"dev.plex.command.impl","l":"LocalSpawnCMD"},{"p":"dev.plex.command.impl","l":"LockupCMD"},{"p":"dev.plex.storage.annotation","l":"MapObjectList"},{"p":"dev.plex.util.sql","l":"SQLUtil.Mapper"},{"p":"dev.plex.command.impl","l":"MasterbuilderworldCMD"},{"p":"dev.plex.menu.impl","l":"MaterialMenu"},{"p":"dev.plex.listener.impl","l":"MenuListener"},{"p":"dev.plex.util.redis","l":"MessageUtil"},{"p":"dev.plex.command.impl","l":"MobLimitCMD"},{"p":"dev.plex.listener.impl","l":"MobListener"},{"p":"dev.plex.command.impl","l":"MobPurgeCMD"},{"p":"dev.plex.config","l":"ModuleConfig"},{"p":"dev.plex.module.exception","l":"ModuleLoadException"},{"p":"dev.plex.module","l":"ModuleManager"},{"p":"dev.plex.command.impl","l":"MuteCMD"},{"p":"dev.plex.listener.impl","l":"MuteListener"},{"p":"dev.plex.world","l":"NoiseChunkGenerator"},{"p":"dev.plex.world","l":"NoiseOptions"},{"p":"dev.plex.storage.annotation","l":"NoLimit"},{"p":"dev.plex.punishment.extra","l":"Note"},{"p":"dev.plex.command.impl","l":"NotesCMD"},{"p":"dev.plex.world","l":"OctaveChunkGenerator"},{"p":"dev.plex.world","l":"OctaveOptions"},{"p":"dev.plex.menu.pagination","l":"PageableMenu.Page"},{"p":"dev.plex.menu.pagination","l":"PageableMenu"},{"p":"dev.plex.cache","l":"PlayerCache"},{"p":"dev.plex.listener.impl","l":"PlayerListener"},{"p":"dev.plex.meta","l":"PlayerMeta"},{"p":"dev.plex.command.exception","l":"PlayerNotBannedException"},{"p":"dev.plex.command.exception","l":"PlayerNotFoundException"},{"p":"dev.plex","l":"Plex"},{"p":"dev.plex","l":"PlexBase"},{"p":"dev.plex.listener.impl","l":"ChatListener.PlexChatRenderer"},{"p":"dev.plex.command.impl","l":"PlexCMD"},{"p":"dev.plex.command","l":"PlexCommand"},{"p":"dev.plex","l":"PlexLibraryManager"},{"p":"dev.plex.listener","l":"PlexListener"},{"p":"dev.plex.util","l":"PlexLog"},{"p":"dev.plex.module","l":"PlexModule"},{"p":"dev.plex.module","l":"PlexModuleFile"},{"p":"dev.plex.player","l":"PlexPlayer"},{"p":"dev.plex.util","l":"PlexUtils"},{"p":"dev.plex","l":"PlexLibraryManager.PluginLibraries"},{"p":"dev.plex.storage.annotation","l":"PrimaryKey"},{"p":"dev.plex.hook","l":"PrismHook"},{"p":"dev.plex.event","l":"PunishedPlayerEvent"},{"p":"dev.plex.event","l":"PunishedPlayerFreezeEvent"},{"p":"dev.plex.event","l":"PunishedPlayerLockupEvent"},{"p":"dev.plex.menu.impl","l":"PunishedPlayerMenu"},{"p":"dev.plex.event","l":"PunishedPlayerMuteEvent"},{"p":"dev.plex.punishment","l":"Punishment"},{"p":"dev.plex.punishment","l":"PunishmentManager"},{"p":"dev.plex.menu.impl","l":"PunishmentMenu"},{"p":"dev.plex.command.impl","l":"PunishmentsCMD"},{"p":"dev.plex.punishment","l":"PunishmentType"},{"p":"dev.plex.util.function","l":"QuadConsumer"},{"p":"dev.plex.util","l":"RandomUtil"},{"p":"dev.plex.command.impl","l":"RawSayCMD"},{"p":"dev.plex.storage","l":"RedisConnection"},{"p":"dev.plex.util","l":"ReflectionsUtil"},{"p":"dev.plex.command.impl","l":"RemoveLoginMessageCMD"},{"p":"dev.plex.command.source","l":"RequiredCommandSource"},{"p":"dev.plex.menu","l":"AbstractMenu.Rows"},{"p":"dev.plex.util.minimessage","l":"SafeMiniMessage"},{"p":"dev.plex.util.minimessage","l":"SafeMiniMessage.SafeMiniMessageTagResolver"},{"p":"dev.plex.command.impl","l":"SayCMD"},{"p":"dev.plex.listener.impl","l":"ServerListener"},{"p":"dev.plex.services","l":"ServiceManager"},{"p":"dev.plex.command.impl","l":"SetLoginMessageCMD"},{"p":"dev.plex.command.impl","l":"SmiteCMD"},{"p":"dev.plex.command.impl","l":"SpectatorCMD"},{"p":"dev.plex.storage","l":"SQLConnection"},{"p":"dev.plex.storage.punishment","l":"SQLNotes"},{"p":"dev.plex.storage.player","l":"SQLPlayerData"},{"p":"dev.plex.storage.punishment","l":"SQLPunishment"},{"p":"dev.plex.storage.annotation","l":"SQLTable"},{"p":"dev.plex.util.sql","l":"SQLUtil"},{"p":"dev.plex.storage","l":"StorageType"},{"p":"dev.plex.command.impl","l":"SurvivalCMD"},{"p":"dev.plex.util.sql","l":"Table"},{"p":"dev.plex.listener.impl","l":"TabListener"},{"p":"dev.plex.command.impl","l":"TagCMD"},{"p":"dev.plex.command.impl","l":"TempbanCMD"},{"p":"dev.plex.command.impl","l":"TempmuteCMD"},{"p":"dev.plex.util","l":"TimeUtils"},{"p":"dev.plex.services.impl","l":"TimingService"},{"p":"dev.plex.listener.annotation","l":"Toggleable"},{"p":"dev.plex.command.impl","l":"ToggleCMD"},{"p":"dev.plex.menu.impl","l":"ToggleMenu"},{"p":"dev.plex.listener.impl","l":"TogglesListener"},{"p":"dev.plex.command.impl","l":"UnbanCMD"},{"p":"dev.plex.command.impl","l":"UnfreezeCMD"},{"p":"dev.plex.command.impl","l":"UnmuteCMD"},{"p":"dev.plex.util","l":"UpdateChecker"},{"p":"dev.plex.services.impl","l":"UpdateCheckerService"},{"p":"dev.plex.listener.impl","l":"VanishListener"},{"p":"dev.plex.storage.annotation","l":"VarcharLimit"},{"p":"dev.plex.hook","l":"VaultHook"},{"p":"dev.plex.command.impl","l":"WhoHasCMD"},{"p":"dev.plex.command.impl","l":"WorldCMD"},{"p":"dev.plex.listener.impl","l":"WorldListener"},{"p":"dev.plex.util.adapter","l":"ZonedDateTimeAdapter"}];updateSearchResults(); \ No newline at end of file