diff --git a/docusaurus.config.js b/docusaurus.config.js index 4f4b4e7..1b7e0f7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -17,12 +17,12 @@ const config = { projectName: 'docs', // Usually your repo name. presets: [ - [ - 'classic', - /** @type {import('@docusaurus/preset-classic').Options} */ - ({ - docs: { - sidebarPath: require.resolve('./sidebars.js'), + [ + 'classic', + /** @type {import('@docusaurus/preset-classic').Options} */ + ({ + docs: { + sidebarPath: require.resolve('./sidebars.js'), // Please change this to your repo. editUrl: 'https://github.com/PlexDevelopment/docs/tree/master', }, @@ -30,88 +30,97 @@ const config = { customCss: require.resolve('./src/css/custom.css'), }, }), - ], + ], ], themeConfig: - /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ - ({ - navbar: { - title: 'Plex', - logo: { - alt: 'Plex Logo', - src: 'img/logo.svg', - }, - items: [ - { - type: 'doc', - docId: 'intro', - position: 'left', - label: 'Introduction', - }, - { - type: 'doc', - docId: 'compiling', - position: 'left', - label: 'Compiling', - }, - { - position: 'right', - label: 'GitHub', - href: 'https://github.com/PlexDevelopment', - }, - ], + /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ + ({ + navbar: { + title: 'Plex', + logo: { + alt: 'Plex Logo', + src: 'img/logo.svg', }, - footer: { - style: 'dark', - links: [ - { - title: 'Docs', - items: [ - { - label: 'Introduction', - to: '/docs/intro', - }, - { - label: 'Compiling', - to: '/docs/compiling', - } - ], - }, - { - title: 'Community', - items: [ - { - label: 'Forums', - href: 'https://forum.plex.us.org', - }, - { - label: 'Discord', - href: 'https://discord.gg/HZsdUnsRKc', - }, - ], - }, - { - title: 'GitHub', - items: [ - { - label: 'Plex', - href: 'https://github.com/PlexDevelopment/Plex', - }, - { - label: 'Docs', - href: 'https://github.com/PlexDevelopment/docs', - } - ], - }, - ], - copyright: `Copyright © ${new Date().getFullYear()} Plex. Symbols from FontAwesome. Built with Docusaurus.`, + items: [ + { + type: 'doc', + docId: 'intro', + position: 'left', + label: 'Introduction', }, - prism: { - theme: lightCodeTheme, - darkTheme: darkCodeTheme, + { + type: 'doc', + docId: 'compiling', + position: 'left', + label: 'Compiling', + }, + { + position: 'left', + label: 'Javadocs', + to: 'pathname:///javadocs', + }, + { + position: 'right', + label: 'GitHub', + href: 'https://github.com/PlexDevelopment', + }, + ], + }, + footer: { + style: 'dark', + links: [ + { + title: 'Docs', + items: [ + { + label: 'Introduction', + to: '/docs/intro', }, - }), + { + label: 'Compiling', + to: '/docs/compiling', + }, + { + label: 'Javadocs', + to: 'pathname:///javadocs', + }, + ], + }, + { + title: 'Community', + items: [ + { + label: 'Forums', + href: 'https://forum.plex.us.org', + }, + { + label: 'Discord', + href: 'https://discord.gg/HZsdUnsRKc', + }, + ], + }, + { + title: 'GitHub', + items: [ + { + label: 'Plex', + href: 'https://github.com/PlexDevelopment/Plex', + }, + { + label: 'Docs', + href: 'https://github.com/PlexDevelopment/docs', + } + ], + }, + ], + copyright: `Copyright © ${new Date().getFullYear()} Plex. Symbols from FontAwesome. Built with Docusaurus.`, + }, + prism: { + theme: lightCodeTheme, + darkTheme: darkCodeTheme, + }, +}), }; module.exports = config; diff --git a/src/pages/index.js b/src/pages/index.js index be01955..7003cfc 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -29,8 +29,8 @@ export default function Home() { const {siteConfig} = useDocusaurusContext(); return ( + title={`Home`} + description="The official documentation for Plex.">
diff --git a/static/img/undraw_docusaurus_mountain.svg b/static/img/undraw_docusaurus_mountain.svg deleted file mode 100644 index 431cef2..0000000 --- a/static/img/undraw_docusaurus_mountain.svg +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/img/undraw_docusaurus_react.svg b/static/img/undraw_docusaurus_react.svg deleted file mode 100644 index e417050..0000000 --- a/static/img/undraw_docusaurus_react.svg +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/img/undraw_docusaurus_tree.svg b/static/img/undraw_docusaurus_tree.svg deleted file mode 100644 index a05cc03..0000000 --- a/static/img/undraw_docusaurus_tree.svg +++ /dev/null @@ -1 +0,0 @@ -docu_tree \ No newline at end of file diff --git a/static/javadocs/allclasses-index.html b/static/javadocs/allclasses-index.html new file mode 100644 index 0000000..77ecfb2 --- /dev/null +++ b/static/javadocs/allclasses-index.html @@ -0,0 +1,281 @@ + + + + +All Classes and Interfaces (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

All Classes and Interfaces

+
+
+
+
+
+
Class
+
Description
+ +
 
+ +
 
+ +
+
Admin object to handle cached admins
+
+ +
 
+ +
 
+ +
+
Cached storage for Admin objects
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
The ban object
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
Storage for a command's parameters
+
+ +
+
Storage for the command's permissions
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
Parent cache class
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
Mongo fetching utilities for players
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
Cache storage
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
Superclass for all commands
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
SQL fetching utilities for players
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+
+
+
+
+
+
+ + diff --git a/static/javadocs/allpackages-index.html b/static/javadocs/allpackages-index.html new file mode 100644 index 0000000..d32efc8 --- /dev/null +++ b/static/javadocs/allpackages-index.html @@ -0,0 +1,111 @@ + + + + +All Packages (Plex 1.0 API) + + + + + + + + + + + + + + + + + diff --git a/static/javadocs/constant-values.html b/static/javadocs/constant-values.html new file mode 100644 index 0000000..00aa5aa --- /dev/null +++ b/static/javadocs/constant-values.html @@ -0,0 +1,100 @@ + + + + +Constant Field Values (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Constant Field Values

+
+

Contents

+ +
+
+
+

dev.plex.*

+
    +
  • +
    dev.plex.banning.BanManager
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    private final String
    + +
    "INSERT INTO `bans` (`banID`, `uuid`, `banner`, `ip`, `reason`, `enddate`, `active`) VALUES (?, ?, ?, ?, ?, ?, ?);"
    +
    private final String
    + +
    "SELECT * FROM `bans` WHERE uuid=?"
    +
    +
  • +
+
    +
  • +
    dev.plex.cache.SQLPlayerData
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    private final String
    + +
    "INSERT INTO `players` (`uuid`, `name`, `login_msg`, `prefix`, `rank`, `ips`, `coins`, `vanished`) VALUES (?, ?, ?, ?, ?, ?, ?, ?);"
    +
    private final String
    + +
    "SELECT * FROM `players` WHERE uuid=?"
    +
    private final String
    + +
    "UPDATE `players` SET name=?, login_msg=?, prefix=?, rank=?, ips=?, coins=?, vanished=? WHERE uuid=?"
    +
    +
  • +
+
+
+
+
+ + diff --git a/static/javadocs/dev/plex/Plex.html b/static/javadocs/dev/plex/Plex.html new file mode 100644 index 0000000..4a5c244 --- /dev/null +++ b/static/javadocs/dev/plex/Plex.html @@ -0,0 +1,392 @@ + + + + +Plex (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex
+

Class Plex

+
+
java.lang.Object +
org.bukkit.plugin.PluginBase +
org.bukkit.plugin.java.JavaPlugin +
dev.plex.Plex
+
+
+
+
+
+
All Implemented Interfaces:
+
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

    +
      +
    • +
      +

      plugin

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

      config

      +
      public Config config
      +
      +
    • +
    • +
      +

      messages

      +
      public Config messages
      +
      +
    • +
    • +
      +

      storageType

      +
      private StorageType storageType
      +
      +
    • +
    • +
      +

      sqlConnection

      +
      private SQLConnection sqlConnection
      +
      +
    • +
    • +
      +

      mongoConnection

      +
      private MongoConnection mongoConnection
      +
      +
    • +
    • +
      +

      redisConnection

      +
      private RedisConnection redisConnection
      +
      +
    • +
    • +
      +

      mongoPlayerData

      +
      private MongoPlayerData mongoPlayerData
      +
      +
    • +
    • +
      +

      sqlPlayerData

      +
      private SQLPlayerData sqlPlayerData
      +
      +
    • +
    • +
      +

      rankManager

      +
      private RankManager rankManager
      +
      +
    • +
    • +
      +

      serviceManager

      +
      private ServiceManager serviceManager
      +
      +
    • +
    • +
      +

      punishmentManager

      +
      private PunishmentManager punishmentManager
      +
      +
    • +
    • +
      +

      banManager

      +
      private BanManager banManager
      +
      +
    • +
    • +
      +

      adminList

      +
      private AdminList adminList
      +
      +
    • +
    • +
      +

      system

      +
      private String system
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/PlexBase.html b/static/javadocs/dev/plex/PlexBase.html new file mode 100644 index 0000000..e2a3a00 --- /dev/null +++ b/static/javadocs/dev/plex/PlexBase.html @@ -0,0 +1,159 @@ + + + + +PlexBase (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex
+

Class PlexBase

+
+
java.lang.Object +
dev.plex.PlexBase
+
+
+
+
Direct Known Subclasses:
+
CommandHandler, PlexListener, PlexLog, PlexUtils, PunishedPlayer, PunishmentManager, RedisConnection, SQLConnection
+
+
+
public class PlexBase +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      plugin

      +
      protected static final Plex plugin
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlexBase

      +
      public PlexBase()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/admin/Admin.html b/static/javadocs/dev/plex/admin/Admin.html new file mode 100644 index 0000000..815c9fc --- /dev/null +++ b/static/javadocs/dev/plex/admin/Admin.html @@ -0,0 +1,221 @@ + + + + +Admin (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Admin

+
+
java.lang.Object +
dev.plex.admin.Admin
+
+
+
+
public class Admin +extends Object
+
Admin object to handle cached admins
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private boolean
    + +
    +
    Returns if the admin has command spy or not +
    + Contains a #isCommandSpy and #setCommandSpy by lombok
    +
    +
    private Rank
    + +
    +
    Gets the rank of the admin +
    + Contains a #setRank and #getRank by lombok
    +
    +
    private boolean
    + +
    +
    Returns if the admin has staff chat toggled or not +
    + Contains a #isStaffChat and #setStaffChat by lombok
    +
    +
    private UUID
    + +
    +
    Gets the unique ID of an admin (immutable)
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    Admin(UUID uuid)
    +
    +
    Creates an admin with the startig ADMIN rank
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from class java.lang.Object

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

    Field Details

    +
      +
    • +
      +

      uuid

      +
      private UUID uuid
      +
      Gets the unique ID of an admin (immutable)
      +
      +
    • +
    • +
      +

      rank

      +
      private Rank rank
      +
      Gets the rank of the admin +
      + Contains a #setRank and #getRank by lombok
      +
      +
    • +
    • +
      +

      commandSpy

      +
      private boolean commandSpy
      +
      Returns if the admin has command spy or not +
      + Contains a #isCommandSpy and #setCommandSpy by lombok
      +
      +
    • +
    • +
      +

      staffChat

      +
      private boolean staffChat
      +
      Returns if the admin has staff chat toggled or not +
      + Contains a #isStaffChat and #setStaffChat by lombok
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Admin

      +
      public Admin(UUID uuid)
      +
      Creates an admin with the startig ADMIN rank
      +
      +
      Parameters:
      +
      uuid -
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/admin/AdminList.html b/static/javadocs/dev/plex/admin/AdminList.html new file mode 100644 index 0000000..57057f1 --- /dev/null +++ b/static/javadocs/dev/plex/admin/AdminList.html @@ -0,0 +1,243 @@ + + + + +AdminList (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AdminList

+
+
java.lang.Object +
dev.plex.admin.AdminList
+
+
+
+
public class AdminList +extends Object
+
Cached storage for Admin objects
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      admins

      +
      private final Map<UUID,Admin> admins
      +
      Key/Value storage, where the key is the unique ID of the admin
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AdminList

      +
      public AdminList()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      addToCache

      +
      public void addToCache(Admin admin)
      +
      Adds the admin to cache
      +
      +
      Parameters:
      +
      admin - The admin object
      +
      +
      +
    • +
    • +
      +

      removeFromCache

      +
      public void removeFromCache(UUID uuid)
      +
      Removes an admin from the cache
      +
      +
      Parameters:
      +
      uuid - The unique ID of the admin
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      getAllAdmins

      +
      public List<String> getAllAdmins()
      +
      Gathers every admin's username (cached and databsed)
      +
      +
      Returns:
      +
      An array list of the names of every admin
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/admin/package-summary.html b/static/javadocs/dev/plex/admin/package-summary.html new file mode 100644 index 0000000..5d5e796 --- /dev/null +++ b/static/javadocs/dev/plex/admin/package-summary.html @@ -0,0 +1,98 @@ + + + + +dev.plex.admin (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.admin

+
+
+
package dev.plex.admin
+
+
    +
  • + +
  • +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
    +
    Admin object to handle cached admins
    +
    + +
    +
    Cached storage for Admin objects
    +
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/static/javadocs/dev/plex/admin/package-tree.html b/static/javadocs/dev/plex/admin/package-tree.html new file mode 100644 index 0000000..82500d8 --- /dev/null +++ b/static/javadocs/dev/plex/admin/package-tree.html @@ -0,0 +1,71 @@ + + + + +dev.plex.admin Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.admin

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/banning/Ban.html b/static/javadocs/dev/plex/banning/Ban.html new file mode 100644 index 0000000..d55244f --- /dev/null +++ b/static/javadocs/dev/plex/banning/Ban.html @@ -0,0 +1,308 @@ + + + + +Ban (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Ban

+
+
java.lang.Object +
dev.plex.banning.Ban
+
+
+
+
@Entity(value="bans", + useDiscriminator=false) +public class Ban +extends Object
+
The ban object
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      id

      +
      @Id +private String id
      +
      Gets the id of the ban (first 8 characters of a UUID + random 6 letters)
      +
      +
    • +
    • +
      +

      uuid

      +
      @Indexed(options=@IndexOptions(unique=true)) +private UUID uuid
      +
      The unique ID of the player who was banned
      +
      +
    • +
    • + +
    • +
    • +
      +

      ip

      +
      private String ip
      +
      The IP of the banned player
      +
      +
    • +
    • +
      +

      reason

      +
      private String reason
      +
      The reason for the ban
      +
      +
    • +
    • +
      +

      endDate

      +
      private LocalDateTime endDate
      +
      The end date for the ban
      +
      +
    • +
    • +
      +

      active

      +
      private boolean active
      +
      Whether the ban is active or not
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Ban

      +
      private Ban()
      +
      A constructor for Morphia, can't be used
      +
      +
    • +
    • +
      +

      Ban

      +
      public Ban(UUID uuid, + UUID banner, + String ip, + String reason, + LocalDateTime endDate)
      +
      Creates a ban object
      +
      +
      Parameters:
      +
      uuid - The unique ID of the player being banned
      +
      banner - The unique ID of the sender banning the player
      +
      ip - The IP of the player being banned
      +
      reason - The reason for the ban
      +
      endDate - When the ban will expire
      +
      +
      +
    • +
    • +
      +

      Ban

      +
      public Ban(String id, + UUID uuid, + UUID banner, + String ip, + String reason, + LocalDateTime endDate)
      +
      Creates a ban object
      +
      +
      Parameters:
      +
      id - The custom ID of the ban
      +
      uuid - The unique ID of the player being banned
      +
      banner - The unique ID of the sender banning the player
      +
      ip - The IP of the player being banned
      +
      reason - The reason for the ban
      +
      endDate - When the ban will expire
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/banning/BanManager.html b/static/javadocs/dev/plex/banning/BanManager.html new file mode 100644 index 0000000..06a78a0 --- /dev/null +++ b/static/javadocs/dev/plex/banning/BanManager.html @@ -0,0 +1,284 @@ + + + + +BanManager (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BanManager

+
+
java.lang.Object +
dev.plex.banning.BanManager
+
+
+
+
public class BanManager +extends Object
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private final String
    + +
     
    +
    private final String
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

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

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Adds the ban to the database
    +
    + + +
    +
    Gets a list of all the current bans active
    +
    +
    boolean
    +
    isBanned(UUID uuid)
    +
    +
    Checks if the unique ID has an active ban in the database
    +
    +
    void
    + +
    +
    Unbans a player if they have an active ban on record
    +
    +
    void
    +
    unban(UUID uuid)
    +
    +
    Unbans a player if they have an active ban on record
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

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

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BanManager

      +
      public BanManager()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      executeBan

      +
      public void executeBan(Ban ban)
      +
      Adds the ban to the database
      +
      +
      Parameters:
      +
      ban - The ban object
      +
      +
      +
    • +
    • +
      +

      isBanned

      +
      public boolean isBanned(UUID uuid)
      +
      Checks if the unique ID has an active ban in the database
      +
      +
      Parameters:
      +
      uuid - The unique ID of the player
      +
      Returns:
      +
      true if the unique ID is banned
      +
      +
      +
    • +
    • +
      +

      unban

      +
      public void unban(UUID uuid)
      +
      Unbans a player if they have an active ban on record
      +
      +
      Parameters:
      +
      uuid - The unique ID of the player
      +
      +
      +
    • +
    • +
      +

      unban

      +
      public void unban(String id)
      +
      Unbans a player if they have an active ban on record
      +
      +
      Parameters:
      +
      id - Custom ID of the ban
      +
      +
      +
    • +
    • +
      +

      getActiveBans

      +
      public List<Ban> getActiveBans()
      +
      Gets a list of all the current bans active
      +
      +
      Returns:
      +
      An arraylist of bans
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/banning/package-summary.html b/static/javadocs/dev/plex/banning/package-summary.html new file mode 100644 index 0000000..42c8a4e --- /dev/null +++ b/static/javadocs/dev/plex/banning/package-summary.html @@ -0,0 +1,96 @@ + + + + +dev.plex.banning (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.banning

+
+
+
package dev.plex.banning
+
+
    +
  • + +
  • +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
    +
    The ban object
    +
    + +
     
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/static/javadocs/dev/plex/banning/package-tree.html b/static/javadocs/dev/plex/banning/package-tree.html new file mode 100644 index 0000000..faef01f --- /dev/null +++ b/static/javadocs/dev/plex/banning/package-tree.html @@ -0,0 +1,71 @@ + + + + +dev.plex.banning Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.banning

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/cache/DataUtils.html b/static/javadocs/dev/plex/cache/DataUtils.html new file mode 100644 index 0000000..7bbba6b --- /dev/null +++ b/static/javadocs/dev/plex/cache/DataUtils.html @@ -0,0 +1,259 @@ + + + + +DataUtils (Plex 1.0 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
      +
      +
      +
    • +
    • +
      +

      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(String name)
      +
      Gets a player from cache or from the database
      +
      +
      Parameters:
      +
      name - Username 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/javadocs/dev/plex/cache/MongoPlayerData.html b/static/javadocs/dev/plex/cache/MongoPlayerData.html new file mode 100644 index 0000000..39332a0 --- /dev/null +++ b/static/javadocs/dev/plex/cache/MongoPlayerData.html @@ -0,0 +1,270 @@ + + + + +MongoPlayerData (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MongoPlayerData

+
+
java.lang.Object +
dev.plex.cache.MongoPlayerData
+
+
+
+
public class MongoPlayerData +extends Object
+
Mongo fetching utilities for players
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private final dev.morphia.Datastore
    + +
    +
    The datastore object / database
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Creates an instance of the player data
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    +
    exists(UUID uuid)
    +
    +
    Checks whether the player exists in mongo's database
    +
    + + +
    +
    Gets the player from cache or from mongo's database
    +
    +
    void
    +
    save(PlexPlayer plexPlayer)
    +
    +
    Saves the player's information in the database
    +
    +
    void
    + +
    +
    Updates a player's information in the mongo database
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

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

    Field Details

    +
      +
    • +
      +

      datastore

      +
      private final dev.morphia.Datastore datastore
      +
      The datastore object / database
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MongoPlayerData

      +
      public MongoPlayerData()
      +
      Creates an instance of the player data
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      exists

      +
      public boolean exists(UUID uuid)
      +
      Checks whether the player exists in mongo's database
      +
      +
      Parameters:
      +
      uuid - The unique ID of the player
      +
      Returns:
      +
      true if the player was found
      +
      +
      +
    • +
    • +
      +

      getByUUID

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

      update

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

      save

      +
      public void save(PlexPlayer plexPlayer)
      +
      Saves the player's information in the database
      +
      +
      Parameters:
      +
      plexPlayer - The PlexPlayer object
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/cache/PlayerCache.html b/static/javadocs/dev/plex/cache/PlayerCache.html new file mode 100644 index 0000000..6a13840 --- /dev/null +++ b/static/javadocs/dev/plex/cache/PlayerCache.html @@ -0,0 +1,229 @@ + + + + +PlayerCache (Plex 1.0 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
      +
      +
    • +
    • +
      +

      punishedPlayerMap

      +
      private static final Map<UUID,PunishedPlayer> punishedPlayerMap
      +
      A key/value pair where the key is the unique ID of the Punished Player
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlayerCache

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

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/cache/SQLPlayerData.html b/static/javadocs/dev/plex/cache/SQLPlayerData.html new file mode 100644 index 0000000..dd24b9d --- /dev/null +++ b/static/javadocs/dev/plex/cache/SQLPlayerData.html @@ -0,0 +1,306 @@ + + + + +SQLPlayerData (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SQLPlayerData

+
+
java.lang.Object +
dev.plex.cache.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
      +
      +
      +
    • +
    • +
      +

      getByUUID

      +
      public PlexPlayer getByUUID(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:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      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/javadocs/dev/plex/cache/package-summary.html b/static/javadocs/dev/plex/cache/package-summary.html new file mode 100644 index 0000000..0a44468 --- /dev/null +++ b/static/javadocs/dev/plex/cache/package-summary.html @@ -0,0 +1,106 @@ + + + + +dev.plex.cache (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.cache

+
+
+
package dev.plex.cache
+
+
    +
  • + +
  • +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
    +
    Parent cache class
    +
    + +
    +
    Mongo fetching utilities for players
    +
    + +
    +
    Cache storage
    +
    + +
    +
    SQL fetching utilities for players
    +
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/static/javadocs/dev/plex/cache/package-tree.html b/static/javadocs/dev/plex/cache/package-tree.html new file mode 100644 index 0000000..e0a8253 --- /dev/null +++ b/static/javadocs/dev/plex/cache/package-tree.html @@ -0,0 +1,73 @@ + + + + +dev.plex.cache Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.cache

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/command/PlexCommand.html b/static/javadocs/dev/plex/command/PlexCommand.html new file mode 100644 index 0000000..2990ae8 --- /dev/null +++ b/static/javadocs/dev/plex/command/PlexCommand.html @@ -0,0 +1,672 @@ + + + + +PlexCommand (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PlexCommand

+
+
java.lang.Object +
org.bukkit.command.Command +
dev.plex.command.PlexCommand
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.command.PluginIdentifiableCommand
+
+
+
Direct Known Subclasses:
+
AdminCMD, AdminworldCMD, AdventureCMD, BanCMD, CommandSpyCMD, CreativeCMD, DeopAllCMD, DeopCMD, FlatlandsCMD, FreezeCMD, ListCMD, LocalSpawnCMD, MasterbuilderworldCMD, NameHistoryCMD, OpAllCMD, OpCMD, PlexCMD, PunishmentsCMD, RankCMD, SpectatorCMD, SurvivalCMD, UnbanCMD, 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 Rank
    + +
    +
    Minimum required rank 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
    + +
    +
    Creates an instance of the command
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    protected boolean
    +
    checkRank(org.bukkit.command.CommandSender sender, + Rank rank, + String permission)
    +
    +
    Checks whether a sender has enough permissions or is high enough a rank
    +
    +
    protected boolean
    +
    checkRank(org.bukkit.entity.Player player, + Rank rank, + 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
    +
    isAdmin(PlexPlayer plexPlayer)
    +
    +
    Checks if a player is an admin
    +
    +
    protected boolean
    + +
    +
    Checks if a username is an admin
    +
    +
    protected boolean
    +
    isAdmin(org.bukkit.command.CommandSender sender)
    +
    +
    Checks if a sender is an admin
    +
    +
    protected boolean
    +
    isConsole(org.bukkit.command.CommandSender sender)
    +
    +
    Checks whether a sender is console
    +
    +
    protected boolean
    +
    isSeniorAdmin(org.bukkit.command.CommandSender sender)
    +
    +
    Checks if a sender is a senior admin
    +
    +
    private boolean
    +
    matches(String label)
    +
    +
    Checks if the string given is a command string
    +
    +
    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 net.kyori.adventure.text.Component
    +
    tl(String s, + Object... objects)
    +
    +
    Converts a message entry from the "messages.yml" to a component
    +
    +
    protected net.kyori.adventure.text.Component
    + +
    +
    Converts usage to a component
    +
    +
    +
    +
    +
    +

    Methods inherited from class org.bukkit.command.Command

    +broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, 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
      +
      +
    • +
    • +
      +

      level

      +
      private final Rank level
      +
      Minimum required rank fetched from the permissions
      +
      +
    • +
    • +
      +

      commandSource

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

    Constructor Details

    +
      +
    • +
      +

      PlexCommand

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

    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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    • +
      +

      matches

      +
      private boolean matches(String label)
      +
      Checks if the string given is a command string
      +
      +
      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
      +
      +
      +
    • +
    • +
      +

      checkRank

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

      checkRank

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

      isAdmin

      +
      protected boolean isAdmin(PlexPlayer plexPlayer)
      +
      Checks if a player is an admin
      +
      +
      Parameters:
      +
      plexPlayer - The PlexPlayer object
      +
      Returns:
      +
      true if the player is an admin
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      isAdmin

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

      isAdmin

      +
      protected boolean isAdmin(String name)
      +
      Checks if a username is an admin
      +
      +
      Parameters:
      +
      name - The username
      +
      Returns:
      +
      true if the username is an admin
      +
      +
      +
    • +
    • +
      +

      isSeniorAdmin

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

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

      tl

      +
      protected net.kyori.adventure.text.Component tl(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
      +
      +
      +
    • +
    • +
      +

      usage

      +
      protected net.kyori.adventure.text.Component usage(String s)
      +
      Converts usage to a component
      +
      +
      Parameters:
      +
      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
      +
      +
      +
    • +
    • +
      +

      getLevel

      +
      public Rank getLevel()
      +
      +
    • +
    • +
      +

      getMap

      +
      public org.bukkit.command.CommandMap getMap()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/annotation/CommandParameters.html b/static/javadocs/dev/plex/command/annotation/CommandParameters.html new file mode 100644 index 0000000..1ef7cc9 --- /dev/null +++ b/static/javadocs/dev/plex/command/annotation/CommandParameters.html @@ -0,0 +1,201 @@ + + + + +CommandParameters (Plex 1.0 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/javadocs/dev/plex/command/annotation/CommandPermissions.html b/static/javadocs/dev/plex/command/annotation/CommandPermissions.html new file mode 100644 index 0000000..d3b491c --- /dev/null +++ b/static/javadocs/dev/plex/command/annotation/CommandPermissions.html @@ -0,0 +1,178 @@ + + + + +CommandPermissions (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface CommandPermissions

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

    Element Details

    +
      +
    • +
      +

      level

      +
      Rank level
      +
      Minimum rank required
      +
      +
      Returns:
      +
      Minimum rank required for the command
      +
      See Also:
      +
      + +
      +
      +
      +
      Default:
      +
      IMPOSTOR
      +
      +
      +
    • +
    • +
      +

      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/javadocs/dev/plex/command/annotation/package-summary.html b/static/javadocs/dev/plex/command/annotation/package-summary.html new file mode 100644 index 0000000..a1f9646 --- /dev/null +++ b/static/javadocs/dev/plex/command/annotation/package-summary.html @@ -0,0 +1,104 @@ + + + + +dev.plex.command.annotation (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.command.annotation

+
+
+
package dev.plex.command.annotation
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/command/annotation/package-tree.html b/static/javadocs/dev/plex/command/annotation/package-tree.html new file mode 100644 index 0000000..67de128 --- /dev/null +++ b/static/javadocs/dev/plex/command/annotation/package-tree.html @@ -0,0 +1,67 @@ + + + + +dev.plex.command.annotation Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.command.annotation

+Package Hierarchies: + +
+
+

Annotation Interface Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/command/exception/CommandArgumentException.html b/static/javadocs/dev/plex/command/exception/CommandArgumentException.html new file mode 100644 index 0000000..9397e88 --- /dev/null +++ b/static/javadocs/dev/plex/command/exception/CommandArgumentException.html @@ -0,0 +1,147 @@ + + + + +CommandArgumentException (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CommandArgumentException

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

    Constructor Details

    +
      +
    • +
      +

      CommandArgumentException

      +
      public CommandArgumentException()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/exception/CommandFailException.html b/static/javadocs/dev/plex/command/exception/CommandFailException.html new file mode 100644 index 0000000..60a4bcf --- /dev/null +++ b/static/javadocs/dev/plex/command/exception/CommandFailException.html @@ -0,0 +1,147 @@ + + + + +CommandFailException (Plex 1.0 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/javadocs/dev/plex/command/exception/ConsoleMustDefinePlayerException.html b/static/javadocs/dev/plex/command/exception/ConsoleMustDefinePlayerException.html new file mode 100644 index 0000000..ea64186 --- /dev/null +++ b/static/javadocs/dev/plex/command/exception/ConsoleMustDefinePlayerException.html @@ -0,0 +1,147 @@ + + + + +ConsoleMustDefinePlayerException (Plex 1.0 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/javadocs/dev/plex/command/exception/ConsoleOnlyException.html b/static/javadocs/dev/plex/command/exception/ConsoleOnlyException.html new file mode 100644 index 0000000..d02eb50 --- /dev/null +++ b/static/javadocs/dev/plex/command/exception/ConsoleOnlyException.html @@ -0,0 +1,147 @@ + + + + +ConsoleOnlyException (Plex 1.0 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/javadocs/dev/plex/command/exception/PlayerNotBannedException.html b/static/javadocs/dev/plex/command/exception/PlayerNotBannedException.html new file mode 100644 index 0000000..3e5b5c7 --- /dev/null +++ b/static/javadocs/dev/plex/command/exception/PlayerNotBannedException.html @@ -0,0 +1,147 @@ + + + + +PlayerNotBannedException (Plex 1.0 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/javadocs/dev/plex/command/exception/PlayerNotFoundException.html b/static/javadocs/dev/plex/command/exception/PlayerNotFoundException.html new file mode 100644 index 0000000..8cba2a3 --- /dev/null +++ b/static/javadocs/dev/plex/command/exception/PlayerNotFoundException.html @@ -0,0 +1,147 @@ + + + + +PlayerNotFoundException (Plex 1.0 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/javadocs/dev/plex/command/exception/package-summary.html b/static/javadocs/dev/plex/command/exception/package-summary.html new file mode 100644 index 0000000..0814dd4 --- /dev/null +++ b/static/javadocs/dev/plex/command/exception/package-summary.html @@ -0,0 +1,108 @@ + + + + +dev.plex.command.exception (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.command.exception

+
+
+
package dev.plex.command.exception
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/command/exception/package-tree.html b/static/javadocs/dev/plex/command/exception/package-tree.html new file mode 100644 index 0000000..29b8b90 --- /dev/null +++ b/static/javadocs/dev/plex/command/exception/package-tree.html @@ -0,0 +1,87 @@ + + + + +dev.plex.command.exception Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.command.exception

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/AdminCMD.html b/static/javadocs/dev/plex/command/impl/AdminCMD.html new file mode 100644 index 0000000..a9f0297 --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/AdminCMD.html @@ -0,0 +1,235 @@ + + + + +AdminCMD (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AdminCMD

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

    Constructor Details

    +
      +
    • +
      +

      AdminCMD

      +
      public AdminCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    • +
      +

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

      rankExists

      +
      private boolean rankExists(String rank)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/AdminworldCMD.html b/static/javadocs/dev/plex/command/impl/AdminworldCMD.html new file mode 100644 index 0000000..b0d590b --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/AdminworldCMD.html @@ -0,0 +1,202 @@ + + + + +AdminworldCMD (Plex 1.0 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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/AdventureCMD.html b/static/javadocs/dev/plex/command/impl/AdventureCMD.html new file mode 100644 index 0000000..3ca935a --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/AdventureCMD.html @@ -0,0 +1,226 @@ + + + + +AdventureCMD (Plex 1.0 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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    • +
      +

      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
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/BanCMD.html b/static/javadocs/dev/plex/command/impl/BanCMD.html new file mode 100644 index 0000000..70caad8 --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/BanCMD.html @@ -0,0 +1,226 @@ + + + + +BanCMD (Plex 1.0 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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    • +
      +

      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
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/CommandSpyCMD.html b/static/javadocs/dev/plex/command/impl/CommandSpyCMD.html new file mode 100644 index 0000000..de733ee --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/CommandSpyCMD.html @@ -0,0 +1,203 @@ + + + + +CommandSpyCMD (Plex 1.0 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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/CreativeCMD.html b/static/javadocs/dev/plex/command/impl/CreativeCMD.html new file mode 100644 index 0000000..4e63ec7 --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/CreativeCMD.html @@ -0,0 +1,226 @@ + + + + +CreativeCMD (Plex 1.0 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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    • +
      +

      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
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/DeopAllCMD.html b/static/javadocs/dev/plex/command/impl/DeopAllCMD.html new file mode 100644 index 0000000..e379dfa --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/DeopAllCMD.html @@ -0,0 +1,202 @@ + + + + +DeopAllCMD (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DeopAllCMD

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

    Constructor Details

    +
      +
    • +
      +

      DeopAllCMD

      +
      public DeopAllCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/DeopCMD.html b/static/javadocs/dev/plex/command/impl/DeopCMD.html new file mode 100644 index 0000000..39dc208 --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/DeopCMD.html @@ -0,0 +1,226 @@ + + + + +DeopCMD (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DeopCMD

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

    Constructor Details

    +
      +
    • +
      +

      DeopCMD

      +
      public DeopCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    • +
      +

      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
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/FlatlandsCMD.html b/static/javadocs/dev/plex/command/impl/FlatlandsCMD.html new file mode 100644 index 0000000..b521b0b --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/FlatlandsCMD.html @@ -0,0 +1,202 @@ + + + + +FlatlandsCMD (Plex 1.0 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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/FreezeCMD.html b/static/javadocs/dev/plex/command/impl/FreezeCMD.html new file mode 100644 index 0000000..33f4cbc --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/FreezeCMD.html @@ -0,0 +1,226 @@ + + + + +FreezeCMD (Plex 1.0 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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    • +
      +

      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
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/ListCMD.html b/static/javadocs/dev/plex/command/impl/ListCMD.html new file mode 100644 index 0000000..06fb776 --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/ListCMD.html @@ -0,0 +1,202 @@ + + + + +ListCMD (Plex 1.0 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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/LocalSpawnCMD.html b/static/javadocs/dev/plex/command/impl/LocalSpawnCMD.html new file mode 100644 index 0000000..0cff26b --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/LocalSpawnCMD.html @@ -0,0 +1,202 @@ + + + + +LocalSpawnCMD (Plex 1.0 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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/MasterbuilderworldCMD.html b/static/javadocs/dev/plex/command/impl/MasterbuilderworldCMD.html new file mode 100644 index 0000000..d3b015a --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/MasterbuilderworldCMD.html @@ -0,0 +1,202 @@ + + + + +MasterbuilderworldCMD (Plex 1.0 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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/NameHistoryCMD.html b/static/javadocs/dev/plex/command/impl/NameHistoryCMD.html new file mode 100644 index 0000000..0426abb --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/NameHistoryCMD.html @@ -0,0 +1,249 @@ + + + + +NameHistoryCMD (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class NameHistoryCMD

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

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      NameHistoryCMD

      +
      public NameHistoryCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    • +
      +

      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
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/OpAllCMD.html b/static/javadocs/dev/plex/command/impl/OpAllCMD.html new file mode 100644 index 0000000..e0f005f --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/OpAllCMD.html @@ -0,0 +1,202 @@ + + + + +OpAllCMD (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class OpAllCMD

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

    Constructor Details

    +
      +
    • +
      +

      OpAllCMD

      +
      public OpAllCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/OpCMD.html b/static/javadocs/dev/plex/command/impl/OpCMD.html new file mode 100644 index 0000000..1a519ae --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/OpCMD.html @@ -0,0 +1,226 @@ + + + + +OpCMD (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class OpCMD

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

    Constructor Details

    +
      +
    • +
      +

      OpCMD

      +
      public OpCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    • +
      +

      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
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/PlexCMD.html b/static/javadocs/dev/plex/command/impl/PlexCMD.html new file mode 100644 index 0000000..88ba1a2 --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/PlexCMD.html @@ -0,0 +1,226 @@ + + + + +PlexCMD (Plex 1.0 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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    • +
      +

      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
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/PunishmentsCMD.html b/static/javadocs/dev/plex/command/impl/PunishmentsCMD.html new file mode 100644 index 0000000..bce4c1d --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/PunishmentsCMD.html @@ -0,0 +1,226 @@ + + + + +PunishmentsCMD (Plex 1.0 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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    • +
      +

      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
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/RankCMD.html b/static/javadocs/dev/plex/command/impl/RankCMD.html new file mode 100644 index 0000000..6cdac08 --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/RankCMD.html @@ -0,0 +1,202 @@ + + + + +RankCMD (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class RankCMD

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

    Constructor Details

    +
      +
    • +
      +

      RankCMD

      +
      public RankCMD()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/SpectatorCMD.html b/static/javadocs/dev/plex/command/impl/SpectatorCMD.html new file mode 100644 index 0000000..093486a --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/SpectatorCMD.html @@ -0,0 +1,226 @@ + + + + +SpectatorCMD (Plex 1.0 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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    • +
      +

      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
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/SurvivalCMD.html b/static/javadocs/dev/plex/command/impl/SurvivalCMD.html new file mode 100644 index 0000000..4c3e02e --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/SurvivalCMD.html @@ -0,0 +1,226 @@ + + + + +SurvivalCMD (Plex 1.0 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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    • +
      +

      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
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/UnbanCMD.html b/static/javadocs/dev/plex/command/impl/UnbanCMD.html new file mode 100644 index 0000000..79e1e93 --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/UnbanCMD.html @@ -0,0 +1,226 @@ + + + + +UnbanCMD (Plex 1.0 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, + @NotNull + @NotNull 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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    • +
      +

      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
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/WorldCMD.html b/static/javadocs/dev/plex/command/impl/WorldCMD.html new file mode 100644 index 0000000..7a70c6e --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/WorldCMD.html @@ -0,0 +1,226 @@ + + + + +WorldCMD (Plex 1.0 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
+
+
+ +
+
+
    + +
  • +
    +

    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 command source is console or if command source is any but console executed)
      +
      args - A Kyori Component to send to the sender (can be null)
      +
      Returns:
      +
      +
      +
    • +
    • +
      +

      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
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/package-summary.html b/static/javadocs/dev/plex/command/impl/package-summary.html new file mode 100644 index 0000000..e118d3e --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/package-summary.html @@ -0,0 +1,142 @@ + + + + +dev.plex.command.impl (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.command.impl

+
+
+
package dev.plex.command.impl
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/command/impl/package-tree.html b/static/javadocs/dev/plex/command/impl/package-tree.html new file mode 100644 index 0000000..80fd18f --- /dev/null +++ b/static/javadocs/dev/plex/command/impl/package-tree.html @@ -0,0 +1,100 @@ + + + + +dev.plex.command.impl Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.command.impl

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/command/package-summary.html b/static/javadocs/dev/plex/command/package-summary.html new file mode 100644 index 0000000..f035d19 --- /dev/null +++ b/static/javadocs/dev/plex/command/package-summary.html @@ -0,0 +1,102 @@ + + + + +dev.plex.command (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.command

+
+
+
package dev.plex.command
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/command/package-tree.html b/static/javadocs/dev/plex/command/package-tree.html new file mode 100644 index 0000000..81c8ede --- /dev/null +++ b/static/javadocs/dev/plex/command/package-tree.html @@ -0,0 +1,74 @@ + + + + +dev.plex.command Class Hierarchy (Plex 1.0 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/javadocs/dev/plex/command/source/RequiredCommandSource.html b/static/javadocs/dev/plex/command/source/RequiredCommandSource.html new file mode 100644 index 0000000..57b51e6 --- /dev/null +++ b/static/javadocs/dev/plex/command/source/RequiredCommandSource.html @@ -0,0 +1,253 @@ + + + + +RequiredCommandSource (Plex 1.0 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/javadocs/dev/plex/command/source/package-summary.html b/static/javadocs/dev/plex/command/source/package-summary.html new file mode 100644 index 0000000..14993be --- /dev/null +++ b/static/javadocs/dev/plex/command/source/package-summary.html @@ -0,0 +1,98 @@ + + + + +dev.plex.command.source (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.command.source

+
+
+
package dev.plex.command.source
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/command/source/package-tree.html b/static/javadocs/dev/plex/command/source/package-tree.html new file mode 100644 index 0000000..268eced --- /dev/null +++ b/static/javadocs/dev/plex/command/source/package-tree.html @@ -0,0 +1,74 @@ + + + + +dev.plex.command.source Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.command.source

+Package Hierarchies: + +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/config/Config.html b/static/javadocs/dev/plex/config/Config.html new file mode 100644 index 0000000..26617eb --- /dev/null +++ b/static/javadocs/dev/plex/config/Config.html @@ -0,0 +1,260 @@ + + + + +Config (Plex 1.0 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
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    private File
    + +
     
    +
    private String
    + +
     
    +
    private Plex
    + +
     
    +
    +
    +

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

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
     
    +
    void
    + +
     
    +
    private void
    + +
     
    +
    +
    +
    +
    +

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

    Field Details

    +
      +
    • +
      +

      plugin

      +
      private Plex plugin
      +
      +
    • +
    • +
      +

      file

      +
      private File file
      +
      +
    • +
    • +
      +

      name

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

    Constructor Details

    +
      +
    • +
      +

      Config

      +
      public Config(Plex plugin, + String name)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      load

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

      save

      +
      public void save()
      +
      +
    • +
    • +
      +

      saveDefault

      +
      private void saveDefault()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/config/package-summary.html b/static/javadocs/dev/plex/config/package-summary.html new file mode 100644 index 0000000..a9c6de2 --- /dev/null +++ b/static/javadocs/dev/plex/config/package-summary.html @@ -0,0 +1,92 @@ + + + + +dev.plex.config (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.config

+
+
+
package dev.plex.config
+
+
    +
  • + +
  • +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
     
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/static/javadocs/dev/plex/config/package-tree.html b/static/javadocs/dev/plex/config/package-tree.html new file mode 100644 index 0000000..5d33deb --- /dev/null +++ b/static/javadocs/dev/plex/config/package-tree.html @@ -0,0 +1,86 @@ + + + + +dev.plex.config Class Hierarchy (Plex 1.0 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/javadocs/dev/plex/event/AdminAddEvent.html b/static/javadocs/dev/plex/event/AdminAddEvent.html new file mode 100644 index 0000000..a33d217 --- /dev/null +++ b/static/javadocs/dev/plex/event/AdminAddEvent.html @@ -0,0 +1,231 @@ + + + + +AdminAddEvent (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AdminAddEvent

+
+
java.lang.Object +
org.bukkit.event.Event +
dev.plex.event.AdminAddEvent
+
+
+
+
+
public class AdminAddEvent +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 static final org.bukkit.event.HandlerList
    + +
     
    +
    private final PlexPlayer
    + +
     
    +
    private final org.bukkit.command.CommandSender
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

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

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static org.bukkit.event.HandlerList
    + +
     
    +
    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
      +
      +
    • +
    • +
      +

      plexPlayer

      +
      private final PlexPlayer plexPlayer
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AdminAddEvent

      +
      public AdminAddEvent()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getHandlers

      +
      public org.bukkit.event.HandlerList getHandlers()
      +
      +
      Specified by:
      +
      getHandlers in class org.bukkit.event.Event
      +
      +
      +
    • +
    • +
      +

      getHandlerList

      +
      public static org.bukkit.event.HandlerList getHandlerList()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/event/AdminRemoveEvent.html b/static/javadocs/dev/plex/event/AdminRemoveEvent.html new file mode 100644 index 0000000..dcfb584 --- /dev/null +++ b/static/javadocs/dev/plex/event/AdminRemoveEvent.html @@ -0,0 +1,231 @@ + + + + +AdminRemoveEvent (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AdminRemoveEvent

+
+
java.lang.Object +
org.bukkit.event.Event +
dev.plex.event.AdminRemoveEvent
+
+
+
+
+
public class AdminRemoveEvent +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 static final org.bukkit.event.HandlerList
    + +
     
    +
    private final PlexPlayer
    + +
     
    +
    private final org.bukkit.command.CommandSender
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

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

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static org.bukkit.event.HandlerList
    + +
     
    +
    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
      +
      +
    • +
    • +
      +

      plexPlayer

      +
      private final PlexPlayer plexPlayer
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AdminRemoveEvent

      +
      public AdminRemoveEvent()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getHandlers

      +
      public org.bukkit.event.HandlerList getHandlers()
      +
      +
      Specified by:
      +
      getHandlers in class org.bukkit.event.Event
      +
      +
      +
    • +
    • +
      +

      getHandlerList

      +
      public static org.bukkit.event.HandlerList getHandlerList()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/event/AdminSetRankEvent.html b/static/javadocs/dev/plex/event/AdminSetRankEvent.html new file mode 100644 index 0000000..85add5a --- /dev/null +++ b/static/javadocs/dev/plex/event/AdminSetRankEvent.html @@ -0,0 +1,240 @@ + + + + +AdminSetRankEvent (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AdminSetRankEvent

+
+
java.lang.Object +
org.bukkit.event.Event +
dev.plex.event.AdminSetRankEvent
+
+
+
+
+
public class AdminSetRankEvent +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 static final org.bukkit.event.HandlerList
    + +
     
    +
    private final PlexPlayer
    + +
     
    +
    private final Rank
    + +
     
    +
    private final org.bukkit.command.CommandSender
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

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

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static org.bukkit.event.HandlerList
    + +
     
    +
    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
      +
      +
    • +
    • +
      +

      plexPlayer

      +
      private final PlexPlayer plexPlayer
      +
      +
    • +
    • +
      +

      rank

      +
      private final Rank rank
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AdminSetRankEvent

      +
      public AdminSetRankEvent()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getHandlers

      +
      public org.bukkit.event.HandlerList getHandlers()
      +
      +
      Specified by:
      +
      getHandlers in class org.bukkit.event.Event
      +
      +
      +
    • +
    • +
      +

      getHandlerList

      +
      public static org.bukkit.event.HandlerList getHandlerList()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/event/PunishedPlayerEvent.html b/static/javadocs/dev/plex/event/PunishedPlayerEvent.html new file mode 100644 index 0000000..441280f --- /dev/null +++ b/static/javadocs/dev/plex/event/PunishedPlayerEvent.html @@ -0,0 +1,200 @@ + + + + +PunishedPlayerEvent (Plex 1.0 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, PunishedPlayerMuteEvent
+
+
+
public abstract class PunishedPlayerEvent +extends org.bukkit.event.player.PlayerEvent +implements org.bukkit.event.Cancellable
+
+
+
    + +
  • +
    +

    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
    + +
     
    +
    protected PunishedPlayer
    + +
     
    +
    +
    +

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

    +player
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
    protected
    + +
     
    +
    +
    +
  • + +
  • +
    +

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

      cancelled

      +
      protected boolean cancelled
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PunishedPlayerEvent

      +
      protected PunishedPlayerEvent(PunishedPlayer punishedPlayer)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/event/PunishedPlayerFreezeEvent.html b/static/javadocs/dev/plex/event/PunishedPlayerFreezeEvent.html new file mode 100644 index 0000000..82ecbd6 --- /dev/null +++ b/static/javadocs/dev/plex/event/PunishedPlayerFreezeEvent.html @@ -0,0 +1,248 @@ + + + + +PunishedPlayerFreezeEvent (Plex 1.0 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
+
+
+
    + +
  • +
    +

    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
    + +
    +
    Status of the Punished Player being frozen before the event's occurrence.
    +
    +
    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(PunishedPlayer punishedPlayer, + boolean frozen)
    +
     
    +
    +
    +
  • + +
  • +
    +

    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
      +
      Status of the Punished Player being frozen before the event's occurrence.
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PunishedPlayerFreezeEvent

      +
      public PunishedPlayerFreezeEvent(PunishedPlayer punishedPlayer, + boolean frozen)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getHandlers

      +
      public org.bukkit.event.HandlerList getHandlers()
      +
      +
      Specified by:
      +
      getHandlers in class org.bukkit.event.Event
      +
      +
      +
    • +
    • +
      +

      getHandlerList

      +
      public static org.bukkit.event.HandlerList getHandlerList()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/event/PunishedPlayerMuteEvent.html b/static/javadocs/dev/plex/event/PunishedPlayerMuteEvent.html new file mode 100644 index 0000000..14e76ac --- /dev/null +++ b/static/javadocs/dev/plex/event/PunishedPlayerMuteEvent.html @@ -0,0 +1,248 @@ + + + + +PunishedPlayerMuteEvent (Plex 1.0 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
+
+
+
    + +
  • +
    +

    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
    + +
    +
    Status of the Punished Player being frozen before the event's occurrence.
    +
    +
    +
    +

    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(PunishedPlayer punishedPlayer, + boolean muted)
    +
     
    +
    +
    +
  • + +
  • +
    +

    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
      +
      Status of the Punished Player being frozen before the event's occurrence.
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PunishedPlayerMuteEvent

      +
      public PunishedPlayerMuteEvent(PunishedPlayer punishedPlayer, + boolean muted)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getHandlers

      +
      public org.bukkit.event.HandlerList getHandlers()
      +
      +
      Specified by:
      +
      getHandlers in class org.bukkit.event.Event
      +
      +
      +
    • +
    • +
      +

      getHandlerList

      +
      public static org.bukkit.event.HandlerList getHandlerList()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/event/package-summary.html b/static/javadocs/dev/plex/event/package-summary.html new file mode 100644 index 0000000..3d35859 --- /dev/null +++ b/static/javadocs/dev/plex/event/package-summary.html @@ -0,0 +1,102 @@ + + + + +dev.plex.event (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.event

+
+
+
package dev.plex.event
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/event/package-tree.html b/static/javadocs/dev/plex/event/package-tree.html new file mode 100644 index 0000000..ea1eb8f --- /dev/null +++ b/static/javadocs/dev/plex/event/package-tree.html @@ -0,0 +1,86 @@ + + + + +dev.plex.event Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.event

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/handlers/CommandHandler.html b/static/javadocs/dev/plex/handlers/CommandHandler.html new file mode 100644 index 0000000..16f276d --- /dev/null +++ b/static/javadocs/dev/plex/handlers/CommandHandler.html @@ -0,0 +1,137 @@ + + + + +CommandHandler (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CommandHandler

+
+
java.lang.Object +
dev.plex.PlexBase +
dev.plex.handlers.CommandHandler
+
+
+
+
+
public class CommandHandler +extends PlexBase
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CommandHandler

      +
      public CommandHandler()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/handlers/ListenerHandler.html b/static/javadocs/dev/plex/handlers/ListenerHandler.html new file mode 100644 index 0000000..bbb71b1 --- /dev/null +++ b/static/javadocs/dev/plex/handlers/ListenerHandler.html @@ -0,0 +1,126 @@ + + + + +ListenerHandler (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ListenerHandler

+
+
java.lang.Object +
dev.plex.handlers.ListenerHandler
+
+
+
+
public class ListenerHandler +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ListenerHandler

      +
      public ListenerHandler()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/handlers/package-summary.html b/static/javadocs/dev/plex/handlers/package-summary.html new file mode 100644 index 0000000..1664a09 --- /dev/null +++ b/static/javadocs/dev/plex/handlers/package-summary.html @@ -0,0 +1,94 @@ + + + + +dev.plex.handlers (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.handlers

+
+
+
package dev.plex.handlers
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/handlers/package-tree.html b/static/javadocs/dev/plex/handlers/package-tree.html new file mode 100644 index 0000000..8e8b1fb --- /dev/null +++ b/static/javadocs/dev/plex/handlers/package-tree.html @@ -0,0 +1,75 @@ + + + + +dev.plex.handlers Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.handlers

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/listener/PlexListener.html b/static/javadocs/dev/plex/listener/PlexListener.html new file mode 100644 index 0000000..8342556 --- /dev/null +++ b/static/javadocs/dev/plex/listener/PlexListener.html @@ -0,0 +1,146 @@ + + + + +PlexListener (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PlexListener

+
+
java.lang.Object +
dev.plex.PlexBase +
dev.plex.listener.PlexListener
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.event.Listener
+
+
+
Direct Known Subclasses:
+
AdminListener, ChatListener, CommandListener, FreezeListener, LoginListener, PlayerListener, ServerListener, WorldListener
+
+
+
public abstract class PlexListener +extends PlexBase +implements org.bukkit.event.Listener
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlexListener

      +
      public PlexListener()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/listener/impl/AdminListener.html b/static/javadocs/dev/plex/listener/impl/AdminListener.html new file mode 100644 index 0000000..6fe134f --- /dev/null +++ b/static/javadocs/dev/plex/listener/impl/AdminListener.html @@ -0,0 +1,192 @@ + + + + +AdminListener (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AdminListener

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

    Constructor Details

    +
      +
    • +
      +

      AdminListener

      +
      public AdminListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/listener/impl/ChatListener.PlexChatRenderer.html b/static/javadocs/dev/plex/listener/impl/ChatListener.PlexChatRenderer.html new file mode 100644 index 0000000..d77f15c --- /dev/null +++ b/static/javadocs/dev/plex/listener/impl/ChatListener.PlexChatRenderer.html @@ -0,0 +1,228 @@ + + + + +ChatListener.PlexChatRenderer (Plex 1.0 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.ViewerUnaware
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    boolean
    + +
     
    + + +
     
    +
    +
    +
  • + +
  • +
    +

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

    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/javadocs/dev/plex/listener/impl/ChatListener.html b/static/javadocs/dev/plex/listener/impl/ChatListener.html new file mode 100644 index 0000000..ca00295 --- /dev/null +++ b/static/javadocs/dev/plex/listener/impl/ChatListener.html @@ -0,0 +1,212 @@ + + + + +ChatListener (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ChatListener

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

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChatListener

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

    Method Details

    +
      +
    • +
      +

      onChat

      +
      public void onChat(io.papermc.paper.event.player.AsyncChatEvent event)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/listener/impl/CommandListener.html b/static/javadocs/dev/plex/listener/impl/CommandListener.html new file mode 100644 index 0000000..2ec4d26 --- /dev/null +++ b/static/javadocs/dev/plex/listener/impl/CommandListener.html @@ -0,0 +1,174 @@ + + + + +CommandListener (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CommandListener

+
+
java.lang.Object +
dev.plex.PlexBase +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.CommandListener
+
+
+
+
+
+
All Implemented Interfaces:
+
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)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/listener/impl/FreezeListener.html b/static/javadocs/dev/plex/listener/impl/FreezeListener.html new file mode 100644 index 0000000..aecc3a3 --- /dev/null +++ b/static/javadocs/dev/plex/listener/impl/FreezeListener.html @@ -0,0 +1,174 @@ + + + + +FreezeListener (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class FreezeListener

+
+
java.lang.Object +
dev.plex.PlexBase +
dev.plex.listener.PlexListener +
dev.plex.listener.impl.FreezeListener
+
+
+
+
+
+
All Implemented Interfaces:
+
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)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/listener/impl/LoginListener.html b/static/javadocs/dev/plex/listener/impl/LoginListener.html new file mode 100644 index 0000000..f195941 --- /dev/null +++ b/static/javadocs/dev/plex/listener/impl/LoginListener.html @@ -0,0 +1,197 @@ + + + + +LoginListener (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class LoginListener

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

    Field Details

    +
      +
    • +
      +

      banUrl

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

    Constructor Details

    +
      +
    • +
      +

      LoginListener

      +
      public LoginListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onPreLogin

      +
      public void onPreLogin(org.bukkit.event.player.AsyncPlayerPreLoginEvent event)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/listener/impl/PlayerListener.html b/static/javadocs/dev/plex/listener/impl/PlayerListener.html new file mode 100644 index 0000000..c6dc94f --- /dev/null +++ b/static/javadocs/dev/plex/listener/impl/PlayerListener.html @@ -0,0 +1,215 @@ + + + + +PlayerListener (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PlayerListener

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

    Field Details

    +
      +
    • +
      +

      mongoPlayerData

      +
      private final MongoPlayerData mongoPlayerData
      +
      +
    • +
    • +
      +

      sqlPlayerData

      +
      private final SQLPlayerData sqlPlayerData
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/listener/impl/ServerListener.html b/static/javadocs/dev/plex/listener/impl/ServerListener.html new file mode 100644 index 0000000..60b1c5d --- /dev/null +++ b/static/javadocs/dev/plex/listener/impl/ServerListener.html @@ -0,0 +1,174 @@ + + + + +ServerListener (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ServerListener

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

    Constructor Details

    +
      +
    • +
      +

      ServerListener

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

    Method Details

    +
      +
    • +
      +

      onServerPing

      +
      public void onServerPing(org.bukkit.event.server.ServerListPingEvent event)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/listener/impl/WorldListener.html b/static/javadocs/dev/plex/listener/impl/WorldListener.html new file mode 100644 index 0000000..7360dd1 --- /dev/null +++ b/static/javadocs/dev/plex/listener/impl/WorldListener.html @@ -0,0 +1,183 @@ + + + + +WorldListener (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class WorldListener

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

    Constructor Details

    +
      +
    • +
      +

      WorldListener

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

    Method Details

    +
      +
    • +
      +

      onBlockPlace

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

      onEntitySpawn

      +
      public void onEntitySpawn(org.bukkit.event.entity.EntitySpawnEvent e)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/listener/impl/package-summary.html b/static/javadocs/dev/plex/listener/impl/package-summary.html new file mode 100644 index 0000000..347b393 --- /dev/null +++ b/static/javadocs/dev/plex/listener/impl/package-summary.html @@ -0,0 +1,108 @@ + + + + +dev.plex.listener.impl (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.listener.impl

+
+
+
package dev.plex.listener.impl
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/listener/impl/package-tree.html b/static/javadocs/dev/plex/listener/impl/package-tree.html new file mode 100644 index 0000000..131cfb3 --- /dev/null +++ b/static/javadocs/dev/plex/listener/impl/package-tree.html @@ -0,0 +1,86 @@ + + + + +dev.plex.listener.impl Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.listener.impl

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/listener/package-summary.html b/static/javadocs/dev/plex/listener/package-summary.html new file mode 100644 index 0000000..252db70 --- /dev/null +++ b/static/javadocs/dev/plex/listener/package-summary.html @@ -0,0 +1,94 @@ + + + + +dev.plex.listener (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.listener

+
+
+
package dev.plex.listener
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/listener/package-tree.html b/static/javadocs/dev/plex/listener/package-tree.html new file mode 100644 index 0000000..3e06b63 --- /dev/null +++ b/static/javadocs/dev/plex/listener/package-tree.html @@ -0,0 +1,74 @@ + + + + +dev.plex.listener Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.listener

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/menu/PunishedPlayerMenu.html b/static/javadocs/dev/plex/menu/PunishedPlayerMenu.html new file mode 100644 index 0000000..e4dca11 --- /dev/null +++ b/static/javadocs/dev/plex/menu/PunishedPlayerMenu.html @@ -0,0 +1,242 @@ + + + + +PunishedPlayerMenu (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.menu
+

Class PunishedPlayerMenu

+
+
java.lang.Object +
dev.plex.util.menu.AbstractMenu +
dev.plex.menu.PunishedPlayerMenu
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.event.Listener
+
+
+
public class PunishedPlayerMenu +extends AbstractMenu
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      punishedPlayer

      +
      private final PunishedPlayer punishedPlayer
      +
      +
    • +
    • +
      +

      inventories

      +
      private final List<org.bukkit.inventory.Inventory> inventories
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PunishedPlayerMenu

      +
      public PunishedPlayerMenu(PunishedPlayer player)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getInventory

      +
      public List<org.bukkit.inventory.Inventory> getInventory()
      +
      +
    • +
    • +
      +

      openInv

      +
      public void openInv(org.bukkit.entity.Player player, + int index)
      +
      +
    • +
    • +
      +

      onClick

      +
      public void onClick(org.bukkit.event.inventory.InventoryClickEvent event)
      +
      +
    • +
    • +
      +

      getCurrentInventoryIndex

      +
      public int getCurrentInventoryIndex(org.bukkit.inventory.Inventory inventory)
      +
      +
    • +
    • +
      +

      isValidInventory

      +
      private boolean isValidInventory(org.bukkit.inventory.Inventory inventory)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/menu/PunishmentMenu.html b/static/javadocs/dev/plex/menu/PunishmentMenu.html new file mode 100644 index 0000000..ad7fa8f --- /dev/null +++ b/static/javadocs/dev/plex/menu/PunishmentMenu.html @@ -0,0 +1,233 @@ + + + + +PunishmentMenu (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.menu
+

Class PunishmentMenu

+
+
java.lang.Object +
dev.plex.util.menu.AbstractMenu +
dev.plex.menu.PunishmentMenu
+
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.event.Listener
+
+
+
public class PunishmentMenu +extends AbstractMenu
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      inventories

      +
      private List<org.bukkit.inventory.Inventory> inventories
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PunishmentMenu

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

    Method Details

    +
      +
    • +
      +

      getInventory

      +
      public List<org.bukkit.inventory.Inventory> getInventory()
      +
      +
    • +
    • +
      +

      openInv

      +
      public void openInv(org.bukkit.entity.Player player, + int index)
      +
      +
    • +
    • +
      +

      onClick

      +
      public void onClick(org.bukkit.event.inventory.InventoryClickEvent event)
      +
      +
    • +
    • +
      +

      getCurrentInventoryIndex

      +
      public int getCurrentInventoryIndex(org.bukkit.inventory.Inventory inventory)
      +
      +
    • +
    • +
      +

      isValidInventory

      +
      private boolean isValidInventory(org.bukkit.inventory.Inventory inventory)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/menu/package-summary.html b/static/javadocs/dev/plex/menu/package-summary.html new file mode 100644 index 0000000..169b058 --- /dev/null +++ b/static/javadocs/dev/plex/menu/package-summary.html @@ -0,0 +1,94 @@ + + + + +dev.plex.menu (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.menu

+
+
+
package dev.plex.menu
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/menu/package-tree.html b/static/javadocs/dev/plex/menu/package-tree.html new file mode 100644 index 0000000..0798de0 --- /dev/null +++ b/static/javadocs/dev/plex/menu/package-tree.html @@ -0,0 +1,75 @@ + + + + +dev.plex.menu Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.menu

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/package-summary.html b/static/javadocs/dev/plex/package-summary.html new file mode 100644 index 0000000..bcdb3a8 --- /dev/null +++ b/static/javadocs/dev/plex/package-summary.html @@ -0,0 +1,124 @@ + + + + +dev.plex (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex

+
+
+
package dev.plex
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/package-tree.html b/static/javadocs/dev/plex/package-tree.html new file mode 100644 index 0000000..9e05b8a --- /dev/null +++ b/static/javadocs/dev/plex/package-tree.html @@ -0,0 +1,79 @@ + + + + +dev.plex Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • dev.plex.PlexBase
    • +
    • org.bukkit.plugin.PluginBase (implements org.bukkit.plugin.Plugin) +
        +
      • org.bukkit.plugin.java.JavaPlugin + +
      • +
      +
    • +
    +
  • +
+
+
+
+
+ + diff --git a/static/javadocs/dev/plex/player/PlexPlayer.html b/static/javadocs/dev/plex/player/PlexPlayer.html new file mode 100644 index 0000000..3b56830 --- /dev/null +++ b/static/javadocs/dev/plex/player/PlexPlayer.html @@ -0,0 +1,298 @@ + + + + +PlexPlayer (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PlexPlayer

+
+
java.lang.Object +
dev.plex.player.PlexPlayer
+
+
+
+
@Entity(value="players", + useDiscriminator=false) +public class PlexPlayer +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      id

      +
      @Id +private String id
      +
      +
    • +
    • +
      +

      uuid

      +
      @Indexed(options=@IndexOptions(unique=true)) +private String uuid
      +
      +
    • +
    • +
      +

      name

      +
      @Indexed +private String name
      +
      +
    • +
    • +
      +

      player

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

      loginMSG

      +
      private String loginMSG
      +
      +
    • +
    • +
      +

      prefix

      +
      private String prefix
      +
      +
    • +
    • +
      +

      vanished

      +
      private boolean vanished
      +
      +
    • +
    • +
      +

      commandSpy

      +
      private boolean commandSpy
      +
      +
    • +
    • +
      +

      coins

      +
      private long coins
      +
      +
    • +
    • +
      +

      rank

      +
      private String rank
      +
      +
    • +
    • +
      +

      ips

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

    Constructor Details

    +
      +
    • +
      +

      PlexPlayer

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

      PlexPlayer

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

    Method Details

    +
      +
    • +
      +

      displayName

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

      getRankFromString

      +
      public Rank getRankFromString()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/player/PunishedPlayer.html b/static/javadocs/dev/plex/player/PunishedPlayer.html new file mode 100644 index 0000000..3e44c4c --- /dev/null +++ b/static/javadocs/dev/plex/player/PunishedPlayer.html @@ -0,0 +1,245 @@ + + + + +PunishedPlayer (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PunishedPlayer

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

    Field Details

    +
      +
    • +
      +

      uuid

      +
      private String uuid
      +
      +
    • +
    • +
      +

      muted

      +
      private boolean muted
      +
      +
    • +
    • +
      +

      frozen

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

    Constructor Details

    +
      +
    • +
      +

      PunishedPlayer

      +
      public PunishedPlayer(UUID playerUUID)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      setFrozen

      +
      public void setFrozen(boolean frozen)
      +
      +
    • +
    • +
      +

      setMuted

      +
      public void setMuted(boolean muted)
      +
      +
    • +
    • +
      +

      getPunishmentsFile

      +
      public File getPunishmentsFile()
      +
      +
    • +
    • +
      +

      getPunishments

      +
      public List<Punishment> getPunishments()
      +
      +
    • +
    • +
      +

      isNotEmpty

      +
      private boolean isNotEmpty(File file)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/player/package-summary.html b/static/javadocs/dev/plex/player/package-summary.html new file mode 100644 index 0000000..f3ae5b2 --- /dev/null +++ b/static/javadocs/dev/plex/player/package-summary.html @@ -0,0 +1,94 @@ + + + + +dev.plex.player (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.player

+
+
+
package dev.plex.player
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/player/package-tree.html b/static/javadocs/dev/plex/player/package-tree.html new file mode 100644 index 0000000..8c191d5 --- /dev/null +++ b/static/javadocs/dev/plex/player/package-tree.html @@ -0,0 +1,75 @@ + + + + +dev.plex.player Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.player

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/punishment/Punishment.html b/static/javadocs/dev/plex/punishment/Punishment.html new file mode 100644 index 0000000..3e0ce22 --- /dev/null +++ b/static/javadocs/dev/plex/punishment/Punishment.html @@ -0,0 +1,260 @@ + + + + +Punishment (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Punishment

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

    Field Details

    +
      +
    • +
      +

      punished

      +
      private final UUID punished
      +
      +
    • +
    • +
      +

      punisher

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

      IPS

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

      punishedUsername

      +
      private String punishedUsername
      +
      +
    • +
    • +
      +

      type

      +
      private PunishmentType type
      +
      +
    • +
    • +
      +

      reason

      +
      private String reason
      +
      +
    • +
    • +
      +

      customTime

      +
      private boolean customTime
      +
      +
    • +
    • +
      +

      endDate

      +
      private LocalDateTime endDate
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Punishment

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

    Method Details

    +
      +
    • +
      +

      toJSON

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

      fromJson

      +
      public static Punishment fromJson(String json)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/punishment/PunishmentManager.html b/static/javadocs/dev/plex/punishment/PunishmentManager.html new file mode 100644 index 0000000..6cc0c2f --- /dev/null +++ b/static/javadocs/dev/plex/punishment/PunishmentManager.html @@ -0,0 +1,201 @@ + + + + +PunishmentManager (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PunishmentManager

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

    Constructor Details

    +
      +
    • +
      +

      PunishmentManager

      +
      public PunishmentManager()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/punishment/PunishmentType.html b/static/javadocs/dev/plex/punishment/PunishmentType.html new file mode 100644 index 0000000..d45ccf0 --- /dev/null +++ b/static/javadocs/dev/plex/punishment/PunishmentType.html @@ -0,0 +1,253 @@ + + + + +PunishmentType (Plex 1.0 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/javadocs/dev/plex/punishment/package-summary.html b/static/javadocs/dev/plex/punishment/package-summary.html new file mode 100644 index 0000000..4b84c1c --- /dev/null +++ b/static/javadocs/dev/plex/punishment/package-summary.html @@ -0,0 +1,102 @@ + + + + +dev.plex.punishment (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.punishment

+
+
+
package dev.plex.punishment
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/punishment/package-tree.html b/static/javadocs/dev/plex/punishment/package-tree.html new file mode 100644 index 0000000..bcaad74 --- /dev/null +++ b/static/javadocs/dev/plex/punishment/package-tree.html @@ -0,0 +1,89 @@ + + + + +dev.plex.punishment Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.punishment

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/rank/DefaultRankObj.html b/static/javadocs/dev/plex/rank/DefaultRankObj.html new file mode 100644 index 0000000..c784cd4 --- /dev/null +++ b/static/javadocs/dev/plex/rank/DefaultRankObj.html @@ -0,0 +1,182 @@ + + + + +DefaultRankObj (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.rank
+

Class DefaultRankObj

+
+
java.lang.Object +
dev.plex.rank.DefaultRankObj
+
+
+
+
public class DefaultRankObj +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      prefix

      +
      private final String prefix
      +
      +
    • +
    • +
      +

      loginMSG

      +
      private final String loginMSG
      +
      +
    • +
    • +
      +

      readableName

      +
      private final String readableName
      +
      +
    • +
    • +
      +

      permissions

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

    Constructor Details

    +
      +
    • +
      +

      DefaultRankObj

      +
      public DefaultRankObj(Rank rank)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/rank/RankManager.html b/static/javadocs/dev/plex/rank/RankManager.html new file mode 100644 index 0000000..e3ec627 --- /dev/null +++ b/static/javadocs/dev/plex/rank/RankManager.html @@ -0,0 +1,222 @@ + + + + +RankManager (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.rank
+

Class RankManager

+
+
java.lang.Object +
dev.plex.rank.RankManager
+
+
+
+
public class RankManager +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      defaultRanks

      +
      private final File defaultRanks
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      RankManager

      +
      public RankManager()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      generateDefaultRanks

      +
      public void generateDefaultRanks()
      +
      +
    • +
    • +
      +

      getRankFromString

      +
      public Rank getRankFromString(String rank)
      +
      +
    • +
    • +
      +

      importDefaultRanks

      +
      public void importDefaultRanks()
      +
      +
    • +
    • +
      +

      isAdmin

      +
      public boolean isAdmin(PlexPlayer plexPlayer)
      +
      +
    • +
    • +
      +

      isSeniorAdmin

      +
      public boolean isSeniorAdmin(PlexPlayer plexPlayer)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/rank/enums/Rank.html b/static/javadocs/dev/plex/rank/enums/Rank.html new file mode 100644 index 0000000..12ac9c9 --- /dev/null +++ b/static/javadocs/dev/plex/rank/enums/Rank.html @@ -0,0 +1,438 @@ + + + + +Rank (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class Rank

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

    Enum Constant Details

    +
      +
    • +
      +

      IMPOSTOR

      +
      public static final Rank IMPOSTOR
      +
      +
    • +
    • +
      +

      NONOP

      +
      public static final Rank NONOP
      +
      +
    • +
    • +
      +

      OP

      +
      public static final Rank OP
      +
      +
    • +
    • +
      +

      ADMIN

      +
      public static final Rank ADMIN
      +
      +
    • +
    • +
      +

      SENIOR_ADMIN

      +
      public static final Rank SENIOR_ADMIN
      +
      +
    • +
    • +
      +

      EXECUTIVE

      +
      public static final Rank EXECUTIVE
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      level

      +
      private final int level
      +
      +
    • +
    • +
      +

      loginMessage

      +
      private String loginMessage
      +
      +
    • +
    • +
      +

      readable

      +
      private String readable
      +
      +
    • +
    • +
      +

      prefix

      +
      private String prefix
      +
      +
    • +
    • +
      +

      permissions

      +
      private List<String> permissions
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Rank

      +
      private Rank(int level, + String loginMessage, + String readable, + String prefix)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static Rank[] 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 Rank 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
      +
      +
      +
    • +
    • +
      +

      getPrefix

      +
      public String getPrefix()
      +
      +
    • +
    • +
      +

      getLoginMSG

      +
      public String getLoginMSG()
      +
      +
    • +
    • +
      +

      getLevel

      +
      public int getLevel()
      +
      +
    • +
    • +
      +

      getReadableString

      +
      public String getReadableString()
      +
      +
    • +
    • +
      +

      setLoginMessage

      +
      public void setLoginMessage(String msg)
      +
      +
    • +
    • +
      +

      setPrefix

      +
      public void setPrefix(String prefix)
      +
      +
    • +
    • +
      +

      setHumanReadableString

      +
      public void setHumanReadableString(String readable)
      +
      +
    • +
    • +
      +

      isAtLeast

      +
      public boolean isAtLeast(Rank rank)
      +
      +
    • +
    • +
      +

      getPermissions

      +
      public List<String> getPermissions()
      +
      +
    • +
    • +
      +

      setPermissions

      +
      public void setPermissions(List<String> permissions)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/rank/enums/Title.html b/static/javadocs/dev/plex/rank/enums/Title.html new file mode 100644 index 0000000..42f33e0 --- /dev/null +++ b/static/javadocs/dev/plex/rank/enums/Title.html @@ -0,0 +1,315 @@ + + + + +Title (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class Title

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

    Enum Constant Details

    +
      +
    • +
      +

      MASTER_BUILDER

      +
      public static final Title MASTER_BUILDER
      +
      +
    • +
    • +
      +

      DEV

      +
      public static final Title DEV
      +
      +
    • +
    • +
      +

      OWNER

      +
      public static final Title OWNER
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      level

      +
      private int level
      +
      +
    • +
    • +
      +

      loginMSG

      +
      private String loginMSG
      +
      +
    • +
    • +
      +

      readable

      +
      private String readable
      +
      +
    • +
    • +
      +

      prefix

      +
      private String prefix
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Title

      +
      private Title(int level, + String loginMSG, + String readable, + String prefix)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static Title[] 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 Title 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/javadocs/dev/plex/rank/enums/package-summary.html b/static/javadocs/dev/plex/rank/enums/package-summary.html new file mode 100644 index 0000000..7384ad1 --- /dev/null +++ b/static/javadocs/dev/plex/rank/enums/package-summary.html @@ -0,0 +1,94 @@ + + + + +dev.plex.rank.enums (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.rank.enums

+
+
+
package dev.plex.rank.enums
+
+
    +
  • + +
  • +
  • +
    +
    Enum Classes
    +
    +
    Class
    +
    Description
    + +
     
    + +
     
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/static/javadocs/dev/plex/rank/enums/package-tree.html b/static/javadocs/dev/plex/rank/enums/package-tree.html new file mode 100644 index 0000000..327d558 --- /dev/null +++ b/static/javadocs/dev/plex/rank/enums/package-tree.html @@ -0,0 +1,75 @@ + + + + +dev.plex.rank.enums Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.rank.enums

+Package Hierarchies: + +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/rank/package-summary.html b/static/javadocs/dev/plex/rank/package-summary.html new file mode 100644 index 0000000..a5494d2 --- /dev/null +++ b/static/javadocs/dev/plex/rank/package-summary.html @@ -0,0 +1,96 @@ + + + + +dev.plex.rank (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.rank

+
+
+
package dev.plex.rank
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/rank/package-tree.html b/static/javadocs/dev/plex/rank/package-tree.html new file mode 100644 index 0000000..695f315 --- /dev/null +++ b/static/javadocs/dev/plex/rank/package-tree.html @@ -0,0 +1,71 @@ + + + + +dev.plex.rank Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.rank

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/services/AbstractService.html b/static/javadocs/dev/plex/services/AbstractService.html new file mode 100644 index 0000000..615fc1b --- /dev/null +++ b/static/javadocs/dev/plex/services/AbstractService.html @@ -0,0 +1,218 @@ + + + + +AbstractService (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AbstractService

+
+
java.lang.Object +
dev.plex.services.AbstractService
+
+
+
+
All Implemented Interfaces:
+
IService
+
+
+
Direct Known Subclasses:
+
BanService, GameRuleService
+
+
+
public abstract class AbstractService +extends Object +implements IService
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      asynchronous

      +
      private boolean asynchronous
      +
      +
    • +
    • +
      +

      repeating

      +
      private boolean repeating
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AbstractService

      +
      public AbstractService(boolean repeating, + boolean async)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isRepeating

      +
      public boolean isRepeating()
      +
      +
    • +
    • +
      +

      isAsynchronous

      +
      public boolean isAsynchronous()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/services/IService.html b/static/javadocs/dev/plex/services/IService.html new file mode 100644 index 0000000..38eef81 --- /dev/null +++ b/static/javadocs/dev/plex/services/IService.html @@ -0,0 +1,136 @@ + + + + +IService (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface IService

+
+
+
+
All Known Implementing Classes:
+
AbstractService, BanService, GameRuleService
+
+
+
public interface IService
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    int
    + +
     
    +
    void
    +
    run()
    +
     
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      run

      +
      void run()
      +
      +
    • +
    • +
      +

      repeatInSeconds

      +
      int repeatInSeconds()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/services/ServiceManager.html b/static/javadocs/dev/plex/services/ServiceManager.html new file mode 100644 index 0000000..f40cd69 --- /dev/null +++ b/static/javadocs/dev/plex/services/ServiceManager.html @@ -0,0 +1,204 @@ + + + + +ServiceManager (Plex 1.0 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()
      +
      +
    • +
    • +
      +

      registerService

      +
      private void registerService(AbstractService service)
      +
      +
    • +
    • +
      +

      serviceCount

      +
      public int serviceCount()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/services/impl/BanService.html b/static/javadocs/dev/plex/services/impl/BanService.html new file mode 100644 index 0000000..5744926 --- /dev/null +++ b/static/javadocs/dev/plex/services/impl/BanService.html @@ -0,0 +1,175 @@ + + + + +BanService (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BanService

+
+
java.lang.Object +
dev.plex.services.AbstractService +
dev.plex.services.impl.BanService
+
+
+
+
+
All Implemented Interfaces:
+
IService
+
+
+
public class BanService +extends AbstractService
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BanService

      +
      public BanService()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      run

      +
      public void run()
      +
      +
    • +
    • +
      +

      repeatInSeconds

      +
      public int repeatInSeconds()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/services/impl/GameRuleService.html b/static/javadocs/dev/plex/services/impl/GameRuleService.html new file mode 100644 index 0000000..523156f --- /dev/null +++ b/static/javadocs/dev/plex/services/impl/GameRuleService.html @@ -0,0 +1,184 @@ + + + + +GameRuleService (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class GameRuleService

+
+
java.lang.Object +
dev.plex.services.AbstractService +
dev.plex.services.impl.GameRuleService
+
+
+
+
+
All Implemented Interfaces:
+
IService
+
+
+
public class GameRuleService +extends AbstractService
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GameRuleService

      +
      public GameRuleService()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      run

      +
      public void run()
      +
      +
    • +
    • +
      +

      commitGameRules

      +
      private void commitGameRules(org.bukkit.World world)
      +
      +
    • +
    • +
      +

      repeatInSeconds

      +
      public int repeatInSeconds()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/services/impl/package-summary.html b/static/javadocs/dev/plex/services/impl/package-summary.html new file mode 100644 index 0000000..f40be21 --- /dev/null +++ b/static/javadocs/dev/plex/services/impl/package-summary.html @@ -0,0 +1,94 @@ + + + + +dev.plex.services.impl (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.services.impl

+
+
+
package dev.plex.services.impl
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/services/impl/package-tree.html b/static/javadocs/dev/plex/services/impl/package-tree.html new file mode 100644 index 0000000..6295e8e --- /dev/null +++ b/static/javadocs/dev/plex/services/impl/package-tree.html @@ -0,0 +1,75 @@ + + + + +dev.plex.services.impl Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.services.impl

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/services/package-summary.html b/static/javadocs/dev/plex/services/package-summary.html new file mode 100644 index 0000000..f5e33bb --- /dev/null +++ b/static/javadocs/dev/plex/services/package-summary.html @@ -0,0 +1,104 @@ + + + + +dev.plex.services (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.services

+
+
+
package dev.plex.services
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/services/package-tree.html b/static/javadocs/dev/plex/services/package-tree.html new file mode 100644 index 0000000..5bf5e10 --- /dev/null +++ b/static/javadocs/dev/plex/services/package-tree.html @@ -0,0 +1,77 @@ + + + + +dev.plex.services Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.services

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/storage/MongoConnection.html b/static/javadocs/dev/plex/storage/MongoConnection.html new file mode 100644 index 0000000..e182ced --- /dev/null +++ b/static/javadocs/dev/plex/storage/MongoConnection.html @@ -0,0 +1,186 @@ + + + + +MongoConnection (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MongoConnection

+
+
java.lang.Object +
dev.plex.storage.MongoConnection
+
+
+
+
public class MongoConnection +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      plugin

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

    Constructor Details

    +
      +
    • +
      +

      MongoConnection

      +
      public MongoConnection()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getDatastore

      +
      public dev.morphia.Datastore getDatastore()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/storage/RedisConnection.html b/static/javadocs/dev/plex/storage/RedisConnection.html new file mode 100644 index 0000000..7ee2abf --- /dev/null +++ b/static/javadocs/dev/plex/storage/RedisConnection.html @@ -0,0 +1,200 @@ + + + + +RedisConnection (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class RedisConnection

+
+
java.lang.Object +
dev.plex.PlexBase +
dev.plex.storage.RedisConnection
+
+
+
+
+
public class RedisConnection +extends PlexBase
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      jedis

      +
      private redis.clients.jedis.Jedis jedis
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      RedisConnection

      +
      public RedisConnection()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getJedis

      +
      public redis.clients.jedis.Jedis getJedis()
      +
      +
    • +
    • +
      +

      isEnabled

      +
      public final boolean isEnabled()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/storage/SQLConnection.html b/static/javadocs/dev/plex/storage/SQLConnection.html new file mode 100644 index 0000000..7293a33 --- /dev/null +++ b/static/javadocs/dev/plex/storage/SQLConnection.html @@ -0,0 +1,191 @@ + + + + +SQLConnection (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SQLConnection

+
+
java.lang.Object +
dev.plex.PlexBase +
dev.plex.storage.SQLConnection
+
+
+
+
+
public class SQLConnection +extends PlexBase
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      connection

      +
      private Connection connection
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SQLConnection

      +
      public SQLConnection()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/storage/StorageType.html b/static/javadocs/dev/plex/storage/StorageType.html new file mode 100644 index 0000000..0771268 --- /dev/null +++ b/static/javadocs/dev/plex/storage/StorageType.html @@ -0,0 +1,253 @@ + + + + +StorageType (Plex 1.0 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

    +
      +
    • +
      +

      MONGODB

      +
      public static final StorageType MONGODB
      +
      +
    • +
    • +
      +

      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/javadocs/dev/plex/storage/package-summary.html b/static/javadocs/dev/plex/storage/package-summary.html new file mode 100644 index 0000000..23de60f --- /dev/null +++ b/static/javadocs/dev/plex/storage/package-summary.html @@ -0,0 +1,104 @@ + + + + +dev.plex.storage (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.storage

+
+
+
package dev.plex.storage
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/storage/package-tree.html b/static/javadocs/dev/plex/storage/package-tree.html new file mode 100644 index 0000000..72dacbd --- /dev/null +++ b/static/javadocs/dev/plex/storage/package-tree.html @@ -0,0 +1,90 @@ + + + + +dev.plex.storage Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.storage

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/util/MojangUtils.html b/static/javadocs/dev/plex/util/MojangUtils.html new file mode 100644 index 0000000..77b95f3 --- /dev/null +++ b/static/javadocs/dev/plex/util/MojangUtils.html @@ -0,0 +1,166 @@ + + + + +MojangUtils (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.util
+

Class MojangUtils

+
+
java.lang.Object +
dev.plex.util.MojangUtils
+
+
+
+
public class MojangUtils +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MojangUtils

      +
      public MojangUtils()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/util/PlexLog.html b/static/javadocs/dev/plex/util/PlexLog.html new file mode 100644 index 0000000..125c1e2 --- /dev/null +++ b/static/javadocs/dev/plex/util/PlexLog.html @@ -0,0 +1,209 @@ + + + + +PlexLog (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.util
+

Class PlexLog

+
+
java.lang.Object +
dev.plex.PlexBase +
dev.plex.util.PlexLog
+
+
+
+
+
public class PlexLog +extends PlexBase
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      debugEnabled

      +
      private static final boolean debugEnabled
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlexLog

      +
      public PlexLog()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      log

      +
      public static void log(String message)
      +
      +
    • +
    • +
      +

      error

      +
      public static void error(String message)
      +
      +
    • +
    • +
      +

      debug

      +
      public static void debug(String message)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/util/PlexUtils.html b/static/javadocs/dev/plex/util/PlexUtils.html new file mode 100644 index 0000000..f9a39b9 --- /dev/null +++ b/static/javadocs/dev/plex/util/PlexUtils.html @@ -0,0 +1,410 @@ + + + + +PlexUtils (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Package dev.plex.util
+

Class PlexUtils

+
+
java.lang.Object +
dev.plex.PlexBase +
dev.plex.util.PlexUtils
+
+
+
+
+
public class PlexUtils +extends PlexBase
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CHAT_COLOR_NAMES

      +
      public static Map<String,org.bukkit.ChatColor> CHAT_COLOR_NAMES
      +
      +
    • +
    • +
      +

      CHAT_COLOR_POOL

      +
      public static List<org.bukkit.ChatColor> CHAT_COLOR_POOL
      +
      +
    • +
    • +
      +

      DEVELOPERS

      +
      public static List<String> DEVELOPERS
      +
      +
    • +
    • +
      +

      RANDOM

      +
      private static final Random RANDOM
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlexUtils

      +
      public PlexUtils()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      randomChatColor

      +
      public static org.bukkit.ChatColor randomChatColor()
      +
      +
    • +
    • +
      +

      testConnections

      +
      public static void testConnections()
      +
      +
    • +
    • +
      +

      isPluginCMD

      +
      public static boolean isPluginCMD(String cmd, + String pluginName)
      +
      +
    • +
    • +
      +

      color

      +
      public static String color(String s)
      +
      +
    • +
    • +
      +

      colorize

      +
      public static String colorize(String string)
      +
      +
    • +
    • +
      +

      tl

      +
      public static String tl(String s, + Object... objects)
      +
      +
    • +
    • +
      +

      getChatColorFromConfig

      +
      public static org.bukkit.ChatColor getChatColorFromConfig(Config config, + org.bukkit.ChatColor def, + String path)
      +
      +
    • +
    • +
      +

      setBlocks

      +
      public static void setBlocks(org.bukkit.Location c1, + org.bukkit.Location c2, + org.bukkit.Material material)
      +
      +
    • +
    • +
      +

      getPlayerNameList

      +
      public static List<String> getPlayerNameList()
      +
      +
    • +
    • +
      +

      broadcast

      +
      public static void broadcast(String s)
      +
      +
    • +
    • +
      +

      broadcast

      +
      public static void broadcast(net.kyori.adventure.text.Component component)
      +
      +
    • +
    • +
      +

      simpleGET

      +
      public static Object simpleGET(String url) + throws IOException, +org.json.simple.parser.ParseException
      +
      +
      Throws:
      +
      IOException
      +
      org.json.simple.parser.ParseException
      +
      +
      +
    • +
    • +
      +

      getFromName

      +
      public static UUID getFromName(String name)
      +
      +
    • +
    • +
      +

      randomNum

      +
      public static int randomNum()
      +
      +
    • +
    • +
      +

      randomNum

      +
      public static int randomNum(int limit)
      +
      +
    • +
    • +
      +

      randomNum

      +
      public static int randomNum(int start, + int limit)
      +
      +
    • +
    • +
      +

      getDateNow

      +
      public static long getDateNow()
      +
      +
    • +
    • +
      +

      getDateFromLong

      +
      public static Date getDateFromLong(long epoch)
      +
      +
    • +
    • +
      +

      hoursToSeconds

      +
      public static long hoursToSeconds(long hours)
      +
      +
    • +
    • +
      +

      minutesToSeconds

      +
      public static long minutesToSeconds(long minutes)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/util/menu/AbstractMenu.html b/static/javadocs/dev/plex/util/menu/AbstractMenu.html new file mode 100644 index 0000000..d1e1464 --- /dev/null +++ b/static/javadocs/dev/plex/util/menu/AbstractMenu.html @@ -0,0 +1,195 @@ + + + + +AbstractMenu (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AbstractMenu

+
+
java.lang.Object +
dev.plex.util.menu.AbstractMenu
+
+
+
+
All Implemented Interfaces:
+
org.bukkit.event.Listener
+
+
+
Direct Known Subclasses:
+
PunishedPlayerMenu, PunishmentMenu
+
+
+
public abstract class AbstractMenu +extends Object +implements org.bukkit.event.Listener
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      name

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

    Constructor Details

    +
      +
    • +
      +

      AbstractMenu

      +
      public AbstractMenu(String name)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getName

      +
      public String getName()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/util/menu/IMenu.html b/static/javadocs/dev/plex/util/menu/IMenu.html new file mode 100644 index 0000000..bff05e9 --- /dev/null +++ b/static/javadocs/dev/plex/util/menu/IMenu.html @@ -0,0 +1,141 @@ + + + + +IMenu (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface IMenu

+
+
+
+
public interface IMenu
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    org.bukkit.inventory.Inventory
    + +
     
    +
    void
    +
    onClick(org.bukkit.event.inventory.InventoryClickEvent event)
    +
     
    +
    void
    +
    openInv(org.bukkit.entity.Player player)
    +
     
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getInventory

      +
      org.bukkit.inventory.Inventory getInventory()
      +
      +
    • +
    • +
      +

      openInv

      +
      void openInv(org.bukkit.entity.Player player)
      +
      +
    • +
    • +
      +

      onClick

      +
      void onClick(org.bukkit.event.inventory.InventoryClickEvent event)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/util/menu/package-summary.html b/static/javadocs/dev/plex/util/menu/package-summary.html new file mode 100644 index 0000000..34c8ae2 --- /dev/null +++ b/static/javadocs/dev/plex/util/menu/package-summary.html @@ -0,0 +1,100 @@ + + + + +dev.plex.util.menu (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.util.menu

+
+
+
package dev.plex.util.menu
+
+
    +
  • + +
  • +
  • +
    +
    +
    +
    +
    Class
    +
    Description
    + +
     
    + +
     
    +
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/static/javadocs/dev/plex/util/menu/package-tree.html b/static/javadocs/dev/plex/util/menu/package-tree.html new file mode 100644 index 0000000..34b8627 --- /dev/null +++ b/static/javadocs/dev/plex/util/menu/package-tree.html @@ -0,0 +1,76 @@ + + + + +dev.plex.util.menu Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.util.menu

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • dev.plex.util.menu.AbstractMenu (implements org.bukkit.event.Listener)
    • +
    +
  • +
+
+
+

Interface Hierarchy

+
    +
  • dev.plex.util.menu.IMenu
  • +
+
+
+
+
+ + diff --git a/static/javadocs/dev/plex/util/package-summary.html b/static/javadocs/dev/plex/util/package-summary.html new file mode 100644 index 0000000..52f049a --- /dev/null +++ b/static/javadocs/dev/plex/util/package-summary.html @@ -0,0 +1,98 @@ + + + + +dev.plex.util (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.util

+
+
+
package dev.plex.util
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/util/package-tree.html b/static/javadocs/dev/plex/util/package-tree.html new file mode 100644 index 0000000..462f2d5 --- /dev/null +++ b/static/javadocs/dev/plex/util/package-tree.html @@ -0,0 +1,76 @@ + + + + +dev.plex.util Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.util

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/world/BlockMapChunkGenerator.html b/static/javadocs/dev/plex/world/BlockMapChunkGenerator.html new file mode 100644 index 0000000..ae3aa39 --- /dev/null +++ b/static/javadocs/dev/plex/world/BlockMapChunkGenerator.html @@ -0,0 +1,229 @@ + + + + +BlockMapChunkGenerator (Plex 1.0 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

    +generateChunkData
    +
    +

    Methods inherited from class dev.plex.world.CustomChunkGenerator

    +getDefaultPopulators
    +
    +

    Methods inherited from class org.bukkit.generator.ChunkGenerator

    +canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateNoise, generateSurface, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, 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/javadocs/dev/plex/world/ConfigurationChunkGenerator.html b/static/javadocs/dev/plex/world/ConfigurationChunkGenerator.html new file mode 100644 index 0000000..061e337 --- /dev/null +++ b/static/javadocs/dev/plex/world/ConfigurationChunkGenerator.html @@ -0,0 +1,223 @@ + + + + +ConfigurationChunkGenerator (Plex 1.0 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

    +generateChunkData
    +
    +

    Methods inherited from class dev.plex.world.CustomChunkGenerator

    +getDefaultPopulators
    +
    +

    Methods inherited from class org.bukkit.generator.ChunkGenerator

    +canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateNoise, generateSurface, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, 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/javadocs/dev/plex/world/CustomChunkGenerator.html b/static/javadocs/dev/plex/world/CustomChunkGenerator.html new file mode 100644 index 0000000..a597a01 --- /dev/null +++ b/static/javadocs/dev/plex/world/CustomChunkGenerator.html @@ -0,0 +1,236 @@ + + + + +CustomChunkGenerator (Plex 1.0 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, createVanillaChunkData, generateBedrock, generateCaves, generateChunkData, generateNoise, generateSurface, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateSurface
    +
    +

    Methods inherited from class java.lang.Object

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

    Field Details

    +
      +
    • +
      +

      height

      +
      protected int height
      +
      +
    • +
    • +
      +

      populators

      +
      private final List<org.bukkit.generator.BlockPopulator> populators
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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/javadocs/dev/plex/world/CustomWorld.html b/static/javadocs/dev/plex/world/CustomWorld.html new file mode 100644 index 0000000..f4c4b0d --- /dev/null +++ b/static/javadocs/dev/plex/world/CustomWorld.html @@ -0,0 +1,224 @@ + + + + +CustomWorld (Plex 1.0 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, 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

    +
      +
    • +
      +

      generator

      +
      public org.bukkit.generator.ChunkGenerator generator()
      +
      +
      Overrides:
      +
      generator in class org.bukkit.WorldCreator
      +
      +
      +
    • +
    • +
      +

      generate

      +
      public org.bukkit.World generate()
      +
      +
    • +
    • +
      +

      generateConfigFlatWorld

      +
      public static org.bukkit.World generateConfigFlatWorld(String name)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/static/javadocs/dev/plex/world/FlatChunkGenerator.html b/static/javadocs/dev/plex/world/FlatChunkGenerator.html new file mode 100644 index 0000000..ce5c77f --- /dev/null +++ b/static/javadocs/dev/plex/world/FlatChunkGenerator.html @@ -0,0 +1,222 @@ + + + + +FlatChunkGenerator (Plex 1.0 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)
    +
     
    +
    org.bukkit.generator.ChunkGenerator.ChunkData
    +
    generateChunkData(org.bukkit.World world, + Random random, + int x, + int z, + org.bukkit.generator.ChunkGenerator.BiomeGrid biome)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class dev.plex.world.CustomChunkGenerator

    +getDefaultPopulators
    +
    +

    Methods inherited from class org.bukkit.generator.ChunkGenerator

    +canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateNoise, generateSurface, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, 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

    +
      +
    • +
      +

      generateChunkData

      +
      public org.bukkit.generator.ChunkGenerator.ChunkData generateChunkData(org.bukkit.World world, + Random random, + int x, + int z, + org.bukkit.generator.ChunkGenerator.BiomeGrid biome)
      +
      +
      Overrides:
      +
      generateChunkData 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/javadocs/dev/plex/world/NoiseChunkGenerator.html b/static/javadocs/dev/plex/world/NoiseChunkGenerator.html new file mode 100644 index 0000000..eda9208 --- /dev/null +++ b/static/javadocs/dev/plex/world/NoiseChunkGenerator.html @@ -0,0 +1,243 @@ + + + + +NoiseChunkGenerator (Plex 1.0 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)
    +
     
    +
    org.bukkit.generator.ChunkGenerator.ChunkData
    +
    generateChunkData(org.bukkit.World world, + Random random, + int x, + int z, + org.bukkit.generator.ChunkGenerator.BiomeGrid biome)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class dev.plex.world.CustomChunkGenerator

    +getDefaultPopulators
    +
    +

    Methods inherited from class org.bukkit.generator.ChunkGenerator

    +canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateNoise, generateSurface, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, 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

    +
      +
    • +
      +

      generateChunkData

      +
      public org.bukkit.generator.ChunkGenerator.ChunkData generateChunkData(org.bukkit.World world, + Random random, + int x, + int z, + org.bukkit.generator.ChunkGenerator.BiomeGrid biome)
      +
      +
      Overrides:
      +
      generateChunkData 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/javadocs/dev/plex/world/NoiseOptions.html b/static/javadocs/dev/plex/world/NoiseOptions.html new file mode 100644 index 0000000..bd22dac --- /dev/null +++ b/static/javadocs/dev/plex/world/NoiseOptions.html @@ -0,0 +1,203 @@ + + + + +NoiseOptions (Plex 1.0 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/javadocs/dev/plex/world/OctaveChunkGenerator.html b/static/javadocs/dev/plex/world/OctaveChunkGenerator.html new file mode 100644 index 0000000..2d066a7 --- /dev/null +++ b/static/javadocs/dev/plex/world/OctaveChunkGenerator.html @@ -0,0 +1,243 @@ + + + + +OctaveChunkGenerator (Plex 1.0 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)
    +
     
    +
    org.bukkit.generator.ChunkGenerator.ChunkData
    +
    generateChunkData(org.bukkit.World world, + Random random, + int x, + int z, + org.bukkit.generator.ChunkGenerator.BiomeGrid biome)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class dev.plex.world.CustomChunkGenerator

    +getDefaultPopulators
    +
    +

    Methods inherited from class org.bukkit.generator.ChunkGenerator

    +canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateNoise, generateSurface, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, 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

    +
      +
    • +
      +

      generateChunkData

      +
      public org.bukkit.generator.ChunkGenerator.ChunkData generateChunkData(org.bukkit.World world, + Random random, + int x, + int z, + org.bukkit.generator.ChunkGenerator.BiomeGrid biome)
      +
      +
      Overrides:
      +
      generateChunkData 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/javadocs/dev/plex/world/OctaveOptions.html b/static/javadocs/dev/plex/world/OctaveOptions.html new file mode 100644 index 0000000..d50031d --- /dev/null +++ b/static/javadocs/dev/plex/world/OctaveOptions.html @@ -0,0 +1,167 @@ + + + + +OctaveOptions (Plex 1.0 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/javadocs/dev/plex/world/package-summary.html b/static/javadocs/dev/plex/world/package-summary.html new file mode 100644 index 0000000..9bcbbcf --- /dev/null +++ b/static/javadocs/dev/plex/world/package-summary.html @@ -0,0 +1,108 @@ + + + + +dev.plex.world (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package dev.plex.world

+
+
+
package dev.plex.world
+
+ +
+
+
+
+ + diff --git a/static/javadocs/dev/plex/world/package-tree.html b/static/javadocs/dev/plex/world/package-tree.html new file mode 100644 index 0000000..811678f --- /dev/null +++ b/static/javadocs/dev/plex/world/package-tree.html @@ -0,0 +1,98 @@ + + + + +dev.plex.world Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package dev.plex.world

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/element-list b/static/javadocs/element-list new file mode 100644 index 0000000..bd2b0a3 --- /dev/null +++ b/static/javadocs/element-list @@ -0,0 +1,25 @@ +dev.plex +dev.plex.admin +dev.plex.banning +dev.plex.cache +dev.plex.command +dev.plex.command.annotation +dev.plex.command.exception +dev.plex.command.impl +dev.plex.command.source +dev.plex.config +dev.plex.event +dev.plex.handlers +dev.plex.listener +dev.plex.listener.impl +dev.plex.menu +dev.plex.player +dev.plex.punishment +dev.plex.rank +dev.plex.rank.enums +dev.plex.services +dev.plex.services.impl +dev.plex.storage +dev.plex.util +dev.plex.util.menu +dev.plex.world diff --git a/static/javadocs/help-doc.html b/static/javadocs/help-doc.html new file mode 100644 index 0000000..695c884 --- /dev/null +++ b/static/javadocs/help-doc.html @@ -0,0 +1,185 @@ + + + + +API Help (Plex 1.0 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
  • +
  • Exceptions
  • +
  • Errors
  • +
  • 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.
  • +
+
+
+

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/javadocs/index-all.html b/static/javadocs/index-all.html new file mode 100644 index 0000000..9405601 --- /dev/null +++ b/static/javadocs/index-all.html @@ -0,0 +1,1517 @@ + + + + +Index (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form +

A

+
+
AbstractMenu - Class in dev.plex.util.menu
+
 
+
AbstractMenu(String) - Constructor for class dev.plex.util.menu.AbstractMenu
+
 
+
AbstractService - Class in dev.plex.services
+
 
+
AbstractService(boolean, boolean) - Constructor for class dev.plex.services.AbstractService
+
 
+
active - Variable in class dev.plex.banning.Ban
+
+
Whether the ban is active or not
+
+
addToCache(Admin) - Method in class dev.plex.admin.AdminList
+
+
Adds the admin to cache
+
+
Admin - Class in dev.plex.admin
+
+
Admin object to handle cached admins
+
+
Admin(UUID) - Constructor for class dev.plex.admin.Admin
+
+
Creates an admin with the startig ADMIN rank
+
+
ADMIN - Enum constant in enum class dev.plex.rank.enums.Rank
+
 
+
AdminAddEvent - Class in dev.plex.event
+
 
+
AdminAddEvent() - Constructor for class dev.plex.event.AdminAddEvent
+
 
+
AdminCMD - Class in dev.plex.command.impl
+
 
+
AdminCMD() - Constructor for class dev.plex.command.impl.AdminCMD
+
 
+
adminList - Variable in class dev.plex.Plex
+
 
+
AdminList - Class in dev.plex.admin
+
+
Cached storage for Admin objects
+
+
AdminList() - Constructor for class dev.plex.admin.AdminList
+
 
+
AdminListener - Class in dev.plex.listener.impl
+
 
+
AdminListener() - Constructor for class dev.plex.listener.impl.AdminListener
+
 
+
AdminRemoveEvent - Class in dev.plex.event
+
 
+
AdminRemoveEvent() - Constructor for class dev.plex.event.AdminRemoveEvent
+
 
+
admins - Variable in class dev.plex.admin.AdminList
+
+
Key/Value storage, where the key is the unique ID of the admin
+
+
AdminSetRankEvent - Class in dev.plex.event
+
 
+
AdminSetRankEvent() - Constructor for class dev.plex.event.AdminSetRankEvent
+
 
+
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
+
 
+
ANY - Enum constant in enum class dev.plex.command.source.RequiredCommandSource
+
 
+
asynchronous - Variable in class dev.plex.services.AbstractService
+
 
+
+

B

+
+
Ban - Class in dev.plex.banning
+
+
The ban object
+
+
Ban() - Constructor for class dev.plex.banning.Ban
+
+
A constructor for Morphia, can't be used
+
+
Ban(String, UUID, UUID, String, String, LocalDateTime) - Constructor for class dev.plex.banning.Ban
+
+
Creates a ban object
+
+
Ban(UUID, UUID, String, String, LocalDateTime) - Constructor for class dev.plex.banning.Ban
+
+
Creates a ban object
+
+
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
+
 
+
banManager - Variable in class dev.plex.Plex
+
 
+
BanManager - Class in dev.plex.banning
+
 
+
BanManager() - Constructor for class dev.plex.banning.BanManager
+
 
+
banner - Variable in class dev.plex.banning.Ban
+
+
The unique ID of the person who banned the player (can be null)
+
+
BanService - Class in dev.plex.services.impl
+
 
+
BanService() - Constructor for class dev.plex.services.impl.BanService
+
 
+
banUrl - Variable in class dev.plex.listener.impl.LoginListener
+
 
+
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
+
 
+
broadcast(String) - Static method in class dev.plex.util.PlexUtils
+
 
+
broadcast(Component) - Static method in class dev.plex.util.PlexUtils
+
 
+
+

C

+
+
cancelled - Variable in class dev.plex.event.PunishedPlayerEvent
+
 
+
CHAT_COLOR_NAMES - Static variable in class dev.plex.util.PlexUtils
+
 
+
CHAT_COLOR_POOL - Static variable in class dev.plex.util.PlexUtils
+
 
+
ChatListener - Class in dev.plex.listener.impl
+
 
+
ChatListener() - Constructor for class dev.plex.listener.impl.ChatListener
+
 
+
ChatListener.PlexChatRenderer - Class in dev.plex.listener.impl
+
 
+
checkRank(CommandSender, Rank, String) - Method in class dev.plex.command.PlexCommand
+
+
Checks whether a sender has enough permissions or is high enough a rank
+
+
checkRank(Player, Rank, 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
+
 
+
coins - Variable in class dev.plex.player.PlexPlayer
+
 
+
color(String) - Static method in class dev.plex.util.PlexUtils
+
 
+
colorize(String) - Static method in class dev.plex.util.PlexUtils
+
 
+
CommandArgumentException - Exception in dev.plex.command.exception
+
 
+
CommandArgumentException() - Constructor for exception dev.plex.command.exception.CommandArgumentException
+
 
+
CommandFailException - Exception in dev.plex.command.exception
+
 
+
CommandFailException(String) - Constructor for exception 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
+
+
commandSource - Variable in class dev.plex.command.PlexCommand
+
+
Required command source fetched from the permissions
+
+
commandSpy - Variable in class dev.plex.admin.Admin
+
+
Returns if the admin has command spy or not +
+ Contains a #isCommandSpy and #setCommandSpy by lombok
+
+
commandSpy - Variable in class dev.plex.player.PlexPlayer
+
 
+
CommandSpyCMD - Class in dev.plex.command.impl
+
 
+
CommandSpyCMD() - Constructor for class dev.plex.command.impl.CommandSpyCMD
+
 
+
commitGameRules(World) - Method in class dev.plex.services.impl.GameRuleService
+
 
+
componentFromString(String) - Method in class dev.plex.command.PlexCommand
+
+
Converts a string to a legacy kyori component
+
+
config - Variable in class dev.plex.Plex
+
 
+
Config - Class in dev.plex.config
+
 
+
Config(Plex, String) - Constructor for class dev.plex.config.Config
+
 
+
ConfigurationChunkGenerator - Class in dev.plex.world
+
 
+
ConfigurationChunkGenerator(String, BlockPopulator...) - Constructor for class dev.plex.world.ConfigurationChunkGenerator
+
 
+
connection - Variable in class dev.plex.storage.SQLConnection
+
 
+
CONSOLE - Enum constant in enum class dev.plex.command.source.RequiredCommandSource
+
 
+
ConsoleMustDefinePlayerException - Exception in dev.plex.command.exception
+
 
+
ConsoleMustDefinePlayerException() - Constructor for exception dev.plex.command.exception.ConsoleMustDefinePlayerException
+
 
+
ConsoleOnlyException - Exception in dev.plex.command.exception
+
 
+
ConsoleOnlyException() - Constructor for exception dev.plex.command.exception.ConsoleOnlyException
+
 
+
createBlockMap(String) - Static method in class dev.plex.world.ConfigurationChunkGenerator
+
 
+
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
+
 
+
CreativeCMD - Class in dev.plex.command.impl
+
 
+
CreativeCMD() - Constructor for class dev.plex.command.impl.CreativeCMD
+
 
+
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

+
+
datastore - Variable in class dev.plex.cache.MongoPlayerData
+
+
The datastore object / database
+
+
DataUtils - Class in dev.plex.cache
+
+
Parent cache class
+
+
DataUtils() - Constructor for class dev.plex.cache.DataUtils
+
 
+
DATE_FORMAT - Static variable in class dev.plex.command.impl.NameHistoryCMD
+
 
+
debug(String) - Static method in class dev.plex.util.PlexLog
+
 
+
debugEnabled - Static variable in class dev.plex.util.PlexLog
+
 
+
DefaultRankObj - Class in dev.plex.rank
+
 
+
DefaultRankObj(Rank) - Constructor for class dev.plex.rank.DefaultRankObj
+
 
+
defaultRanks - Variable in class dev.plex.rank.RankManager
+
 
+
DeopAllCMD - Class in dev.plex.command.impl
+
 
+
DeopAllCMD() - Constructor for class dev.plex.command.impl.DeopAllCMD
+
 
+
DeopCMD - Class in dev.plex.command.impl
+
 
+
DeopCMD() - Constructor for class dev.plex.command.impl.DeopCMD
+
 
+
description() - Element in annotation interface dev.plex.command.annotation.CommandParameters
+
+
The description
+
+
DEV - Enum constant in enum class dev.plex.rank.enums.Title
+
 
+
dev.plex - package dev.plex
+
 
+
dev.plex.admin - package dev.plex.admin
+
 
+
dev.plex.banning - package dev.plex.banning
+
 
+
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.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.listener - package dev.plex.listener
+
 
+
dev.plex.listener.impl - package dev.plex.listener.impl
+
 
+
dev.plex.menu - package dev.plex.menu
+
 
+
dev.plex.player - package dev.plex.player
+
 
+
dev.plex.punishment - package dev.plex.punishment
+
 
+
dev.plex.rank - package dev.plex.rank
+
 
+
dev.plex.rank.enums - package dev.plex.rank.enums
+
 
+
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.util - package dev.plex.util
+
 
+
dev.plex.util.menu - package dev.plex.util.menu
+
 
+
dev.plex.world - package dev.plex.world
+
 
+
DEVELOPERS - Static variable in class dev.plex.util.PlexUtils
+
 
+
displayName() - Method in class dev.plex.player.PlexPlayer
+
 
+
doPunishment(PunishedPlayer, Punishment) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
+

E

+
+
endDate - Variable in class dev.plex.banning.Ban
+
+
The end date for the ban
+
+
endDate - Variable in class dev.plex.punishment.Punishment
+
 
+
error(String) - Static method in class dev.plex.util.PlexLog
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.UnbanCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.CommandSpyCMD
+
 
+
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.AdminCMD
+
 
+
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.CreativeCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.DeopAllCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.DeopCMD
+
 
+
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.ListCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.LocalSpawnCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.MasterbuilderworldCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.NameHistoryCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.OpAllCMD
+
 
+
execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.OpCMD
+
 
+
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.RankCMD
+
 
+
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.WorldCMD
+
 
+
executeBan(Ban) - Method in class dev.plex.banning.BanManager
+
+
Adds the ban to the database
+
+
EXECUTIVE - Enum constant in enum class dev.plex.rank.enums.Rank
+
 
+
exists(UUID) - Method in class dev.plex.cache.MongoPlayerData
+
+
Checks whether the player exists in mongo's database
+
+
exists(UUID) - Method in class dev.plex.cache.SQLPlayerData
+
+
Checks if a player exists in the SQL database
+
+
+

F

+
+
file - Variable in class dev.plex.config.Config
+
 
+
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
+
 
+
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
+
 
+
fromJson(String) - Static method in class dev.plex.punishment.Punishment
+
 
+
frozen - Variable in class dev.plex.event.PunishedPlayerFreezeEvent
+
+
Status of the Punished Player being frozen before the event's occurrence.
+
+
frozen - Variable in class dev.plex.player.PunishedPlayer
+
 
+
+

G

+
+
GameRuleService - Class in dev.plex.services.impl
+
 
+
GameRuleService() - Constructor for class dev.plex.services.impl.GameRuleService
+
 
+
generate() - Method in class dev.plex.world.CustomWorld
+
 
+
generateChunkData(World, Random, int, int, ChunkGenerator.BiomeGrid) - Method in class dev.plex.world.FlatChunkGenerator
+
 
+
generateChunkData(World, Random, int, int, ChunkGenerator.BiomeGrid) - Method in class dev.plex.world.NoiseChunkGenerator
+
 
+
generateChunkData(World, Random, int, int, ChunkGenerator.BiomeGrid) - Method in class dev.plex.world.OctaveChunkGenerator
+
 
+
generateConfigFlatWorld(String) - Static method in class dev.plex.world.CustomWorld
+
 
+
generateDefaultRanks() - Method in class dev.plex.rank.RankManager
+
 
+
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.banning.BanManager
+
+
Gets a list of all the current bans active
+
+
getAllAdmins() - Method in class dev.plex.admin.AdminList
+
+
Gathers every admin's username (cached and databsed)
+
+
getByUUID(UUID) - Method in class dev.plex.cache.MongoPlayerData
+
+
Gets the player from cache or from mongo's database
+
+
getByUUID(UUID) - Method in class dev.plex.cache.SQLPlayerData
+
+
Gets the player from cache or from the SQL database
+
+
getChatColorFromConfig(Config, ChatColor, String) - Static method in class dev.plex.util.PlexUtils
+
 
+
getCon() - Method in class dev.plex.storage.SQLConnection
+
 
+
getCurrentInventoryIndex(Inventory) - Method in class dev.plex.menu.PunishedPlayerMenu
+
 
+
getCurrentInventoryIndex(Inventory) - Method in class dev.plex.menu.PunishmentMenu
+
 
+
getDatastore() - Method in class dev.plex.storage.MongoConnection
+
 
+
getDateFromLong(long) - Static method in class dev.plex.util.PlexUtils
+
 
+
getDateNow() - Static method in class dev.plex.util.PlexUtils
+
 
+
getDefaultPopulators(World) - Method in class dev.plex.world.CustomChunkGenerator
+
 
+
getFromName(String) - Static method in class dev.plex.util.PlexUtils
+
 
+
getHandlerList() - Static method in class dev.plex.event.AdminAddEvent
+
 
+
getHandlerList() - Static method in class dev.plex.event.AdminRemoveEvent
+
 
+
getHandlerList() - Static method in class dev.plex.event.AdminSetRankEvent
+
 
+
getHandlerList() - Static method in class dev.plex.event.PunishedPlayerFreezeEvent
+
 
+
getHandlerList() - Static method in class dev.plex.event.PunishedPlayerMuteEvent
+
 
+
getHandlers() - Method in class dev.plex.event.AdminAddEvent
+
 
+
getHandlers() - Method in class dev.plex.event.AdminRemoveEvent
+
 
+
getHandlers() - Method in class dev.plex.event.AdminSetRankEvent
+
 
+
getHandlers() - Method in class dev.plex.event.PunishedPlayerFreezeEvent
+
 
+
getHandlers() - Method in class dev.plex.event.PunishedPlayerMuteEvent
+
 
+
getInventory() - Method in class dev.plex.menu.PunishedPlayerMenu
+
 
+
getInventory() - Method in class dev.plex.menu.PunishmentMenu
+
 
+
getInventory() - Method in interface dev.plex.util.menu.IMenu
+
 
+
getJedis() - Method in class dev.plex.storage.RedisConnection
+
 
+
getLevel() - Method in class dev.plex.command.PlexCommand
+
 
+
getLevel() - Method in enum class dev.plex.rank.enums.Rank
+
 
+
getLoginMSG() - Method in enum class dev.plex.rank.enums.Rank
+
 
+
getMap() - Method in class dev.plex.command.PlexCommand
+
 
+
getName() - Method in class dev.plex.util.menu.AbstractMenu
+
 
+
getNameHistory(UUID) - Static method in class dev.plex.util.MojangUtils
+
 
+
getNonNullPlayer(String) - Method in class dev.plex.command.PlexCommand
+
 
+
getNonNullWorld(String) - Method in class dev.plex.command.PlexCommand
+
 
+
getOfflinePlexPlayer(UUID) - Method in class dev.plex.command.PlexCommand
+
 
+
getOnlinePlexPlayer(String) - Method in class dev.plex.command.PlexCommand
+
 
+
getPermissions() - Method in enum class dev.plex.rank.enums.Rank
+
 
+
getPlayer(String) - Static method in class dev.plex.cache.DataUtils
+
+
Gets a player from cache or from the database
+
+
getPlayer(UUID) - 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(Player) - Method in class dev.plex.command.PlexCommand
+
+
Gets a PlexPlayer from Player object
+
+
getPlexPlayer(UUID) - Static method in class dev.plex.cache.PlayerCache
+
 
+
getPlexPlayerMap() - Static method in class dev.plex.cache.PlayerCache
+
 
+
getPlugin() - Method in class dev.plex.command.PlexCommand
+
+
The plugin
+
+
getPrefix() - Method in enum class dev.plex.rank.enums.Rank
+
 
+
getPunishedPlayer(UUID) - Static method in class dev.plex.cache.PlayerCache
+
 
+
getPunishedPlayerMap() - Static method in class dev.plex.cache.PlayerCache
+
 
+
getPunishments() - Method in class dev.plex.player.PunishedPlayer
+
 
+
getPunishmentsFile() - Method in class dev.plex.player.PunishedPlayer
+
 
+
getRankFromString() - Method in class dev.plex.player.PlexPlayer
+
 
+
getRankFromString(String) - Method in class dev.plex.rank.RankManager
+
 
+
getReadableString() - Method in enum class dev.plex.rank.enums.Rank
+
 
+
getUUID(String) - Static method in class dev.plex.util.MojangUtils
+
 
+
getUUID(CommandSender) - Method in class dev.plex.command.PlexCommand
+
+
Gets the UUID of the sender
+
+
+

H

+
+
handlers - Static variable in class dev.plex.event.AdminAddEvent
+
 
+
handlers - Static variable in class dev.plex.event.AdminRemoveEvent
+
 
+
handlers - Static variable in class dev.plex.event.AdminSetRankEvent
+
 
+
handlers - Static variable in class dev.plex.event.PunishedPlayerFreezeEvent
+
 
+
handlers - Static variable in class dev.plex.event.PunishedPlayerMuteEvent
+
 
+
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
+
 
+
height - Variable in class dev.plex.world.CustomChunkGenerator
+
 
+
hoursToSeconds(long) - Static method in class dev.plex.util.PlexUtils
+
 
+
+

I

+
+
id - Variable in class dev.plex.banning.Ban
+
+
Gets the id of the ban (first 8 characters of a UUID + random 6 letters)
+
+
id - Variable in class dev.plex.player.PlexPlayer
+
 
+
IMenu - Interface in dev.plex.util.menu
+
 
+
importDefaultRanks() - Method in class dev.plex.rank.RankManager
+
 
+
IMPOSTOR - Enum constant in enum class dev.plex.rank.enums.Rank
+
 
+
IN_GAME - Enum constant in enum class dev.plex.command.source.RequiredCommandSource
+
 
+
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.cache.SQLPlayerData
+
+
Inserts the player's information in the database
+
+
INSERT - Variable in class dev.plex.banning.BanManager
+
 
+
INSERT - Variable in class dev.plex.cache.SQLPlayerData
+
 
+
insertPunishment(PunishedPlayer, Punishment) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
inventories - Variable in class dev.plex.menu.PunishedPlayerMenu
+
 
+
inventories - Variable in class dev.plex.menu.PunishmentMenu
+
 
+
ip - Variable in class dev.plex.banning.Ban
+
+
The IP of the banned player
+
+
ips - Variable in class dev.plex.player.PlexPlayer
+
 
+
IPS - Variable in class dev.plex.punishment.Punishment
+
 
+
isAdmin(PlexPlayer) - Method in class dev.plex.command.PlexCommand
+
+
Checks if a player is an admin
+
+
isAdmin(PlexPlayer) - Method in class dev.plex.rank.RankManager
+
 
+
isAdmin(String) - Method in class dev.plex.command.PlexCommand
+
+
Checks if a username is an admin
+
+
isAdmin(CommandSender) - Method in class dev.plex.command.PlexCommand
+
+
Checks if a sender is an admin
+
+
isAsynchronous() - Method in class dev.plex.services.AbstractService
+
 
+
isAtLeast(Rank) - Method in enum class dev.plex.rank.enums.Rank
+
 
+
isBanned(UUID) - Method in class dev.plex.banning.BanManager
+
+
Checks if the unique ID has an active ban in the database
+
+
isConsole(CommandSender) - Method in class dev.plex.command.PlexCommand
+
+
Checks whether a sender is console
+
+
isEnabled() - Method in class dev.plex.storage.RedisConnection
+
 
+
IService - Interface in dev.plex.services
+
 
+
isNotEmpty(File) - Method in class dev.plex.player.PunishedPlayer
+
 
+
isNotEmpty(File) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
isPluginCMD(String, String) - Static method in class dev.plex.util.PlexUtils
+
 
+
isRepeating() - Method in class dev.plex.services.AbstractService
+
 
+
isSeniorAdmin(PlexPlayer) - Method in class dev.plex.rank.RankManager
+
 
+
isSeniorAdmin(CommandSender) - Method in class dev.plex.command.PlexCommand
+
+
Checks if a sender is a senior admin
+
+
issuePunishment(PunishedPlayer, Punishment) - Method in class dev.plex.punishment.PunishmentManager
+
 
+
isValidInventory(Inventory) - Method in class dev.plex.menu.PunishedPlayerMenu
+
 
+
isValidInventory(Inventory) - Method in class dev.plex.menu.PunishmentMenu
+
 
+
+

J

+
+
jedis - Variable in class dev.plex.storage.RedisConnection
+
 
+
+

L

+
+
level - Variable in class dev.plex.command.PlexCommand
+
+
Minimum required rank fetched from the permissions
+
+
level - Variable in enum class dev.plex.rank.enums.Rank
+
 
+
level - Variable in enum class dev.plex.rank.enums.Title
+
 
+
level() - Element in annotation interface dev.plex.command.annotation.CommandPermissions
+
+
Minimum rank required
+
+
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
+
 
+
load() - Method in class dev.plex.config.Config
+
 
+
LocalSpawnCMD - Class in dev.plex.command.impl
+
 
+
LocalSpawnCMD() - Constructor for class dev.plex.command.impl.LocalSpawnCMD
+
 
+
log(String) - Static method in class dev.plex.util.PlexLog
+
 
+
LoginListener - Class in dev.plex.listener.impl
+
 
+
LoginListener() - Constructor for class dev.plex.listener.impl.LoginListener
+
 
+
loginMessage - Variable in enum class dev.plex.rank.enums.Rank
+
 
+
loginMSG - Variable in class dev.plex.player.PlexPlayer
+
 
+
loginMSG - Variable in class dev.plex.rank.DefaultRankObj
+
 
+
loginMSG - Variable in enum class dev.plex.rank.enums.Title
+
 
+
+

M

+
+
MARIADB - Enum constant in enum class dev.plex.storage.StorageType
+
 
+
MASTER_BUILDER - Enum constant in enum class dev.plex.rank.enums.Title
+
 
+
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 command string
+
+
messages - Variable in class dev.plex.Plex
+
 
+
minutesToSeconds(long) - Static method in class dev.plex.util.PlexUtils
+
 
+
MojangUtils - Class in dev.plex.util
+
 
+
MojangUtils() - Constructor for class dev.plex.util.MojangUtils
+
 
+
mongoConnection - Variable in class dev.plex.Plex
+
 
+
MongoConnection - Class in dev.plex.storage
+
 
+
MongoConnection() - Constructor for class dev.plex.storage.MongoConnection
+
 
+
MONGODB - Enum constant in enum class dev.plex.storage.StorageType
+
 
+
mongoPlayerData - Variable in class dev.plex.listener.impl.PlayerListener
+
 
+
mongoPlayerData - Variable in class dev.plex.Plex
+
 
+
MongoPlayerData - Class in dev.plex.cache
+
+
Mongo fetching utilities for players
+
+
MongoPlayerData() - Constructor for class dev.plex.cache.MongoPlayerData
+
+
Creates an instance of the player data
+
+
MUTE - Enum constant in enum class dev.plex.punishment.PunishmentType
+
 
+
muted - Variable in class dev.plex.event.PunishedPlayerMuteEvent
+
+
Status of the Punished Player being frozen before the event's occurrence.
+
+
muted - Variable in class dev.plex.player.PunishedPlayer
+
 
+
+

N

+
+
name - Variable in class dev.plex.config.Config
+
 
+
name - Variable in class dev.plex.player.PlexPlayer
+
 
+
name - Variable in class dev.plex.util.menu.AbstractMenu
+
 
+
name() - Element in annotation interface dev.plex.command.annotation.CommandParameters
+
+
The name
+
+
NameHistoryCMD - Class in dev.plex.command.impl
+
 
+
NameHistoryCMD() - Constructor for class dev.plex.command.impl.NameHistoryCMD
+
 
+
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
+
 
+
NONOP - Enum constant in enum class dev.plex.rank.enums.Rank
+
 
+
normalized - Variable in class dev.plex.world.NoiseOptions
+
 
+
+

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
+
 
+
onAdminAdd(AdminAddEvent) - Method in class dev.plex.listener.impl.AdminListener
+
 
+
onAdminRemove(AdminRemoveEvent) - Method in class dev.plex.listener.impl.AdminListener
+
 
+
onAdminSetRank(AdminSetRankEvent) - Method in class dev.plex.listener.impl.AdminListener
+
 
+
onBlockPlace(BlockPlaceEvent) - Method in class dev.plex.listener.impl.WorldListener
+
 
+
onChat(AsyncChatEvent) - Method in class dev.plex.listener.impl.ChatListener
+
 
+
onClick(InventoryClickEvent) - Method in class dev.plex.menu.PunishedPlayerMenu
+
 
+
onClick(InventoryClickEvent) - Method in class dev.plex.menu.PunishmentMenu
+
 
+
onClick(InventoryClickEvent) - Method in interface dev.plex.util.menu.IMenu
+
 
+
onDisable() - Method in class dev.plex.Plex
+
 
+
onEnable() - Method in class dev.plex.Plex
+
 
+
onEntitySpawn(EntitySpawnEvent) - Method in class dev.plex.listener.impl.WorldListener
+
 
+
onLoad() - Method in class dev.plex.Plex
+
 
+
onPlayerCommandPreprocess(PlayerCommandPreprocessEvent) - Method in class dev.plex.listener.impl.CommandListener
+
 
+
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
+
 
+
onPreLogin(AsyncPlayerPreLoginEvent) - Method in class dev.plex.listener.impl.LoginListener
+
 
+
onServerPing(ServerListPingEvent) - Method in class dev.plex.listener.impl.ServerListener
+
 
+
OP - Enum constant in enum class dev.plex.rank.enums.Rank
+
 
+
OpAllCMD - Class in dev.plex.command.impl
+
 
+
OpAllCMD() - Constructor for class dev.plex.command.impl.OpAllCMD
+
 
+
OpCMD - Class in dev.plex.command.impl
+
 
+
OpCMD() - Constructor for class dev.plex.command.impl.OpCMD
+
 
+
openInv(Player) - Method in interface dev.plex.util.menu.IMenu
+
 
+
openInv(Player, int) - Method in class dev.plex.menu.PunishedPlayerMenu
+
 
+
openInv(Player, int) - Method in class dev.plex.menu.PunishmentMenu
+
 
+
options - Variable in class dev.plex.world.NoiseChunkGenerator
+
 
+
options - Variable in class dev.plex.world.OctaveChunkGenerator
+
 
+
OWNER - Enum constant in enum class dev.plex.rank.enums.Title
+
 
+
+

P

+
+
params - Variable in class dev.plex.command.PlexCommand
+
+
The parameters for the command
+
+
permission() - Element in annotation interface dev.plex.command.annotation.CommandPermissions
+
+
The permission
+
+
permissions - Variable in class dev.plex.rank.DefaultRankObj
+
 
+
permissions - Variable in enum class dev.plex.rank.enums.Rank
+
 
+
perms - Variable in class dev.plex.command.PlexCommand
+
+
The permissions for the command
+
+
player - Variable in class dev.plex.player.PlexPlayer
+
 
+
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
+
 
+
PlayerNotBannedException - Exception in dev.plex.command.exception
+
 
+
PlayerNotBannedException() - Constructor for exception dev.plex.command.exception.PlayerNotBannedException
+
 
+
PlayerNotFoundException - Exception in dev.plex.command.exception
+
 
+
PlayerNotFoundException() - Constructor for exception dev.plex.command.exception.PlayerNotFoundException
+
 
+
Plex - Class in dev.plex
+
 
+
Plex() - Constructor for class dev.plex.Plex
+
 
+
PlexBase - Class in dev.plex
+
 
+
PlexBase() - Constructor for class dev.plex.PlexBase
+
 
+
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
+
+
Creates an instance of the command
+
+
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
+
 
+
plexPlayer - Variable in class dev.plex.event.AdminAddEvent
+
 
+
plexPlayer - Variable in class dev.plex.event.AdminRemoveEvent
+
 
+
plexPlayer - Variable in class dev.plex.event.AdminSetRankEvent
+
 
+
PlexPlayer - Class in dev.plex.player
+
 
+
PlexPlayer() - Constructor for class dev.plex.player.PlexPlayer
+
 
+
PlexPlayer(UUID) - 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
+
 
+
plugin - Static variable in class dev.plex.Plex
+
 
+
plugin - Static variable in class dev.plex.PlexBase
+
 
+
plugin - Variable in class dev.plex.storage.MongoConnection
+
 
+
plugin - Static variable in class dev.plex.world.ConfigurationChunkGenerator
+
 
+
plugin - Static variable in class dev.plex.world.CustomWorld
+
 
+
populators - Variable in class dev.plex.world.CustomChunkGenerator
+
 
+
prefix - Variable in class dev.plex.listener.impl.ChatListener.PlexChatRenderer
+
 
+
prefix - Variable in class dev.plex.player.PlexPlayer
+
 
+
prefix - Variable in class dev.plex.rank.DefaultRankObj
+
 
+
prefix - Variable in enum class dev.plex.rank.enums.Rank
+
 
+
prefix - Variable in enum class dev.plex.rank.enums.Title
+
 
+
punished - Variable in class dev.plex.punishment.Punishment
+
 
+
punishedPlayer - Variable in class dev.plex.event.PunishedPlayerEvent
+
 
+
punishedPlayer - Variable in class dev.plex.menu.PunishedPlayerMenu
+
 
+
PunishedPlayer - Class in dev.plex.player
+
 
+
PunishedPlayer(UUID) - Constructor for class dev.plex.player.PunishedPlayer
+
 
+
PunishedPlayerEvent - Class in dev.plex.event
+
 
+
PunishedPlayerEvent(PunishedPlayer) - Constructor for class dev.plex.event.PunishedPlayerEvent
+
 
+
PunishedPlayerFreezeEvent - Class in dev.plex.event
+
 
+
PunishedPlayerFreezeEvent(PunishedPlayer, boolean) - Constructor for class dev.plex.event.PunishedPlayerFreezeEvent
+
 
+
punishedPlayerMap - Static variable in class dev.plex.cache.PlayerCache
+
+
A key/value pair where the key is the unique ID of the Punished Player
+
+
PunishedPlayerMenu - Class in dev.plex.menu
+
 
+
PunishedPlayerMenu(PunishedPlayer) - Constructor for class dev.plex.menu.PunishedPlayerMenu
+
 
+
PunishedPlayerMuteEvent - Class in dev.plex.event
+
 
+
PunishedPlayerMuteEvent(PunishedPlayer, boolean) - Constructor for class dev.plex.event.PunishedPlayerMuteEvent
+
 
+
punishedUsername - Variable in class dev.plex.punishment.Punishment
+
 
+
punisher - Variable in class dev.plex.punishment.Punishment
+
 
+
Punishment - Class in dev.plex.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
+
 
+
PunishmentMenu - Class in dev.plex.menu
+
 
+
PunishmentMenu() - Constructor for class dev.plex.menu.PunishmentMenu
+
 
+
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
+
 
+
+

R

+
+
RANDOM - Static variable in class dev.plex.util.PlexUtils
+
 
+
randomChatColor() - Static method in class dev.plex.util.PlexUtils
+
 
+
randomNum() - Static method in class dev.plex.util.PlexUtils
+
 
+
randomNum(int) - Static method in class dev.plex.util.PlexUtils
+
 
+
randomNum(int, int) - Static method in class dev.plex.util.PlexUtils
+
 
+
rank - Variable in class dev.plex.admin.Admin
+
+
Gets the rank of the admin +
+ Contains a #setRank and #getRank by lombok
+
+
rank - Variable in class dev.plex.event.AdminSetRankEvent
+
 
+
rank - Variable in class dev.plex.player.PlexPlayer
+
 
+
Rank - Enum Class in dev.plex.rank.enums
+
 
+
Rank(int, String, String, String) - Constructor for enum class dev.plex.rank.enums.Rank
+
 
+
RankCMD - Class in dev.plex.command.impl
+
 
+
RankCMD() - Constructor for class dev.plex.command.impl.RankCMD
+
 
+
rankExists(String) - Method in class dev.plex.command.impl.AdminCMD
+
 
+
rankManager - Variable in class dev.plex.Plex
+
 
+
RankManager - Class in dev.plex.rank
+
 
+
RankManager() - Constructor for class dev.plex.rank.RankManager
+
 
+
readable - Variable in enum class dev.plex.rank.enums.Rank
+
 
+
readable - Variable in enum class dev.plex.rank.enums.Title
+
 
+
readableName - Variable in class dev.plex.rank.DefaultRankObj
+
 
+
reason - Variable in class dev.plex.banning.Ban
+
+
The reason for the ban
+
+
reason - Variable in class dev.plex.punishment.Punishment
+
 
+
redisConnection - Variable in class dev.plex.Plex
+
 
+
RedisConnection - Class in dev.plex.storage
+
 
+
RedisConnection() - Constructor for class dev.plex.storage.RedisConnection
+
 
+
registerService(AbstractService) - Method in class dev.plex.services.ServiceManager
+
 
+
reloadPlayers() - Method in class dev.plex.Plex
+
 
+
removeFromCache(UUID) - Method in class dev.plex.admin.AdminList
+
+
Removes an admin from the cache
+
+
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.BanService
+
 
+
repeatInSeconds() - Method in class dev.plex.services.impl.GameRuleService
+
 
+
repeatInSeconds() - Method in interface dev.plex.services.IService
+
 
+
RequiredCommandSource - Enum Class in dev.plex.command.source
+
 
+
RequiredCommandSource() - Constructor for enum class dev.plex.command.source.RequiredCommandSource
+
 
+
run() - Method in class dev.plex.services.impl.BanService
+
 
+
run() - Method in class dev.plex.services.impl.GameRuleService
+
 
+
run() - Method in interface dev.plex.services.IService
+
 
+
+

S

+
+
save() - Method in class dev.plex.config.Config
+
 
+
save(PlexPlayer) - Method in class dev.plex.cache.MongoPlayerData
+
+
Saves the player's information in the database
+
+
saveDefault() - Method in class dev.plex.config.Config
+
 
+
SELECT - Variable in class dev.plex.banning.BanManager
+
 
+
SELECT - Variable in class dev.plex.cache.SQLPlayerData
+
 
+
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.AdminAddEvent
+
 
+
sender - Variable in class dev.plex.event.AdminRemoveEvent
+
 
+
sender - Variable in class dev.plex.event.AdminSetRankEvent
+
 
+
SENIOR_ADMIN - Enum constant in enum class dev.plex.rank.enums.Rank
+
 
+
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
+
 
+
setBlocks(Location, Location, Material) - Static method in class dev.plex.util.PlexUtils
+
 
+
setFrozen(boolean) - Method in class dev.plex.player.PunishedPlayer
+
 
+
setHumanReadableString(String) - Method in enum class dev.plex.rank.enums.Rank
+
 
+
setLoginMessage(String) - Method in enum class dev.plex.rank.enums.Rank
+
 
+
setMuted(boolean) - Method in class dev.plex.player.PunishedPlayer
+
 
+
setPermissions(List<String>) - Method in enum class dev.plex.rank.enums.Rank
+
 
+
setPrefix(String) - Method in enum class dev.plex.rank.enums.Rank
+
 
+
simpleGET(String) - Static method in class dev.plex.util.PlexUtils
+
 
+
source() - Element in annotation interface dev.plex.command.annotation.CommandPermissions
+
+
Required command source
+
+
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
+
 
+
sqlPlayerData - Variable in class dev.plex.listener.impl.PlayerListener
+
 
+
sqlPlayerData - Variable in class dev.plex.Plex
+
 
+
SQLPlayerData - Class in dev.plex.cache
+
+
SQL fetching utilities for players
+
+
SQLPlayerData() - Constructor for class dev.plex.cache.SQLPlayerData
+
 
+
staffChat - Variable in class dev.plex.admin.Admin
+
+
Returns if the admin has staff chat toggled or not +
+ Contains a #isStaffChat and #setStaffChat by lombok
+
+
startServices() - Method in class dev.plex.services.ServiceManager
+
 
+
storageType - Variable in class dev.plex.Plex
+
 
+
StorageType - Enum Class in dev.plex.storage
+
 
+
StorageType() - Constructor for enum class dev.plex.storage.StorageType
+
 
+
SurvivalCMD - Class in dev.plex.command.impl
+
 
+
SurvivalCMD() - Constructor for class dev.plex.command.impl.SurvivalCMD
+
 
+
system - Variable in class dev.plex.Plex
+
 
+
+

T

+
+
tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.AdminCMD
+
 
+
tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.AdventureCMD
+
 
+
tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.BanCMD
+
 
+
tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.CreativeCMD
+
 
+
tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.DeopCMD
+
 
+
tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.FreezeCMD
+
 
+
tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.NameHistoryCMD
+
 
+
tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.OpCMD
+
 
+
tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.PlexCMD
+
 
+
tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.PunishmentsCMD
+
 
+
tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.SpectatorCMD
+
 
+
tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.SurvivalCMD
+
 
+
tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.UnbanCMD
+
 
+
tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.WorldCMD
+
 
+
testConnections() - Static method in class dev.plex.util.PlexUtils
+
 
+
Title - Enum Class in dev.plex.rank.enums
+
 
+
Title(int, String, String, String) - Constructor for enum class dev.plex.rank.enums.Title
+
 
+
tl(String, Object...) - Method in class dev.plex.command.PlexCommand
+
+
Converts a message entry from the "messages.yml" to a component
+
+
tl(String, Object...) - Static method in class dev.plex.util.PlexUtils
+
 
+
toJSON() - Method in class dev.plex.punishment.Punishment
+
 
+
type - Variable in class dev.plex.punishment.Punishment
+
 
+
+

U

+
+
unban(String) - Method in class dev.plex.banning.BanManager
+
+
Unbans a player if they have an active ban on record
+
+
unban(UUID) - Method in class dev.plex.banning.BanManager
+
+
Unbans a player if they have an active ban on record
+
+
UnbanCMD - Class in dev.plex.command.impl
+
 
+
UnbanCMD() - Constructor for class dev.plex.command.impl.UnbanCMD
+
 
+
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.cache.MongoPlayerData
+
+
Updates a player's information in the mongo database
+
+
update(PlexPlayer) - Method in class dev.plex.cache.SQLPlayerData
+
+
Updates a player's information in the SQL database
+
+
UPDATE - Variable in class dev.plex.cache.SQLPlayerData
+
 
+
usage() - Element in annotation interface dev.plex.command.annotation.CommandParameters
+
+
The usage (optional)
+
+
usage(String) - Method in class dev.plex.command.PlexCommand
+
+
Converts usage to a component
+
+
uuid - Variable in class dev.plex.admin.Admin
+
+
Gets the unique ID of an admin (immutable)
+
+
uuid - Variable in class dev.plex.banning.Ban
+
+
The unique ID of the player who was banned
+
+
uuid - Variable in class dev.plex.player.PlexPlayer
+
 
+
uuid - Variable in class dev.plex.player.PunishedPlayer
+
 
+
+

V

+
+
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.punishment.PunishmentType
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class dev.plex.rank.enums.Rank
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class dev.plex.rank.enums.Title
+
+
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.
+
+
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.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.rank.enums.Rank
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class dev.plex.rank.enums.Title
+
+
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.
+
+
vanished - Variable in class dev.plex.player.PlexPlayer
+
 
+
+

W

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

X

+
+
x - Variable in class dev.plex.world.NoiseOptions
+
 
+
+

Y

+
+
y - Variable in class dev.plex.world.NoiseOptions
+
 
+
+A B C D E F G H I J L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
+
+
+ + diff --git a/static/javadocs/index.html b/static/javadocs/index.html new file mode 100644 index 0000000..481d953 --- /dev/null +++ b/static/javadocs/index.html @@ -0,0 +1,113 @@ + + + + +Overview (Plex 1.0 API) + + + + + + + + + + + + + + + + + diff --git a/static/javadocs/jquery-ui.overrides.css b/static/javadocs/jquery-ui.overrides.css new file mode 100644 index 0000000..f89acb6 --- /dev/null +++ b/static/javadocs/jquery-ui.overrides.css @@ -0,0 +1,34 @@ +/* + * Copyright (c) 2020, 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. + */ + +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active, +a.ui-button:active, +.ui-button:active, +.ui-button.ui-state-active:hover { + /* Overrides the color of selection used in jQuery UI */ + background: #F8981D; +} diff --git a/static/javadocs/legal/ADDITIONAL_LICENSE_INFO b/static/javadocs/legal/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000..ff700cd --- /dev/null +++ b/static/javadocs/legal/ADDITIONAL_LICENSE_INFO @@ -0,0 +1,37 @@ + ADDITIONAL INFORMATION ABOUT LICENSING + +Certain files distributed by Oracle America, Inc. and/or its affiliates are +subject to the following clarification and special exception to the GPLv2, +based on the GNU Project exception for its Classpath libraries, known as the +GNU Classpath Exception. + +Note that Oracle includes multiple, independent programs in this software +package. Some of those programs are provided under licenses deemed +incompatible with the GPLv2 by the Free Software Foundation and others. +For example, the package includes programs licensed under the Apache +License, Version 2.0 and may include FreeType. Such programs are licensed +to you under their original licenses. + +Oracle facilitates your further distribution of this package by adding the +Classpath Exception to the necessary parts of its GPLv2 code, which permits +you to use that code in combination with other independent modules not +licensed under the GPLv2. However, note that this would not permit you to +commingle code under an incompatible license with Oracle's GPLv2 licensed +code by, for example, cutting and pasting such code into a file also +containing Oracle's GPLv2 licensed code and then distributing the result. + +Additionally, if you were to remove the Classpath Exception from any of the +files to which it applies and distribute the result, you would likely be +required to license some or all of the other code in that distribution under +the GPLv2 as well, and since the GPLv2 is incompatible with the license terms +of some items included in the distribution by Oracle, removing the Classpath +Exception could therefore effectively compromise your ability to further +distribute the package. + +Failing to distribute notices associated with some files may also create +unexpected legal consequences. + +Proceed with caution and we recommend that you obtain the advice of a lawyer +skilled in open source matters before removing the Classpath Exception or +making modifications to this package which may subsequently be redistributed +and/or involve the use of third party software. diff --git a/static/javadocs/legal/ASSEMBLY_EXCEPTION b/static/javadocs/legal/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000..065b8d9 --- /dev/null +++ b/static/javadocs/legal/ASSEMBLY_EXCEPTION @@ -0,0 +1,27 @@ + +OPENJDK ASSEMBLY EXCEPTION + +The OpenJDK source code made available by Oracle America, Inc. (Oracle) at +openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU +General Public License version 2 +only ("GPL2"), with the following clarification and special exception. + + Linking this OpenJDK Code statically or dynamically with other code + is making a combined work based on this library. Thus, the terms + and conditions of GPL2 cover the whole combination. + + As a special exception, Oracle gives you permission to link this + OpenJDK Code with certain code licensed by Oracle as indicated at + http://openjdk.java.net/legal/exception-modules-2007-05-08.html + ("Designated Exception Modules") to produce an executable, + regardless of the license terms of the Designated Exception Modules, + and to copy and distribute the resulting executable under GPL2, + provided that the Designated Exception Modules continue to be + governed by the licenses under which they were offered by Oracle. + +As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code +to build an executable that includes those portions of necessary code that +Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 +with the Classpath exception). If you modify or add to the OpenJDK code, +that new GPL2 code may still be combined with Designated Exception Modules +if the new code is made subject to this exception by its copyright holder. diff --git a/static/javadocs/legal/LICENSE b/static/javadocs/legal/LICENSE new file mode 100644 index 0000000..8b400c7 --- /dev/null +++ b/static/javadocs/legal/LICENSE @@ -0,0 +1,347 @@ +The GNU General Public License (GPL) + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to +most of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software is +covered by the GNU Library General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom to +distribute copies of free software (and charge for this service if you wish), +that you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs; and that you know you +can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny +you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of the +software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for +a fee, you must give the recipients all the rights that you have. You must +make sure that they, too, receive or can get the source code. And you must +show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) +offer you this license which gives you legal permission to copy, distribute +and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If the +software is modified by someone else and passed on, we want its recipients to +know that what they have is not the original, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that redistributors of a free program will +individually obtain patent licenses, in effect making the program proprietary. +To prevent this, we have made it clear that any patent must be licensed for +everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms of +this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or +translated into another language. (Hereinafter, translation is included +without limitation in the term "modification".) Each licensee is addressed as +"you". + +Activities other than copying, distribution and modification are not covered by +this License; they are outside its scope. The act of running the Program is +not restricted, and the output from the Program is covered only if its contents +constitute a work based on the Program (independent of having been made by +running the Program). Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source code as +you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this License +and to the absence of any warranty; and give any other recipients of the +Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may +at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, thus +forming a work based on the Program, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all of +these conditions: + + a) You must cause the modified files to carry prominent notices stating + that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in whole or + in part contains or is derived from the Program or any part thereof, to be + licensed as a whole at no charge to all third parties under the terms of + this License. + + c) If the modified program normally reads commands interactively when run, + you must cause it, when started running for such interactive use in the + most ordinary way, to print or display an announcement including an + appropriate copyright notice and a notice that there is no warranty (or + else, saying that you provide a warranty) and that users may redistribute + the program under these conditions, and telling the user how to view a copy + of this License. (Exception: if the Program itself is interactive but does + not normally print such an announcement, your work based on the Program is + not required to print an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, and +its terms, do not apply to those sections when you distribute them as separate +works. But when you distribute the same sections as part of a whole which is a +work based on the Program, the distribution of the whole must be on the terms +of this License, whose permissions for other licensees extend to the entire +whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise the +right to control the distribution of derivative or collective works based on +the Program. + +In addition, mere aggregation of another work not based on the Program with the +Program (or with a work based on the Program) on a volume of a storage or +distribution medium does not bring the other work under the scope of this +License. + +3. You may copy and distribute the Program (or a work based on it, under +Section 2) in object code or executable form under the terms of Sections 1 and +2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable source + code, which must be distributed under the terms of Sections 1 and 2 above + on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three years, to + give any third party, for a charge no more than your cost of physically + performing source distribution, a complete machine-readable copy of the + corresponding source code, to be distributed under the terms of Sections 1 + and 2 above on a medium customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer to + distribute corresponding source code. (This alternative is allowed only + for noncommercial distribution and only if you received the program in + object code or executable form with such an offer, in accord with + Subsection b above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all +the source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code +distributed need not include anything that is normally distributed (in either +source or binary form) with the major components (compiler, kernel, and so on) +of the operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the source +code from the same place counts as distribution of the source code, even though +third parties are not compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except as +expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, or +rights, from you under this License will not have their licenses terminated so +long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed it. +However, nothing else grants you permission to modify or distribute the Program +or its derivative works. These actions are prohibited by law if you do not +accept this License. Therefore, by modifying or distributing the Program (or +any work based on the Program), you indicate your acceptance of this License to +do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor to +copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of the +rights granted herein. You are not responsible for enforcing compliance by +third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), conditions +are imposed on you (whether by court order, agreement or otherwise) that +contradict the conditions of this License, they do not excuse you from the +conditions of this License. If you cannot distribute so as to satisfy +simultaneously your obligations under this License and any other pertinent +obligations, then as a consequence you may not distribute the Program at all. +For example, if a patent license would not permit royalty-free redistribution +of the Program by all those who receive copies directly or indirectly through +you, then the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and +the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or +other property right claims or to contest validity of any such claims; this +section has the sole purpose of protecting the integrity of the free software +distribution system, which is implemented by public license practices. Many +people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose that +choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original +copyright holder who places the Program under this License may add an explicit +geographical distribution limitation excluding those countries, so that +distribution is permitted only in or among countries not thus excluded. In +such case, this License incorporates the limitation as if written in the body +of this License. + +9. The Free Software Foundation may publish revised and/or new versions of the +General Public License from time to time. Such new versions will be similar in +spirit to the present version, but may differ in detail to address new problems +or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any later +version", you have the option of following the terms and conditions either of +that version or of any later version published by the Free Software Foundation. +If the Program does not specify a version number of this License, you may +choose any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status of +all derivatives of our free software and of promoting the sharing and reuse of +software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE +PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND +PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, +YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE +PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR +INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA +BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER +OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + One line to give the program's name and a brief idea of what it does. + + Copyright (C) + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your option) + any later version. + + This program 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 for + more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when it +starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes + with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free + software, and you are welcome to redistribute it under certain conditions; + type 'show c' for details. + +The hypothetical commands 'show w' and 'show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than 'show w' and 'show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here +is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + 'Gnomovision' (which makes passes at compilers) written by James Hacker. + + signature of Ty Coon, 1 April 1989 + + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General Public +License instead of this License. + + +"CLASSPATH" EXCEPTION TO THE GPL + +Certain source files distributed by Oracle America and/or its affiliates are +subject to the following clarification and special exception to the GPL, but +only where Oracle has expressly included in the particular source file's header +the words "Oracle designates this particular file as subject to the "Classpath" +exception as provided by Oracle in the LICENSE file that accompanied this code." + + Linking this library statically or dynamically with other modules is making + a combined work based on this library. Thus, the terms and conditions of + the GNU General Public License cover the whole combination. + + As a special exception, the copyright holders of this library give you + permission to link this library with independent modules to produce an + executable, regardless of the license terms of these independent modules, + and to copy and distribute the resulting executable under terms of your + choice, provided that you also meet, for each linked independent module, + the terms and conditions of the license of that module. An independent + module is a module which is not derived from or based on this library. If + you modify this library, you may extend this exception to your version of + the library, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. diff --git a/static/javadocs/legal/jquery.md b/static/javadocs/legal/jquery.md new file mode 100644 index 0000000..8054a34 --- /dev/null +++ b/static/javadocs/legal/jquery.md @@ -0,0 +1,72 @@ +## jQuery v3.5.1 + +### jQuery License +``` +jQuery v 3.5.1 +Copyright JS Foundation and other contributors, https://js.foundation/ + +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.5.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/javadocs/legal/jqueryUI.md b/static/javadocs/legal/jqueryUI.md new file mode 100644 index 0000000..8031bdb --- /dev/null +++ b/static/javadocs/legal/jqueryUI.md @@ -0,0 +1,49 @@ +## jQuery UI v1.12.1 + +### 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/javadocs/member-search-index.js b/static/javadocs/member-search-index.js new file mode 100644 index 0000000..d03b646 --- /dev/null +++ b/static/javadocs/member-search-index.js @@ -0,0 +1 @@ +memberSearchIndex = [{"p":"dev.plex.util.menu","c":"AbstractMenu","l":"AbstractMenu(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"dev.plex.services","c":"AbstractService","l":"AbstractService(boolean, boolean)","u":"%3Cinit%3E(boolean,boolean)"},{"p":"dev.plex.banning","c":"Ban","l":"active"},{"p":"dev.plex.admin","c":"AdminList","l":"addToCache(Admin)","u":"addToCache(dev.plex.admin.Admin)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"ADMIN"},{"p":"dev.plex.admin","c":"Admin","l":"Admin(UUID)","u":"%3Cinit%3E(java.util.UUID)"},{"p":"dev.plex.event","c":"AdminAddEvent","l":"AdminAddEvent()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"AdminCMD","l":"AdminCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"adminList"},{"p":"dev.plex.admin","c":"AdminList","l":"AdminList()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"AdminListener","l":"AdminListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.event","c":"AdminRemoveEvent","l":"AdminRemoveEvent()","u":"%3Cinit%3E()"},{"p":"dev.plex.admin","c":"AdminList","l":"admins"},{"p":"dev.plex.event","c":"AdminSetRankEvent","l":"AdminSetRankEvent()","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.command.source","c":"RequiredCommandSource","l":"ANY"},{"p":"dev.plex.services","c":"AbstractService","l":"asynchronous"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"BAN"},{"p":"dev.plex.banning","c":"Ban","l":"Ban()","u":"%3Cinit%3E()"},{"p":"dev.plex.banning","c":"Ban","l":"Ban(String, UUID, UUID, String, String, LocalDateTime)","u":"%3Cinit%3E(java.lang.String,java.util.UUID,java.util.UUID,java.lang.String,java.lang.String,java.time.LocalDateTime)"},{"p":"dev.plex.banning","c":"Ban","l":"Ban(UUID, UUID, String, String, LocalDateTime)","u":"%3Cinit%3E(java.util.UUID,java.util.UUID,java.lang.String,java.lang.String,java.time.LocalDateTime)"},{"p":"dev.plex.command.impl","c":"BanCMD","l":"BanCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"banManager"},{"p":"dev.plex.banning","c":"BanManager","l":"BanManager()","u":"%3Cinit%3E()"},{"p":"dev.plex.banning","c":"Ban","l":"banner"},{"p":"dev.plex.services.impl","c":"BanService","l":"BanService()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"LoginListener","l":"banUrl"},{"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":"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.event","c":"PunishedPlayerEvent","l":"cancelled"},{"p":"dev.plex.util","c":"PlexUtils","l":"CHAT_COLOR_NAMES"},{"p":"dev.plex.util","c":"PlexUtils","l":"CHAT_COLOR_POOL"},{"p":"dev.plex.listener.impl","c":"ChatListener","l":"ChatListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.command","c":"PlexCommand","l":"checkRank(CommandSender, Rank, String)","u":"checkRank(org.bukkit.command.CommandSender,dev.plex.rank.enums.Rank,java.lang.String)"},{"p":"dev.plex.command","c":"PlexCommand","l":"checkRank(Player, Rank, String)","u":"checkRank(org.bukkit.entity.Player,dev.plex.rank.enums.Rank,java.lang.String)"},{"p":"dev.plex.world","c":"CustomWorld","l":"chunks"},{"p":"dev.plex.player","c":"PlexPlayer","l":"coins"},{"p":"dev.plex.util","c":"PlexUtils","l":"color(String)","u":"color(java.lang.String)"},{"p":"dev.plex.util","c":"PlexUtils","l":"colorize(String)","u":"colorize(java.lang.String)"},{"p":"dev.plex.command.exception","c":"CommandArgumentException","l":"CommandArgumentException()","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.command","c":"PlexCommand","l":"commandSource"},{"p":"dev.plex.admin","c":"Admin","l":"commandSpy"},{"p":"dev.plex.player","c":"PlexPlayer","l":"commandSpy"},{"p":"dev.plex.command.impl","c":"CommandSpyCMD","l":"CommandSpyCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"GameRuleService","l":"commitGameRules(World)","u":"commitGameRules(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.storage","c":"SQLConnection","l":"connection"},{"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.world","c":"ConfigurationChunkGenerator","l":"createBlockMap(String)","u":"createBlockMap(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.command.impl","c":"CreativeCMD","l":"CreativeCMD()","u":"%3Cinit%3E()"},{"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.cache","c":"MongoPlayerData","l":"datastore"},{"p":"dev.plex.cache","c":"DataUtils","l":"DataUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"NameHistoryCMD","l":"DATE_FORMAT"},{"p":"dev.plex.util","c":"PlexLog","l":"debug(String)","u":"debug(java.lang.String)"},{"p":"dev.plex.util","c":"PlexLog","l":"debugEnabled"},{"p":"dev.plex.rank","c":"DefaultRankObj","l":"DefaultRankObj(Rank)","u":"%3Cinit%3E(dev.plex.rank.enums.Rank)"},{"p":"dev.plex.rank","c":"RankManager","l":"defaultRanks"},{"p":"dev.plex.command.impl","c":"DeopAllCMD","l":"DeopAllCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"DeopCMD","l":"DeopCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.annotation","c":"CommandParameters","l":"description()"},{"p":"dev.plex.rank.enums","c":"Title","l":"DEV"},{"p":"dev.plex.util","c":"PlexUtils","l":"DEVELOPERS"},{"p":"dev.plex.player","c":"PlexPlayer","l":"displayName()"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"doPunishment(PunishedPlayer, Punishment)","u":"doPunishment(dev.plex.player.PunishedPlayer,dev.plex.punishment.Punishment)"},{"p":"dev.plex.banning","c":"Ban","l":"endDate"},{"p":"dev.plex.punishment","c":"Punishment","l":"endDate"},{"p":"dev.plex.util","c":"PlexLog","l":"error(String)","u":"error(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":"CommandSpyCMD","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":"AdminCMD","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":"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":"DeopAllCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"DeopCMD","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":"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":"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":"NameHistoryCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"OpAllCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"OpCMD","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":"RankCMD","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":"WorldCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.banning","c":"BanManager","l":"executeBan(Ban)","u":"executeBan(dev.plex.banning.Ban)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"EXECUTIVE"},{"p":"dev.plex.cache","c":"MongoPlayerData","l":"exists(UUID)","u":"exists(java.util.UUID)"},{"p":"dev.plex.cache","c":"SQLPlayerData","l":"exists(UUID)","u":"exists(java.util.UUID)"},{"p":"dev.plex.config","c":"Config","l":"file"},{"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.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.punishment","c":"Punishment","l":"fromJson(String)","u":"fromJson(java.lang.String)"},{"p":"dev.plex.event","c":"PunishedPlayerFreezeEvent","l":"frozen"},{"p":"dev.plex.player","c":"PunishedPlayer","l":"frozen"},{"p":"dev.plex.services.impl","c":"GameRuleService","l":"GameRuleService()","u":"%3Cinit%3E()"},{"p":"dev.plex.world","c":"CustomWorld","l":"generate()"},{"p":"dev.plex.world","c":"FlatChunkGenerator","l":"generateChunkData(World, Random, int, int, ChunkGenerator.BiomeGrid)","u":"generateChunkData(org.bukkit.World,java.util.Random,int,int,org.bukkit.generator.ChunkGenerator.BiomeGrid)"},{"p":"dev.plex.world","c":"NoiseChunkGenerator","l":"generateChunkData(World, Random, int, int, ChunkGenerator.BiomeGrid)","u":"generateChunkData(org.bukkit.World,java.util.Random,int,int,org.bukkit.generator.ChunkGenerator.BiomeGrid)"},{"p":"dev.plex.world","c":"OctaveChunkGenerator","l":"generateChunkData(World, Random, int, int, ChunkGenerator.BiomeGrid)","u":"generateChunkData(org.bukkit.World,java.util.Random,int,int,org.bukkit.generator.ChunkGenerator.BiomeGrid)"},{"p":"dev.plex.world","c":"CustomWorld","l":"generateConfigFlatWorld(String)","u":"generateConfigFlatWorld(java.lang.String)"},{"p":"dev.plex.rank","c":"RankManager","l":"generateDefaultRanks()"},{"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.banning","c":"BanManager","l":"getActiveBans()"},{"p":"dev.plex.admin","c":"AdminList","l":"getAllAdmins()"},{"p":"dev.plex.cache","c":"MongoPlayerData","l":"getByUUID(UUID)","u":"getByUUID(java.util.UUID)"},{"p":"dev.plex.cache","c":"SQLPlayerData","l":"getByUUID(UUID)","u":"getByUUID(java.util.UUID)"},{"p":"dev.plex.util","c":"PlexUtils","l":"getChatColorFromConfig(Config, ChatColor, String)","u":"getChatColorFromConfig(dev.plex.config.Config,org.bukkit.ChatColor,java.lang.String)"},{"p":"dev.plex.storage","c":"SQLConnection","l":"getCon()"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"getCurrentInventoryIndex(Inventory)","u":"getCurrentInventoryIndex(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"getCurrentInventoryIndex(Inventory)","u":"getCurrentInventoryIndex(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.storage","c":"MongoConnection","l":"getDatastore()"},{"p":"dev.plex.util","c":"PlexUtils","l":"getDateFromLong(long)"},{"p":"dev.plex.util","c":"PlexUtils","l":"getDateNow()"},{"p":"dev.plex.world","c":"CustomChunkGenerator","l":"getDefaultPopulators(World)","u":"getDefaultPopulators(org.bukkit.World)"},{"p":"dev.plex.util","c":"PlexUtils","l":"getFromName(String)","u":"getFromName(java.lang.String)"},{"p":"dev.plex.event","c":"AdminAddEvent","l":"getHandlerList()"},{"p":"dev.plex.event","c":"AdminRemoveEvent","l":"getHandlerList()"},{"p":"dev.plex.event","c":"AdminSetRankEvent","l":"getHandlerList()"},{"p":"dev.plex.event","c":"PunishedPlayerFreezeEvent","l":"getHandlerList()"},{"p":"dev.plex.event","c":"PunishedPlayerMuteEvent","l":"getHandlerList()"},{"p":"dev.plex.event","c":"AdminAddEvent","l":"getHandlers()"},{"p":"dev.plex.event","c":"AdminRemoveEvent","l":"getHandlers()"},{"p":"dev.plex.event","c":"AdminSetRankEvent","l":"getHandlers()"},{"p":"dev.plex.event","c":"PunishedPlayerFreezeEvent","l":"getHandlers()"},{"p":"dev.plex.event","c":"PunishedPlayerMuteEvent","l":"getHandlers()"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"getInventory()"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"getInventory()"},{"p":"dev.plex.util.menu","c":"IMenu","l":"getInventory()"},{"p":"dev.plex.storage","c":"RedisConnection","l":"getJedis()"},{"p":"dev.plex.command","c":"PlexCommand","l":"getLevel()"},{"p":"dev.plex.rank.enums","c":"Rank","l":"getLevel()"},{"p":"dev.plex.rank.enums","c":"Rank","l":"getLoginMSG()"},{"p":"dev.plex.command","c":"PlexCommand","l":"getMap()"},{"p":"dev.plex.util.menu","c":"AbstractMenu","l":"getName()"},{"p":"dev.plex.util","c":"MojangUtils","l":"getNameHistory(UUID)","u":"getNameHistory(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.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.rank.enums","c":"Rank","l":"getPermissions()"},{"p":"dev.plex.cache","c":"DataUtils","l":"getPlayer(String)","u":"getPlayer(java.lang.String)"},{"p":"dev.plex.cache","c":"DataUtils","l":"getPlayer(UUID)","u":"getPlayer(java.util.UUID)"},{"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.rank.enums","c":"Rank","l":"getPrefix()"},{"p":"dev.plex.cache","c":"PlayerCache","l":"getPunishedPlayer(UUID)","u":"getPunishedPlayer(java.util.UUID)"},{"p":"dev.plex.cache","c":"PlayerCache","l":"getPunishedPlayerMap()"},{"p":"dev.plex.player","c":"PunishedPlayer","l":"getPunishments()"},{"p":"dev.plex.player","c":"PunishedPlayer","l":"getPunishmentsFile()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"getRankFromString()"},{"p":"dev.plex.rank","c":"RankManager","l":"getRankFromString(String)","u":"getRankFromString(java.lang.String)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"getReadableString()"},{"p":"dev.plex.command","c":"PlexCommand","l":"getUUID(CommandSender)","u":"getUUID(org.bukkit.command.CommandSender)"},{"p":"dev.plex.util","c":"MojangUtils","l":"getUUID(String)","u":"getUUID(java.lang.String)"},{"p":"dev.plex.event","c":"AdminAddEvent","l":"handlers"},{"p":"dev.plex.event","c":"AdminRemoveEvent","l":"handlers"},{"p":"dev.plex.event","c":"AdminSetRankEvent","l":"handlers"},{"p":"dev.plex.event","c":"PunishedPlayerFreezeEvent","l":"handlers"},{"p":"dev.plex.event","c":"PunishedPlayerMuteEvent","l":"handlers"},{"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.world","c":"CustomChunkGenerator","l":"height"},{"p":"dev.plex.util","c":"PlexUtils","l":"hoursToSeconds(long)"},{"p":"dev.plex.banning","c":"Ban","l":"id"},{"p":"dev.plex.player","c":"PlexPlayer","l":"id"},{"p":"dev.plex.rank","c":"RankManager","l":"importDefaultRanks()"},{"p":"dev.plex.rank.enums","c":"Rank","l":"IMPOSTOR"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"IN_GAME"},{"p":"dev.plex.banning","c":"BanManager","l":"INSERT"},{"p":"dev.plex.cache","c":"SQLPlayerData","l":"INSERT"},{"p":"dev.plex.cache","c":"DataUtils","l":"insert(PlexPlayer)","u":"insert(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.cache","c":"SQLPlayerData","l":"insert(PlexPlayer)","u":"insert(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"insertPunishment(PunishedPlayer, Punishment)","u":"insertPunishment(dev.plex.player.PunishedPlayer,dev.plex.punishment.Punishment)"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"inventories"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"inventories"},{"p":"dev.plex.banning","c":"Ban","l":"ip"},{"p":"dev.plex.player","c":"PlexPlayer","l":"ips"},{"p":"dev.plex.punishment","c":"Punishment","l":"IPS"},{"p":"dev.plex.command","c":"PlexCommand","l":"isAdmin(CommandSender)","u":"isAdmin(org.bukkit.command.CommandSender)"},{"p":"dev.plex.command","c":"PlexCommand","l":"isAdmin(PlexPlayer)","u":"isAdmin(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.rank","c":"RankManager","l":"isAdmin(PlexPlayer)","u":"isAdmin(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.command","c":"PlexCommand","l":"isAdmin(String)","u":"isAdmin(java.lang.String)"},{"p":"dev.plex.services","c":"AbstractService","l":"isAsynchronous()"},{"p":"dev.plex.rank.enums","c":"Rank","l":"isAtLeast(Rank)","u":"isAtLeast(dev.plex.rank.enums.Rank)"},{"p":"dev.plex.banning","c":"BanManager","l":"isBanned(UUID)","u":"isBanned(java.util.UUID)"},{"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.player","c":"PunishedPlayer","l":"isNotEmpty(File)","u":"isNotEmpty(java.io.File)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isNotEmpty(File)","u":"isNotEmpty(java.io.File)"},{"p":"dev.plex.util","c":"PlexUtils","l":"isPluginCMD(String, String)","u":"isPluginCMD(java.lang.String,java.lang.String)"},{"p":"dev.plex.services","c":"AbstractService","l":"isRepeating()"},{"p":"dev.plex.command","c":"PlexCommand","l":"isSeniorAdmin(CommandSender)","u":"isSeniorAdmin(org.bukkit.command.CommandSender)"},{"p":"dev.plex.rank","c":"RankManager","l":"isSeniorAdmin(PlexPlayer)","u":"isSeniorAdmin(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"issuePunishment(PunishedPlayer, Punishment)","u":"issuePunishment(dev.plex.player.PunishedPlayer,dev.plex.punishment.Punishment)"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"isValidInventory(Inventory)","u":"isValidInventory(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"isValidInventory(Inventory)","u":"isValidInventory(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.storage","c":"RedisConnection","l":"jedis"},{"p":"dev.plex.command","c":"PlexCommand","l":"level"},{"p":"dev.plex.rank.enums","c":"Rank","l":"level"},{"p":"dev.plex.rank.enums","c":"Title","l":"level"},{"p":"dev.plex.command.annotation","c":"CommandPermissions","l":"level()"},{"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.config","c":"Config","l":"load()"},{"p":"dev.plex.command.impl","c":"LocalSpawnCMD","l":"LocalSpawnCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"PlexLog","l":"log(String)","u":"log(java.lang.String)"},{"p":"dev.plex.listener.impl","c":"LoginListener","l":"LoginListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.rank.enums","c":"Rank","l":"loginMessage"},{"p":"dev.plex.player","c":"PlexPlayer","l":"loginMSG"},{"p":"dev.plex.rank","c":"DefaultRankObj","l":"loginMSG"},{"p":"dev.plex.rank.enums","c":"Title","l":"loginMSG"},{"p":"dev.plex.storage","c":"StorageType","l":"MARIADB"},{"p":"dev.plex.rank.enums","c":"Title","l":"MASTER_BUILDER"},{"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","c":"Plex","l":"messages"},{"p":"dev.plex.util","c":"PlexUtils","l":"minutesToSeconds(long)"},{"p":"dev.plex.util","c":"MojangUtils","l":"MojangUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"mongoConnection"},{"p":"dev.plex.storage","c":"MongoConnection","l":"MongoConnection()","u":"%3Cinit%3E()"},{"p":"dev.plex.storage","c":"StorageType","l":"MONGODB"},{"p":"dev.plex.listener.impl","c":"PlayerListener","l":"mongoPlayerData"},{"p":"dev.plex","c":"Plex","l":"mongoPlayerData"},{"p":"dev.plex.cache","c":"MongoPlayerData","l":"MongoPlayerData()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"MUTE"},{"p":"dev.plex.event","c":"PunishedPlayerMuteEvent","l":"muted"},{"p":"dev.plex.player","c":"PunishedPlayer","l":"muted"},{"p":"dev.plex.config","c":"Config","l":"name"},{"p":"dev.plex.player","c":"PlexPlayer","l":"name"},{"p":"dev.plex.util.menu","c":"AbstractMenu","l":"name"},{"p":"dev.plex.command.annotation","c":"CommandParameters","l":"name()"},{"p":"dev.plex.command.impl","c":"NameHistoryCMD","l":"NameHistoryCMD()","u":"%3Cinit%3E()"},{"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.rank.enums","c":"Rank","l":"NONOP"},{"p":"dev.plex.world","c":"NoiseOptions","l":"normalized"},{"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":"AdminListener","l":"onAdminAdd(AdminAddEvent)","u":"onAdminAdd(dev.plex.event.AdminAddEvent)"},{"p":"dev.plex.listener.impl","c":"AdminListener","l":"onAdminRemove(AdminRemoveEvent)","u":"onAdminRemove(dev.plex.event.AdminRemoveEvent)"},{"p":"dev.plex.listener.impl","c":"AdminListener","l":"onAdminSetRank(AdminSetRankEvent)","u":"onAdminSetRank(dev.plex.event.AdminSetRankEvent)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onBlockPlace(BlockPlaceEvent)","u":"onBlockPlace(org.bukkit.event.block.BlockPlaceEvent)"},{"p":"dev.plex.listener.impl","c":"ChatListener","l":"onChat(AsyncChatEvent)","u":"onChat(io.papermc.paper.event.player.AsyncChatEvent)"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"onClick(InventoryClickEvent)","u":"onClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"onClick(InventoryClickEvent)","u":"onClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"dev.plex.util.menu","c":"IMenu","l":"onClick(InventoryClickEvent)","u":"onClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"dev.plex","c":"Plex","l":"onDisable()"},{"p":"dev.plex","c":"Plex","l":"onEnable()"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onEntitySpawn(EntitySpawnEvent)","u":"onEntitySpawn(org.bukkit.event.entity.EntitySpawnEvent)"},{"p":"dev.plex","c":"Plex","l":"onLoad()"},{"p":"dev.plex.listener.impl","c":"CommandListener","l":"onPlayerCommandPreprocess(PlayerCommandPreprocessEvent)","u":"onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent)"},{"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":"LoginListener","l":"onPreLogin(AsyncPlayerPreLoginEvent)","u":"onPreLogin(org.bukkit.event.player.AsyncPlayerPreLoginEvent)"},{"p":"dev.plex.listener.impl","c":"ServerListener","l":"onServerPing(ServerListPingEvent)","u":"onServerPing(org.bukkit.event.server.ServerListPingEvent)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"OP"},{"p":"dev.plex.command.impl","c":"OpAllCMD","l":"OpAllCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"OpCMD","l":"OpCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.menu","c":"IMenu","l":"openInv(Player)","u":"openInv(org.bukkit.entity.Player)"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"openInv(Player, int)","u":"openInv(org.bukkit.entity.Player,int)"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"openInv(Player, int)","u":"openInv(org.bukkit.entity.Player,int)"},{"p":"dev.plex.world","c":"NoiseChunkGenerator","l":"options"},{"p":"dev.plex.world","c":"OctaveChunkGenerator","l":"options"},{"p":"dev.plex.rank.enums","c":"Title","l":"OWNER"},{"p":"dev.plex.command","c":"PlexCommand","l":"params"},{"p":"dev.plex.command.annotation","c":"CommandPermissions","l":"permission()"},{"p":"dev.plex.rank","c":"DefaultRankObj","l":"permissions"},{"p":"dev.plex.rank.enums","c":"Rank","l":"permissions"},{"p":"dev.plex.command","c":"PlexCommand","l":"perms"},{"p":"dev.plex.player","c":"PlexPlayer","l":"player"},{"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.command.exception","c":"PlayerNotBannedException","l":"PlayerNotBannedException()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.exception","c":"PlayerNotFoundException","l":"PlayerNotFoundException()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"Plex()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"PlexBase","l":"PlexBase()","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.listener","c":"PlexListener","l":"PlexListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"PlexLog","l":"PlexLog()","u":"%3Cinit%3E()"},{"p":"dev.plex.event","c":"AdminAddEvent","l":"plexPlayer"},{"p":"dev.plex.event","c":"AdminRemoveEvent","l":"plexPlayer"},{"p":"dev.plex.event","c":"AdminSetRankEvent","l":"plexPlayer"},{"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.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","c":"Plex","l":"plugin"},{"p":"dev.plex","c":"PlexBase","l":"plugin"},{"p":"dev.plex.storage","c":"MongoConnection","l":"plugin"},{"p":"dev.plex.world","c":"ConfigurationChunkGenerator","l":"plugin"},{"p":"dev.plex.world","c":"CustomWorld","l":"plugin"},{"p":"dev.plex.world","c":"CustomChunkGenerator","l":"populators"},{"p":"dev.plex.listener.impl","c":"ChatListener.PlexChatRenderer","l":"prefix"},{"p":"dev.plex.player","c":"PlexPlayer","l":"prefix"},{"p":"dev.plex.rank","c":"DefaultRankObj","l":"prefix"},{"p":"dev.plex.rank.enums","c":"Rank","l":"prefix"},{"p":"dev.plex.rank.enums","c":"Title","l":"prefix"},{"p":"dev.plex.punishment","c":"Punishment","l":"punished"},{"p":"dev.plex.event","c":"PunishedPlayerEvent","l":"punishedPlayer"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"punishedPlayer"},{"p":"dev.plex.player","c":"PunishedPlayer","l":"PunishedPlayer(UUID)","u":"%3Cinit%3E(java.util.UUID)"},{"p":"dev.plex.event","c":"PunishedPlayerEvent","l":"PunishedPlayerEvent(PunishedPlayer)","u":"%3Cinit%3E(dev.plex.player.PunishedPlayer)"},{"p":"dev.plex.event","c":"PunishedPlayerFreezeEvent","l":"PunishedPlayerFreezeEvent(PunishedPlayer, boolean)","u":"%3Cinit%3E(dev.plex.player.PunishedPlayer,boolean)"},{"p":"dev.plex.cache","c":"PlayerCache","l":"punishedPlayerMap"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"PunishedPlayerMenu(PunishedPlayer)","u":"%3Cinit%3E(dev.plex.player.PunishedPlayer)"},{"p":"dev.plex.event","c":"PunishedPlayerMuteEvent","l":"PunishedPlayerMuteEvent(PunishedPlayer, boolean)","u":"%3Cinit%3E(dev.plex.player.PunishedPlayer,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(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","c":"PunishmentMenu","l":"PunishmentMenu()","u":"%3Cinit%3E()"},{"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.util","c":"PlexUtils","l":"RANDOM"},{"p":"dev.plex.util","c":"PlexUtils","l":"randomChatColor()"},{"p":"dev.plex.util","c":"PlexUtils","l":"randomNum()"},{"p":"dev.plex.util","c":"PlexUtils","l":"randomNum(int)"},{"p":"dev.plex.util","c":"PlexUtils","l":"randomNum(int, int)","u":"randomNum(int,int)"},{"p":"dev.plex.admin","c":"Admin","l":"rank"},{"p":"dev.plex.event","c":"AdminSetRankEvent","l":"rank"},{"p":"dev.plex.player","c":"PlexPlayer","l":"rank"},{"p":"dev.plex.rank.enums","c":"Rank","l":"Rank(int, String, String, String)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,java.lang.String)"},{"p":"dev.plex.command.impl","c":"RankCMD","l":"RankCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"AdminCMD","l":"rankExists(String)","u":"rankExists(java.lang.String)"},{"p":"dev.plex","c":"Plex","l":"rankManager"},{"p":"dev.plex.rank","c":"RankManager","l":"RankManager()","u":"%3Cinit%3E()"},{"p":"dev.plex.rank.enums","c":"Rank","l":"readable"},{"p":"dev.plex.rank.enums","c":"Title","l":"readable"},{"p":"dev.plex.rank","c":"DefaultRankObj","l":"readableName"},{"p":"dev.plex.banning","c":"Ban","l":"reason"},{"p":"dev.plex.punishment","c":"Punishment","l":"reason"},{"p":"dev.plex","c":"Plex","l":"redisConnection"},{"p":"dev.plex.storage","c":"RedisConnection","l":"RedisConnection()","u":"%3Cinit%3E()"},{"p":"dev.plex.services","c":"ServiceManager","l":"registerService(AbstractService)","u":"registerService(dev.plex.services.AbstractService)"},{"p":"dev.plex","c":"Plex","l":"reloadPlayers()"},{"p":"dev.plex.admin","c":"AdminList","l":"removeFromCache(UUID)","u":"removeFromCache(java.util.UUID)"},{"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":"BanService","l":"repeatInSeconds()"},{"p":"dev.plex.services.impl","c":"GameRuleService","l":"repeatInSeconds()"},{"p":"dev.plex.services","c":"IService","l":"repeatInSeconds()"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"RequiredCommandSource()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"BanService","l":"run()"},{"p":"dev.plex.services.impl","c":"GameRuleService","l":"run()"},{"p":"dev.plex.services","c":"IService","l":"run()"},{"p":"dev.plex.config","c":"Config","l":"save()"},{"p":"dev.plex.cache","c":"MongoPlayerData","l":"save(PlexPlayer)","u":"save(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.config","c":"Config","l":"saveDefault()"},{"p":"dev.plex.banning","c":"BanManager","l":"SELECT"},{"p":"dev.plex.cache","c":"SQLPlayerData","l":"SELECT"},{"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":"AdminAddEvent","l":"sender"},{"p":"dev.plex.event","c":"AdminRemoveEvent","l":"sender"},{"p":"dev.plex.event","c":"AdminSetRankEvent","l":"sender"},{"p":"dev.plex.rank.enums","c":"Rank","l":"SENIOR_ADMIN"},{"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.util","c":"PlexUtils","l":"setBlocks(Location, Location, Material)","u":"setBlocks(org.bukkit.Location,org.bukkit.Location,org.bukkit.Material)"},{"p":"dev.plex.player","c":"PunishedPlayer","l":"setFrozen(boolean)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"setHumanReadableString(String)","u":"setHumanReadableString(java.lang.String)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"setLoginMessage(String)","u":"setLoginMessage(java.lang.String)"},{"p":"dev.plex.player","c":"PunishedPlayer","l":"setMuted(boolean)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"setPermissions(List)","u":"setPermissions(java.util.List)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"setPrefix(String)","u":"setPrefix(java.lang.String)"},{"p":"dev.plex.util","c":"PlexUtils","l":"simpleGET(String)","u":"simpleGET(java.lang.String)"},{"p":"dev.plex.command.annotation","c":"CommandPermissions","l":"source()"},{"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.listener.impl","c":"PlayerListener","l":"sqlPlayerData"},{"p":"dev.plex","c":"Plex","l":"sqlPlayerData"},{"p":"dev.plex.cache","c":"SQLPlayerData","l":"SQLPlayerData()","u":"%3Cinit%3E()"},{"p":"dev.plex.admin","c":"Admin","l":"staffChat"},{"p":"dev.plex.services","c":"ServiceManager","l":"startServices()"},{"p":"dev.plex","c":"Plex","l":"storageType"},{"p":"dev.plex.storage","c":"StorageType","l":"StorageType()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"SurvivalCMD","l":"SurvivalCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"system"},{"p":"dev.plex.command.impl","c":"AdminCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"AdventureCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"BanCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"CreativeCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"DeopCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"FreezeCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"NameHistoryCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"OpCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"PlexCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"PunishmentsCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SpectatorCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SurvivalCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnbanCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"WorldCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.util","c":"PlexUtils","l":"testConnections()"},{"p":"dev.plex.rank.enums","c":"Title","l":"Title(int, String, String, String)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,java.lang.String)"},{"p":"dev.plex.command","c":"PlexCommand","l":"tl(String, Object...)","u":"tl(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.util","c":"PlexUtils","l":"tl(String, Object...)","u":"tl(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.punishment","c":"Punishment","l":"toJSON()"},{"p":"dev.plex.punishment","c":"Punishment","l":"type"},{"p":"dev.plex.banning","c":"BanManager","l":"unban(String)","u":"unban(java.lang.String)"},{"p":"dev.plex.banning","c":"BanManager","l":"unban(UUID)","u":"unban(java.util.UUID)"},{"p":"dev.plex.command.impl","c":"UnbanCMD","l":"UnbanCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.cache","c":"SQLPlayerData","l":"UPDATE"},{"p":"dev.plex.cache","c":"DataUtils","l":"update(PlexPlayer)","u":"update(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.cache","c":"MongoPlayerData","l":"update(PlexPlayer)","u":"update(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.cache","c":"SQLPlayerData","l":"update(PlexPlayer)","u":"update(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.command.annotation","c":"CommandParameters","l":"usage()"},{"p":"dev.plex.command","c":"PlexCommand","l":"usage(String)","u":"usage(java.lang.String)"},{"p":"dev.plex.admin","c":"Admin","l":"uuid"},{"p":"dev.plex.banning","c":"Ban","l":"uuid"},{"p":"dev.plex.player","c":"PlexPlayer","l":"uuid"},{"p":"dev.plex.player","c":"PunishedPlayer","l":"uuid"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","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.rank.enums","c":"Rank","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"dev.plex.rank.enums","c":"Title","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.command.source","c":"RequiredCommandSource","l":"values()"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"values()"},{"p":"dev.plex.rank.enums","c":"Rank","l":"values()"},{"p":"dev.plex.rank.enums","c":"Title","l":"values()"},{"p":"dev.plex.storage","c":"StorageType","l":"values()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"vanished"},{"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.world","c":"NoiseOptions","l":"x"},{"p":"dev.plex.world","c":"NoiseOptions","l":"y"}];updateSearchResults(); \ No newline at end of file diff --git a/static/javadocs/module-search-index.js b/static/javadocs/module-search-index.js new file mode 100644 index 0000000..0d59754 --- /dev/null +++ b/static/javadocs/module-search-index.js @@ -0,0 +1 @@ +moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/static/javadocs/overview-summary.html b/static/javadocs/overview-summary.html new file mode 100644 index 0000000..6b3ef1f --- /dev/null +++ b/static/javadocs/overview-summary.html @@ -0,0 +1,25 @@ + + + + +Plex 1.0 API + + + + + + + + + + +
+ +

index.html

+
+ + diff --git a/static/javadocs/overview-tree.html b/static/javadocs/overview-tree.html new file mode 100644 index 0000000..0e890df --- /dev/null +++ b/static/javadocs/overview-tree.html @@ -0,0 +1,298 @@ + + + + +Class Hierarchy (Plex 1.0 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+

Annotation Interface Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/static/javadocs/package-search-index.js b/static/javadocs/package-search-index.js new file mode 100644 index 0000000..ea8d604 --- /dev/null +++ b/static/javadocs/package-search-index.js @@ -0,0 +1 @@ +packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"dev.plex"},{"l":"dev.plex.admin"},{"l":"dev.plex.banning"},{"l":"dev.plex.cache"},{"l":"dev.plex.command"},{"l":"dev.plex.command.annotation"},{"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.listener"},{"l":"dev.plex.listener.impl"},{"l":"dev.plex.menu"},{"l":"dev.plex.player"},{"l":"dev.plex.punishment"},{"l":"dev.plex.rank"},{"l":"dev.plex.rank.enums"},{"l":"dev.plex.services"},{"l":"dev.plex.services.impl"},{"l":"dev.plex.storage"},{"l":"dev.plex.util"},{"l":"dev.plex.util.menu"},{"l":"dev.plex.world"}];updateSearchResults(); \ No newline at end of file diff --git a/static/javadocs/resources/glass.png b/static/javadocs/resources/glass.png new file mode 100644 index 0000000..a7f591f Binary files /dev/null and b/static/javadocs/resources/glass.png differ diff --git a/static/javadocs/resources/x.png b/static/javadocs/resources/x.png new file mode 100644 index 0000000..30548a7 Binary files /dev/null and b/static/javadocs/resources/x.png differ diff --git a/static/javadocs/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png b/static/javadocs/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png new file mode 100644 index 0000000..34abd18 Binary files /dev/null and b/static/javadocs/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png differ diff --git a/static/javadocs/script-dir/images/ui-bg_glass_65_dadada_1x400.png b/static/javadocs/script-dir/images/ui-bg_glass_65_dadada_1x400.png new file mode 100644 index 0000000..f058a93 Binary files /dev/null and b/static/javadocs/script-dir/images/ui-bg_glass_65_dadada_1x400.png differ diff --git a/static/javadocs/script-dir/images/ui-bg_glass_75_dadada_1x400.png b/static/javadocs/script-dir/images/ui-bg_glass_75_dadada_1x400.png new file mode 100644 index 0000000..2ce04c1 Binary files /dev/null and b/static/javadocs/script-dir/images/ui-bg_glass_75_dadada_1x400.png differ diff --git a/static/javadocs/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png b/static/javadocs/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png new file mode 100644 index 0000000..a90afb8 Binary files /dev/null and b/static/javadocs/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png differ diff --git a/static/javadocs/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png b/static/javadocs/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png new file mode 100644 index 0000000..dbe091f Binary files /dev/null and b/static/javadocs/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png differ diff --git a/static/javadocs/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/static/javadocs/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png new file mode 100644 index 0000000..5dc3593 Binary files /dev/null and b/static/javadocs/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png differ diff --git a/static/javadocs/script-dir/images/ui-icons_222222_256x240.png b/static/javadocs/script-dir/images/ui-icons_222222_256x240.png new file mode 100644 index 0000000..e723e17 Binary files /dev/null and b/static/javadocs/script-dir/images/ui-icons_222222_256x240.png differ diff --git a/static/javadocs/script-dir/images/ui-icons_2e83ff_256x240.png b/static/javadocs/script-dir/images/ui-icons_2e83ff_256x240.png new file mode 100644 index 0000000..1f5f497 Binary files /dev/null and b/static/javadocs/script-dir/images/ui-icons_2e83ff_256x240.png differ diff --git a/static/javadocs/script-dir/images/ui-icons_454545_256x240.png b/static/javadocs/script-dir/images/ui-icons_454545_256x240.png new file mode 100644 index 0000000..618f5b0 Binary files /dev/null and b/static/javadocs/script-dir/images/ui-icons_454545_256x240.png differ diff --git a/static/javadocs/script-dir/images/ui-icons_888888_256x240.png b/static/javadocs/script-dir/images/ui-icons_888888_256x240.png new file mode 100644 index 0000000..ee5e33f Binary files /dev/null and b/static/javadocs/script-dir/images/ui-icons_888888_256x240.png differ diff --git a/static/javadocs/script-dir/images/ui-icons_cd0a0a_256x240.png b/static/javadocs/script-dir/images/ui-icons_cd0a0a_256x240.png new file mode 100644 index 0000000..7e8ebc1 Binary files /dev/null and b/static/javadocs/script-dir/images/ui-icons_cd0a0a_256x240.png differ diff --git a/static/javadocs/script-dir/jquery-3.5.1.min.js b/static/javadocs/script-dir/jquery-3.5.1.min.js new file mode 100644 index 0000000..b061403 --- /dev/null +++ b/static/javadocs/script-dir/jquery-3.5.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.5.1 | (c) JS 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,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},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.5.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))&&y(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+" "]&&(!v||!v.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)&&ye(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($,"$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 ve(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 ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(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=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.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&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.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)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=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},D=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&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(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))&&(!v||!v.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 D(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||j,"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,j=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),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(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 ye(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 qe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(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"}),y.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||(y.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):("number"==typeof f.top&&(f.top+="px"),"number"==typeof f.left&&(f.left+="px"),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 $(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(y.pixelPosition,function(e,t){if(t)return t=Be(e,n),Me.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 $(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 0a;a++)for(s in o[a])n=o[a][s],o[a].hasOwnProperty(s)&&void 0!==n&&(e[s]=t.isPlainObject(n)?t.isPlainObject(e[s])?t.widget.extend({},e[s],n):t.widget.extend({},n):n);return e},t.widget.bridge=function(e,s){var n=s.prototype.widgetFullName||e;t.fn[e]=function(o){var a="string"==typeof o,r=i.call(arguments,1),l=this;return a?this.length||"instance"!==o?this.each(function(){var i,s=t.data(this,n);return"instance"===o?(l=s,!1):s?t.isFunction(s[o])&&"_"!==o.charAt(0)?(i=s[o].apply(s,r),i!==s&&void 0!==i?(l=i&&i.jquery?l.pushStack(i.get()):i,!1):void 0):t.error("no such method '"+o+"' for "+e+" widget instance"):t.error("cannot call methods on "+e+" prior to initialization; "+"attempted to call method '"+o+"'")}):l=void 0:(r.length&&(o=t.widget.extend.apply(null,[o].concat(r))),this.each(function(){var e=t.data(this,n);e?(e.option(o||{}),e._init&&e._init()):t.data(this,n,new s(o,this))})),l}},t.Widget=function(){},t.Widget._childConstructors=[],t.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"
",options:{classes:{},disabled:!1,create:null},_createWidget:function(i,s){s=t(s||this.defaultElement||this)[0],this.element=t(s),this.uuid=e++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},s!==this&&(t.data(s,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===s&&this.destroy()}}),this.document=t(s.style?s.ownerDocument:s.document||s),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),i),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,function(t,i){e._removeClass(i,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,i){var s,n,o,a=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(a={},s=e.split("."),e=s.shift(),s.length){for(n=a[e]=t.widget.extend({},this.options[e]),o=0;s.length-1>o;o++)n[s[o]]=n[s[o]]||{},n=n[s[o]];if(e=s.pop(),1===arguments.length)return void 0===n[e]?null:n[e];n[e]=i}else{if(1===arguments.length)return void 0===this.options[e]?null:this.options[e];a[e]=i}return this._setOptions(a),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return"classes"===t&&this._setOptionClasses(e),this.options[t]=e,"disabled"===t&&this._setOptionDisabled(e),this},_setOptionClasses:function(e){var i,s,n;for(i in e)n=this.classesElementLookup[i],e[i]!==this.options.classes[i]&&n&&n.length&&(s=t(n.get()),this._removeClass(n,i),s.addClass(this._classes({element:s,keys:i,classes:e,add:!0})))},_setOptionDisabled:function(t){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!t),t&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(e){function i(i,o){var a,r;for(r=0;i.length>r;r++)a=n.classesElementLookup[i[r]]||t(),a=e.add?t(t.unique(a.get().concat(e.element.get()))):t(a.not(e.element).get()),n.classesElementLookup[i[r]]=a,s.push(i[r]),o&&e.classes[i[r]]&&s.push(e.classes[i[r]])}var s=[],n=this;return e=t.extend({element:this.element,classes:this.options.classes||{}},e),this._on(e.element,{remove:"_untrackClassesElement"}),e.keys&&i(e.keys.match(/\S+/g)||[],!0),e.extra&&i(e.extra.match(/\S+/g)||[]),s.join(" ")},_untrackClassesElement:function(e){var i=this;t.each(i.classesElementLookup,function(s,n){-1!==t.inArray(e.target,n)&&(i.classesElementLookup[s]=t(n.not(e.target).get()))})},_removeClass:function(t,e,i){return this._toggleClass(t,e,i,!1)},_addClass:function(t,e,i){return this._toggleClass(t,e,i,!0)},_toggleClass:function(t,e,i,s){s="boolean"==typeof s?s:i;var n="string"==typeof t||null===t,o={extra:n?e:i,keys:n?t:e,element:n?this.element:t,add:s};return o.element.toggleClass(this._classes(o),s),this},_on:function(e,i,s){var n,o=this;"boolean"!=typeof e&&(s=i,i=e,e=!1),s?(i=n=t(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),t.each(s,function(s,a){function r(){return e||o.options.disabled!==!0&&!t(this).hasClass("ui-state-disabled")?("string"==typeof a?o[a]:a).apply(o,arguments):void 0}"string"!=typeof a&&(r.guid=a.guid=a.guid||r.guid||t.guid++);var l=s.match(/^([\w:-]*)\s*(.*)$/),h=l[1]+o.eventNamespace,c=l[2];c?n.on(h,c,r):i.on(h,r)})},_off:function(e,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,e.off(i).off(i),this.bindings=t(this.bindings.not(e).get()),this.focusable=t(this.focusable.not(e).get()),this.hoverable=t(this.hoverable.not(e).get())},_delay:function(t,e){function i(){return("string"==typeof t?s[t]:t).apply(s,arguments)}var s=this;return setTimeout(i,e||0)},_hoverable:function(e){this.hoverable=this.hoverable.add(e),this._on(e,{mouseenter:function(e){this._addClass(t(e.currentTarget),null,"ui-state-hover")},mouseleave:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-hover")}})},_focusable:function(e){this.focusable=this.focusable.add(e),this._on(e,{focusin:function(e){this._addClass(t(e.currentTarget),null,"ui-state-focus")},focusout:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-focus")}})},_trigger:function(e,i,s){var n,o,a=this.options[e];if(s=s||{},i=t.Event(i),i.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase(),i.target=this.element[0],o=i.originalEvent)for(n in o)n in i||(i[n]=o[n]);return this.element.trigger(i,s),!(t.isFunction(a)&&a.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},t.each({show:"fadeIn",hide:"fadeOut"},function(e,i){t.Widget.prototype["_"+e]=function(s,n,o){"string"==typeof n&&(n={effect:n});var a,r=n?n===!0||"number"==typeof n?i:n.effect||i:e;n=n||{},"number"==typeof n&&(n={duration:n}),a=!t.isEmptyObject(n),n.complete=o,n.delay&&s.delay(n.delay),a&&t.effects&&t.effects.effect[r]?s[e](n):r!==e&&s[r]?s[r](n.duration,n.easing,o):s.queue(function(i){t(this)[e](),o&&o.call(s[0]),i()})}}),t.widget,function(){function e(t,e,i){return[parseFloat(t[0])*(u.test(t[0])?e/100:1),parseFloat(t[1])*(u.test(t[1])?i/100:1)]}function i(e,i){return parseInt(t.css(e,i),10)||0}function s(e){var i=e[0];return 9===i.nodeType?{width:e.width(),height:e.height(),offset:{top:0,left:0}}:t.isWindow(i)?{width:e.width(),height:e.height(),offset:{top:e.scrollTop(),left:e.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:e.outerWidth(),height:e.outerHeight(),offset:e.offset()}}var n,o=Math.max,a=Math.abs,r=/left|center|right/,l=/top|center|bottom/,h=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,u=/%$/,d=t.fn.position;t.position={scrollbarWidth:function(){if(void 0!==n)return n;var e,i,s=t("
"),o=s.children()[0];return t("body").append(s),e=o.offsetWidth,s.css("overflow","scroll"),i=o.offsetWidth,e===i&&(i=s[0].clientWidth),s.remove(),n=e-i},getScrollInfo:function(e){var i=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),s=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),n="scroll"===i||"auto"===i&&e.widthi?"left":e>0?"right":"center",vertical:0>r?"top":s>0?"bottom":"middle"};h>p&&p>a(e+i)&&(u.horizontal="center"),c>f&&f>a(s+r)&&(u.vertical="middle"),u.important=o(a(e),a(i))>o(a(s),a(r))?"horizontal":"vertical",n.using.call(this,t,u)}),l.offset(t.extend(D,{using:r}))})},t.ui.position={fit:{left:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=t.left-e.collisionPosition.marginLeft,l=n-r,h=r+e.collisionWidth-a-n;e.collisionWidth>a?l>0&&0>=h?(i=t.left+l+e.collisionWidth-a-n,t.left+=l-i):t.left=h>0&&0>=l?n:l>h?n+a-e.collisionWidth:n:l>0?t.left+=l:h>0?t.left-=h:t.left=o(t.left-r,t.left)},top:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollTop:s.offset.top,a=e.within.height,r=t.top-e.collisionPosition.marginTop,l=n-r,h=r+e.collisionHeight-a-n;e.collisionHeight>a?l>0&&0>=h?(i=t.top+l+e.collisionHeight-a-n,t.top+=l-i):t.top=h>0&&0>=l?n:l>h?n+a-e.collisionHeight:n:l>0?t.top+=l:h>0?t.top-=h:t.top=o(t.top-r,t.top)}},flip:{left:function(t,e){var i,s,n=e.within,o=n.offset.left+n.scrollLeft,r=n.width,l=n.isWindow?n.scrollLeft:n.offset.left,h=t.left-e.collisionPosition.marginLeft,c=h-l,u=h+e.collisionWidth-r-l,d="left"===e.my[0]?-e.elemWidth:"right"===e.my[0]?e.elemWidth:0,p="left"===e.at[0]?e.targetWidth:"right"===e.at[0]?-e.targetWidth:0,f=-2*e.offset[0];0>c?(i=t.left+d+p+f+e.collisionWidth-r-o,(0>i||a(c)>i)&&(t.left+=d+p+f)):u>0&&(s=t.left-e.collisionPosition.marginLeft+d+p+f-l,(s>0||u>a(s))&&(t.left+=d+p+f))},top:function(t,e){var i,s,n=e.within,o=n.offset.top+n.scrollTop,r=n.height,l=n.isWindow?n.scrollTop:n.offset.top,h=t.top-e.collisionPosition.marginTop,c=h-l,u=h+e.collisionHeight-r-l,d="top"===e.my[1],p=d?-e.elemHeight:"bottom"===e.my[1]?e.elemHeight:0,f="top"===e.at[1]?e.targetHeight:"bottom"===e.at[1]?-e.targetHeight:0,g=-2*e.offset[1];0>c?(s=t.top+p+f+g+e.collisionHeight-r-o,(0>s||a(c)>s)&&(t.top+=p+f+g)):u>0&&(i=t.top-e.collisionPosition.marginTop+p+f+g-l,(i>0||u>a(i))&&(t.top+=p+f+g))}},flipfit:{left:function(){t.ui.position.flip.left.apply(this,arguments),t.ui.position.fit.left.apply(this,arguments)},top:function(){t.ui.position.flip.top.apply(this,arguments),t.ui.position.fit.top.apply(this,arguments)}}}}(),t.ui.position,t.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},t.fn.extend({uniqueId:function(){var t=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++t)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&t(this).removeAttr("id")})}}),t.ui.safeActiveElement=function(t){var e;try{e=t.activeElement}catch(i){e=t.body}return e||(e=t.body),e.nodeName||(e=t.body),e},t.widget("ui.menu",{version:"1.12.1",defaultElement:"
    ",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.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()},"click .ui-menu-item":function(e){var i=t(e.target),s=t(t.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&i.not(".ui-state-disabled").length&&(this.select(e),e.isPropagationStopped()||(this.mouseHandled=!0),i.has(".ui-menu").length?this.expand(e):!this.element.is(":focus")&&s.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":function(e){if(!this.previousFilter){var i=t(e.target).closest(".ui-menu-item"),s=t(e.currentTarget);i[0]===s[0]&&(this._removeClass(s.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(e,s))}},mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this.element.find(this.options.items).eq(0);e||this.focus(t,i)},blur:function(e){this._delay(function(){var i=!t.contains(this.element[0],t.ui.safeActiveElement(this.document[0]));i&&this.collapseAll(e)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t),this.mouseHandled=!1}})},_destroy:function(){var e=this.element.find(".ui-menu-item").removeAttr("role aria-disabled"),i=e.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(),i.children().each(function(){var e=t(this);e.data("ui-menu-submenu-caret")&&e.remove()})},_keydown:function(e){var i,s,n,o,a=!0;switch(e.keyCode){case t.ui.keyCode.PAGE_UP:this.previousPage(e);break;case t.ui.keyCode.PAGE_DOWN:this.nextPage(e);break;case t.ui.keyCode.HOME:this._move("first","first",e);break;case t.ui.keyCode.END:this._move("last","last",e);break;case t.ui.keyCode.UP:this.previous(e);break;case t.ui.keyCode.DOWN:this.next(e);break;case t.ui.keyCode.LEFT:this.collapse(e);break;case t.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(e);break;case t.ui.keyCode.ENTER:case t.ui.keyCode.SPACE:this._activate(e);break;case t.ui.keyCode.ESCAPE:this.collapse(e);break;default:a=!1,s=this.previousFilter||"",o=!1,n=e.keyCode>=96&&105>=e.keyCode?""+(e.keyCode-96):String.fromCharCode(e.keyCode),clearTimeout(this.filterTimer),n===s?o=!0:n=s+n,i=this._filterMenuItems(n),i=o&&-1!==i.index(this.active.next())?this.active.nextAll(".ui-menu-item"):i,i.length||(n=String.fromCharCode(e.keyCode),i=this._filterMenuItems(n)),i.length?(this.focus(e,i),this.previousFilter=n,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}a&&e.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 e,i,s,n,o,a=this,r=this.options.icons.submenu,l=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),s=l.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var e=t(this),i=e.prev(),s=t("").data("ui-menu-submenu-caret",!0);a._addClass(s,"ui-menu-icon","ui-icon "+r),i.attr("aria-haspopup","true").prepend(s),e.attr("aria-labelledby",i.attr("id"))}),this._addClass(s,"ui-menu","ui-widget ui-widget-content ui-front"),e=l.add(this.element),i=e.find(this.options.items),i.not(".ui-menu-item").each(function(){var e=t(this);a._isDivider(e)&&a._addClass(e,"ui-menu-divider","ui-widget-content")}),n=i.not(".ui-menu-item, .ui-menu-divider"),o=n.children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(n,"ui-menu-item")._addClass(o,"ui-menu-item-wrapper"),i.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!t.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){if("icons"===t){var 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",t+""),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i,s,n;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),s=this.active.children(".ui-menu-item-wrapper"),this._addClass(s,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",s.attr("id")),n=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(n,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),i=e.children(".ui-menu"),i.length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(e){var i,s,n,o,a,r;this._hasScroll()&&(i=parseFloat(t.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(t.css(this.activeMenu[0],"paddingTop"))||0,n=e.offset().top-this.activeMenu.offset().top-i-s,o=this.activeMenu.scrollTop(),a=this.activeMenu.height(),r=e.outerHeight(),0>n?this.activeMenu.scrollTop(o+n):n+r>a&&this.activeMenu.scrollTop(o+n-a+r))},blur:function(t,e){e||clearTimeout(this.timer),this.active&&(this._removeClass(this.active.children(".ui-menu-item-wrapper"),null,"ui-state-active"),this._trigger("blur",t,{item:this.active}),this.active=null)},_startOpening:function(t){clearTimeout(this.timer),"true"===t.attr("aria-hidden")&&(this.timer=this._delay(function(){this._close(),this._open(t)},this.delay))},_open:function(e){var i=t.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(e.parents(".ui-menu")).hide().attr("aria-hidden","true"),e.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(i)},collapseAll:function(e,i){clearTimeout(this.timer),this.timer=this._delay(function(){var s=i?this.element:t(e&&e.target).closest(this.element.find(".ui-menu"));s.length||(s=this.element),this._close(s),this.blur(e),this._removeClass(s.find(".ui-state-active"),null,"ui-state-active"),this.activeMenu=s},this.delay)},_close:function(t){t||(t=this.active?this.active.parent():this.element),t.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false")},_closeOnDocumentClick:function(e){return!t(e.target).closest(".ui-menu").length},_isDivider:function(t){return!/[^\-\u2014\u2013\s]/.test(t.text())},collapse:function(t){var e=this.active&&this.active.parent().closest(".ui-menu-item",this.element);e&&e.length&&(this._close(),this.focus(t,e))},expand:function(t){var e=this.active&&this.active.children(".ui-menu ").find(this.options.items).first();e&&e.length&&(this._open(e.parent()),this._delay(function(){this.focus(t,e)}))},next:function(t){this._move("next","first",t)},previous:function(t){this._move("prev","last",t)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_move:function(t,e,i){var s;this.active&&(s="first"===t||"last"===t?this.active["first"===t?"prevAll":"nextAll"](".ui-menu-item").eq(-1):this.active[t+"All"](".ui-menu-item").eq(0)),s&&s.length&&this.active||(s=this.activeMenu.find(this.options.items)[e]()),this.focus(i,s)},nextPage:function(e){var i,s,n;return this.active?(this.isLastItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.nextAll(".ui-menu-item").each(function(){return i=t(this),0>i.offset().top-s-n}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items)[this.active?"last":"first"]())),void 0):(this.next(e),void 0)},previousPage:function(e){var i,s,n;return this.active?(this.isFirstItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.prevAll(".ui-menu-item").each(function(){return i=t(this),i.offset().top-s+n>0}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items).first())),void 0):(this.next(e),void 0)},_hasScroll:function(){return this.element.outerHeight()",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,_create:function(){var e,i,s,n=this.element[0].nodeName.toLowerCase(),o="textarea"===n,a="input"===n;this.isMultiLine=o||!a&&this._isContentEditable(this.element),this.valueMethod=this.element[o||a?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(n){if(this.element.prop("readOnly"))return e=!0,s=!0,i=!0,void 0;e=!1,s=!1,i=!1;var o=t.ui.keyCode;switch(n.keyCode){case o.PAGE_UP:e=!0,this._move("previousPage",n);break;case o.PAGE_DOWN:e=!0,this._move("nextPage",n);break;case o.UP:e=!0,this._keyEvent("previous",n);break;case o.DOWN:e=!0,this._keyEvent("next",n);break;case o.ENTER:this.menu.active&&(e=!0,n.preventDefault(),this.menu.select(n));break;case o.TAB:this.menu.active&&this.menu.select(n);break;case o.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(n),n.preventDefault());break;default:i=!0,this._searchTimeout(n)}},keypress:function(s){if(e)return e=!1,(!this.isMultiLine||this.menu.element.is(":visible"))&&s.preventDefault(),void 0;if(!i){var n=t.ui.keyCode;switch(s.keyCode){case n.PAGE_UP:this._move("previousPage",s);break;case n.PAGE_DOWN:this._move("nextPage",s);break;case n.UP:this._keyEvent("previous",s);break;case n.DOWN:this._keyEvent("next",s)}}},input:function(t){return s?(s=!1,t.preventDefault(),void 0):(this._searchTimeout(t),void 0)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){return this.cancelBlur?(delete this.cancelBlur,void 0):(clearTimeout(this.searching),this.close(t),this._change(t),void 0)}}),this._initSource(),this.menu=t("
      ").appendTo(this._appendTo()).menu({role:null}).hide().menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(e){e.preventDefault(),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,this.element[0]!==t.ui.safeActiveElement(this.document[0])&&this.element.trigger("focus")})},menufocus:function(e,i){var s,n;return this.isNewMenu&&(this.isNewMenu=!1,e.originalEvent&&/^mouse/.test(e.originalEvent.type))?(this.menu.blur(),this.document.one("mousemove",function(){t(e.target).trigger(e.originalEvent)}),void 0):(n=i.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",e,{item:n})&&e.originalEvent&&/^key/.test(e.originalEvent.type)&&this._value(n.value),s=i.item.attr("aria-label")||n.value,s&&t.trim(s).length&&(this.liveRegion.children().hide(),t("
      ").text(s).appendTo(this.liveRegion)),void 0)},menuselect:function(e,i){var s=i.item.data("ui-autocomplete-item"),n=this.previous;this.element[0]!==t.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=n,this._delay(function(){this.previous=n,this.selectedItem=s})),!1!==this._trigger("select",e,{item:s})&&this._value(s.value),this.term=this._value(),this.close(e),this.selectedItem=s}}),this.liveRegion=t("
      ",{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(e){var i=this.menu.element[0];return e.target===this.element[0]||e.target===i||t.contains(i,e.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front, dialog")),e.length||(e=this.document[0].body),e},_initSource:function(){var e,i,s=this;t.isArray(this.options.source)?(e=this.options.source,this.source=function(i,s){s(t.ui.autocomplete.filter(e,i.term))}):"string"==typeof this.options.source?(i=this.options.source,this.source=function(e,n){s.xhr&&s.xhr.abort(),s.xhr=t.ajax({url:i,data:e,dataType:"json",success:function(t){n(t)},error:function(){n([])}})}):this.source=this.options.source},_searchTimeout:function(t){clearTimeout(this.searching),this.searching=this._delay(function(){var e=this.term===this._value(),i=this.menu.element.is(":visible"),s=t.altKey||t.ctrlKey||t.metaKey||t.shiftKey;(!e||e&&!i&&!s)&&(this.selectedItem=null,this.search(null,t))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(t("
      ").text(i.label)).appendTo(e)},_move:function(t,e){return this.menu.element.is(":visible")?this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),this.menu.blur(),void 0):(this.menu[t](e),void 0):(this.search(null,e),void 0)},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}}),t.extend(t.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(e,i){var s=RegExp(t.ui.autocomplete.escapeRegex(i),"i");return t.grep(e,function(t){return s.test(t.label||t.value||t)})}}),t.widget("ui.autocomplete",t.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(t>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(e){var i;this._superApply(arguments),this.options.disabled||this.cancelSearch||(i=e&&e.length?this.options.messages.results(e.length):this.options.messages.noResults,this.liveRegion.children().hide(),t("
      ").text(i).appendTo(this.liveRegion))}}),t.ui.autocomplete}); \ No newline at end of file diff --git a/static/javadocs/script-dir/jquery-ui.structure.min.css b/static/javadocs/script-dir/jquery-ui.structure.min.css new file mode 100644 index 0000000..e880892 --- /dev/null +++ b/static/javadocs/script-dir/jquery-ui.structure.min.css @@ -0,0 +1,5 @@ +/*! jQuery UI - v1.12.1 - 2018-12-06 +* http://jqueryui.com +* Copyright jQuery Foundation and other contributors; Licensed MIT */ + +.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0} \ No newline at end of file diff --git a/static/javadocs/script.js b/static/javadocs/script.js new file mode 100644 index 0000000..864989c --- /dev/null +++ b/static/javadocs/script.js @@ -0,0 +1,132 @@ +/* + * Copyright (c) 2013, 2020, 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; +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); +} + +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; + elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor); + elem.classList.add(isEvenRow ? evenRowColor : oddRowColor); + }); + updateTabs(tableId, selected); +} + +function updateTabs(tableId, selected) { + document.querySelector('div#' + tableId +' .summary-table') + .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; +} + +// 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); + }); + contentDiv.addEventListener("scroll", function(e) { + var timeoutID; + if (!timeoutID) { + timeoutID = setTimeout(function() { + history.replaceState(contentDiv.scrollTop, document.title); + timeoutID = null; + }, 100); + } + }); + if (!location.hash) { + history.replaceState(contentDiv.scrollTop, document.title); + } +}); diff --git a/static/javadocs/search.js b/static/javadocs/search.js new file mode 100644 index 0000000..db3b2f4 --- /dev/null +++ b/static/javadocs/search.js @@ -0,0 +1,354 @@ +/* + * Copyright (c) 2015, 2020, 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 noResult = {l: "No results found"}; +var loading = {l: "Loading search index..."}; +var catModules = "Modules"; +var catPackages = "Packages"; +var catTypes = "Classes and Interfaces"; +var catMembers = "Members"; +var catSearchTags = "Search Tags"; +var highlight = "$&"; +var searchPattern = ""; +var fallbackPattern = ""; +var RANKING_THRESHOLD = 2; +var NO_MATCH = 0xffff; +var MIN_RESULTS = 3; +var MAX_RESULTS = 500; +var UNNAMED = ""; +function escapeHtml(str) { + return str.replace(//g, ">"); +} +function getHighlightedText(item, matcher, fallbackMatcher) { + var escapedItem = escapeHtml(item); + var highlighted = escapedItem.replace(matcher, highlight); + if (highlighted === escapedItem) { + highlighted = escapedItem.replace(fallbackMatcher, highlight) + } + return highlighted; +} +function getURLPrefix(ui) { + var urlPrefix=""; + var slash = "/"; + if (ui.item.category === catModules) { + return ui.item.l + slash; + } else if (ui.item.category === catPackages && ui.item.m) { + return ui.item.m + slash; + } else if (ui.item.category === catTypes || ui.item.category === catMembers) { + if (ui.item.m) { + urlPrefix = ui.item.m + slash; + } else { + $.each(packageSearchIndex, function(index, item) { + if (item.m && ui.item.p === item.l) { + urlPrefix = item.m + slash; + } + }); + } + } + return urlPrefix; +} +function createSearchPattern(term) { + var pattern = ""; + var isWordToken = false; + term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) { + if (index > 0) { + // whitespace between identifiers is significant + pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*"; + } + var tokens = w.split(/(?=[A-Z,.()<>[\/])/); + for (var i = 0; i < tokens.length; i++) { + var s = tokens[i]; + if (s === "") { + continue; + } + pattern += $.ui.autocomplete.escapeRegex(s); + isWordToken = /\w$/.test(s); + if (isWordToken) { + pattern += "([a-z0-9_$<>\\[\\]]*?)"; + } + } + }); + return pattern; +} +function createMatcher(pattern, flags) { + var isCamelCase = /[A-Z]/.test(pattern); + return new RegExp(pattern, flags + (isCamelCase ? "" : "i")); +} +var watermark = 'Search'; +$(function() { + var search = $("#search-input"); + var reset = $("#reset-button"); + search.val(''); + search.prop("disabled", false); + reset.prop("disabled", false); + search.val(watermark).addClass('watermark'); + search.blur(function() { + if ($(this).val().length === 0) { + $(this).val(watermark).addClass('watermark'); + } + }); + search.on('click keydown paste', function() { + if ($(this).val() === watermark) { + $(this).val('').removeClass('watermark'); + } + }); + reset.click(function() { + search.val('').focus(); + }); + search.focus()[0].setSelectionRange(0, 0); +}); +$.widget("custom.catcomplete", $.ui.autocomplete, { + _create: function() { + this._super(); + this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); + }, + _renderMenu: function(ul, items) { + var rMenu = this; + var currentCategory = ""; + rMenu.menu.bindings = $(); + $.each(items, function(index, item) { + var li; + if (item.category && item.category !== currentCategory) { + ul.append("
    • " + item.category + "
    • "); + currentCategory = item.category; + } + li = rMenu._renderItemData(ul, item); + if (item.category) { + li.attr("aria-label", item.category + " : " + item.l); + li.attr("class", "result-item"); + } else { + li.attr("aria-label", item.l); + li.attr("class", "result-item"); + } + }); + }, + _renderItem: function(ul, item) { + var label = ""; + var matcher = createMatcher(escapeHtml(searchPattern), "g"); + var fallbackMatcher = new RegExp(fallbackPattern, "gi") + if (item.category === catModules) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catPackages) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catTypes) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catMembers) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher); + } else if (item.category === catSearchTags) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else { + label = item.l; + } + var li = $("
    • ").appendTo(ul); + var div = $("
      ").appendTo(li); + if (item.category === catSearchTags && item.h) { + if (item.d) { + div.html(label + " (" + item.h + ")
      " + + item.d + "
      "); + } else { + div.html(label + " (" + item.h + ")"); + } + } else { + if (item.m) { + div.html(item.m + "/" + label); + } else { + div.html(label); + } + } + return li; + } +}); +function rankMatch(match, category) { + if (!match) { + return NO_MATCH; + } + var index = match.index; + var input = match.input; + var leftBoundaryMatch = 2; + var periferalMatch = 0; + // make sure match is anchored on a left word boundary + if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) { + leftBoundaryMatch = 0; + } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) { + leftBoundaryMatch = 1; + } + var matchEnd = index + match[0].length; + var leftParen = input.indexOf("("); + var endOfName = leftParen > -1 ? leftParen : input.length; + // exclude peripheral matches + if (category !== catModules && category !== catSearchTags) { + var delim = category === catPackages ? "/" : "."; + if (leftParen > -1 && leftParen < index) { + periferalMatch += 2; + } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) { + periferalMatch += 2; + } + } + var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match + for (var i = 1; i < match.length; i++) { + // lower ranking if parts of the name are missing + if (match[i]) + delta += match[i].length; + } + if (category === catTypes) { + // lower ranking if a type name contains unmatched camel-case parts + if (/[A-Z]/.test(input.substring(matchEnd))) + delta += 5; + if (/[A-Z]/.test(input.substring(0, index))) + delta += 5; + } + return leftBoundaryMatch + periferalMatch + (delta / 200); + +} +function doSearch(request, response) { + var result = []; + searchPattern = createSearchPattern(request.term); + fallbackPattern = createSearchPattern(request.term.toLowerCase()); + if (searchPattern === "") { + return this.close(); + } + var camelCaseMatcher = createMatcher(searchPattern, ""); + var fallbackMatcher = new RegExp(fallbackPattern, "i"); + + function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) { + if (indexArray) { + var newResults = []; + $.each(indexArray, function (i, item) { + item.category = category; + var ranking = rankMatch(matcher.exec(nameFunc(item)), category); + if (ranking < RANKING_THRESHOLD) { + newResults.push({ranking: ranking, item: item}); + } + return newResults.length <= MAX_RESULTS; + }); + return newResults.sort(function(e1, e2) { + return e1.ranking - e2.ranking; + }).map(function(e) { + return e.item; + }); + } + return []; + } + function searchIndex(indexArray, category, nameFunc) { + var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc); + result = result.concat(primaryResults); + if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) { + var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc); + result = result.concat(secondaryResults.filter(function (item) { + return primaryResults.indexOf(item) === -1; + })); + } + } + + searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; }); + searchIndex(packageSearchIndex, catPackages, function(item) { + return (item.m && request.term.indexOf("/") > -1) + ? (item.m + "/" + item.l) : item.l; + }); + searchIndex(typeSearchIndex, catTypes, function(item) { + return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l; + }); + searchIndex(memberSearchIndex, catMembers, function(item) { + return request.term.indexOf(".") > -1 + ? item.p + "." + item.c + "." + item.l : item.l; + }); + searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; }); + + if (!indexFilesLoaded()) { + updateSearchResults = function() { + doSearch(request, response); + } + result.unshift(loading); + } else { + updateSearchResults = function() {}; + } + response(result); +} +$(function() { + $("#search-input").catcomplete({ + minLength: 1, + delay: 300, + source: doSearch, + response: function(event, ui) { + if (!ui.content.length) { + ui.content.push(noResult); + } else { + $("#search-input").empty(); + } + }, + autoFocus: true, + focus: function(event, ui) { + return false; + }, + position: { + collision: "flip" + }, + select: function(event, ui) { + if (ui.item.category) { + var url = getURLPrefix(ui); + if (ui.item.category === catModules) { + url += "module-summary.html"; + } else if (ui.item.category === catPackages) { + if (ui.item.u) { + url = ui.item.u; + } else { + url += ui.item.l.replace(/\./g, '/') + "/package-summary.html"; + } + } else if (ui.item.category === catTypes) { + if (ui.item.u) { + url = ui.item.u; + } else if (ui.item.p === UNNAMED) { + url += ui.item.l + ".html"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html"; + } + } else if (ui.item.category === catMembers) { + if (ui.item.p === UNNAMED) { + url += ui.item.c + ".html" + "#"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#"; + } + if (ui.item.u) { + url += ui.item.u; + } else { + url += ui.item.l; + } + } else if (ui.item.category === catSearchTags) { + url += ui.item.u; + } + if (top !== window) { + parent.classFrame.location = pathtoroot + url; + } else { + window.location.href = pathtoroot + url; + } + $("#search-input").focus(); + } + } + }); +}); diff --git a/static/javadocs/serialized-form.html b/static/javadocs/serialized-form.html new file mode 100644 index 0000000..2604b38 --- /dev/null +++ b/static/javadocs/serialized-form.html @@ -0,0 +1,101 @@ + + + + +Serialized Form (Plex 1.0 API) + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Serialized Form

      +
      + +
      +
      +
      + + diff --git a/static/javadocs/stylesheet.css b/static/javadocs/stylesheet.css new file mode 100644 index 0000000..836c62d --- /dev/null +++ b/static/javadocs/stylesheet.css @@ -0,0 +1,865 @@ +/* + * Javadoc style sheet + */ + +@import url('resources/fonts/dejavu.css'); + +/* + * 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:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + 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:#4A6782; +} +a[href]:hover, a[href]:focus { + text-decoration:none; + color:#bb7a2a; +} +a[name] { + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; +} +h4 { + font-size:15px; +} +h5 { + font-size:14px; +} +h6 { + font-size:13px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; +} +:not(h1, h2, h3, h4, h5, h6) > code, +:not(h1, h2, h3, h4, h5, h6) > tt { + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +.summary-table dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +button { + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size: 14px; +} +/* + * 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. + */ +.clear { + clear:both; + height:0; + overflow:hidden; +} +.about-language { + float:right; + padding:0 21px 8px 8px; + font-size:11px; + margin-top:-9px; + height:2.9em; +} +.legal-copy { + margin-left:.5em; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* + * Styles for navigation bar. + */ +@media screen { + .flex-box { + position:fixed; + display:flex; + flex-direction:column; + height: 100%; + width: 100%; + } + .flex-header { + flex: 0 0 auto; + } + .flex-content { + flex: 1 1 auto; + overflow-y: auto; + } +} +.top-nav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + min-height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.sub-nav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.sub-nav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +.sub-nav .nav-list { + padding-top:5px; +} +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 0 0 0; + padding:5px 6px; + clear:none; +} +.nav-list-search label { + position:relative; + right:-16px; +} +ul.sub-nav-list li { + list-style:none; + float:left; + padding-top:10px; +} +.top-nav a:link, .top-nav a:active, .top-nav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.top-nav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.nav-bar-cell1-rev { + background-color:#F8981D; + color:#253441; + 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 and footer. + */ +.title { + color:#2c4557; + margin:10px 0; +} +.sub-title { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* + * 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:#dee3e9; + border:1px solid #d0d9e0; + 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: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +dl.notes > dd { + margin:5px 10px 10px 0; + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} +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; +} +.summary-table dl, .summary-table dl dt, .summary-table dl dd { + margin-top:0; + margin-bottom:1px; +} +ul.see-list, ul.see-list-long { + padding-left: 0; + list-style: none; +} +ul.see-list li { + display: inline; +} +ul.see-list li:not(:last-child):after, +ul.see-list-long li:not(:last-child):after { + content: ", "; + white-space: pre-wrap; +} +/* + * Styles for tables. + */ +.summary-table, .details-table { + width:100%; + border-spacing:0; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; + padding:0; +} +.caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0; + padding-top:10px; + padding-left:1px; + margin:0; + white-space:pre; +} +.caption a:link, .caption a:visited { + color:#1f389c; +} +.caption a:hover, +.caption a:active { + color:#FFFFFF; +} +.caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +div.table-tabs { + padding:10px 0 0 1px; + margin:0; +} +div.table-tabs > button { + border: none; + cursor: pointer; + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 3px; +} +div.table-tabs > button.active-table-tab { + background: #F8981D; + color: #253441; +} +div.table-tabs > button.table-tab { + background: #4D7A97; + color: #FFFFFF; +} +.two-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); +} +.three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto); +} +.four-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto); +} +@media screen and (max-width: 600px) { + .two-column-summary { + display: grid; + grid-template-columns: 1fr; + } +} +@media screen and (max-width: 800px) { + .three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(25%, auto); + } + .three-column-summary .col-last { + grid-column-end: span 2; + } +} +@media screen and (max-width: 1000px) { + .four-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); + } +} +.summary-table > div, .details-table > div { + text-align:left; + padding: 8px 3px 3px 7px; +} +.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:#dee3e9; + font-weight: bold; +} +.col-first, .col-first { + font-size:13px; +} +.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { + font-size:13px; +} +.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, +.constant-values-container a:link, .constant-values-container a:visited, +.all-classes-container a:link, .all-classes-container a:visited, +.all-packages-container a:link, .all-packages-container a:visited { + font-weight:bold; +} +.table-sub-heading-color { + background-color:#EEEEFF; +} +.even-row-color, .even-row-color .table-header { + background-color:#FFFFFF; +} +.odd-row-color, .odd-row-color .table-header { + background-color:#EEEEEF; +} +/* + * Styles for contents. + */ +.deprecated-content { + margin:0; + padding:10px 0; +} +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} +.col-last div { + padding-top:0; +} +.col-last a { + padding-bottom:3px; +} +.module-signature, +.package-signature, +.type-signature, +.member-signature { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + 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:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:0 10px 5px 0; + color:#474747; +} +.deprecated-label, .descfrm-type-label, .implementation-label, .member-name-label, .member-name-link, +.module-label-in-package, .module-label-in-type, .override-specify-label, .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:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +.preview-block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + 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; +} +/* + * Styles specific to HTML5 elements. + */ +main, nav, header, footer, section { + display:block; +} +/* + * Styles for javadoc search. + */ +.ui-autocomplete-category { + font-weight:bold; + font-size:15px; + padding:7px 0 7px 3px; + background-color:#4D7A97; + color:#FFFFFF; +} +.result-item { + font-size:13px; +} +.ui-autocomplete { + max-height:85%; + max-width:65%; + overflow-y:scroll; + overflow-x:scroll; + 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:999999; +} +ul.ui-autocomplete li { + float:left; + clear:both; + width:100%; +} +.result-highlight { + font-weight:bold; +} +#search-input { + background-image:url('resources/glass.png'); + background-size:13px; + background-repeat:no-repeat; + background-position:2px 3px; + padding-left:20px; + position:relative; + right:-18px; + width:400px; +} +#reset-button { + background-color: rgb(255,255,255); + background-image:url('resources/x.png'); + background-position:center; + background-repeat:no-repeat; + background-size:12px; + border:0 none; + width:16px; + height:16px; + position:relative; + left:-4px; + top:-4px; + font-size:0px; +} +.watermark { + color:#545454; +} +.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:yellow; +} +.module-graph span { + display:none; + position:absolute; +} +.module-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: 0px 20px 5px 10px; + border: 1px solid #ededed; + background-color: #f8f8f8; +} +.inherited-list, section[class$="-details"] .detail { + padding:0 0 5px 8px; + background-color:#ffffff; + 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; +} +span.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 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 black; +} +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 black; +} +table.striped { + border-collapse: collapse; + border: 1px solid black; +} +table.striped > thead { + background-color: #E3E3E3; +} +table.striped > thead > tr > th, table.striped > thead > tr > td { + border: 1px solid black; +} +table.striped > tbody > tr:nth-child(even) { + background-color: #EEE +} +table.striped > tbody > tr:nth-child(odd) { + background-color: #FFF +} +table.striped > tbody > tr > th, table.striped > tbody > tr > td { + border-left: 1px solid black; + border-right: 1px solid black; +} +table.striped > tbody > tr > th { + font-weight: normal; +} +/** + * Tweak font sizes and paddings for small screens. + */ +@media screen and (max-width: 1050px) { + #search-input { + width: 300px; + } +} +@media screen and (max-width: 800px) { + #search-input { + width: 200px; + } + .top-nav, + .bottom-nav { + font-size: 11px; + padding-top: 6px; + } + .sub-nav { + font-size: 11px; + } + .about-language { + padding-right: 16px; + } + ul.nav-list li, + .sub-nav .nav-list-search { + padding: 6px; + } + ul.sub-nav-list li { + padding-top: 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: 500px) { + #search-input { + width: 150px; + } + .top-nav, + .bottom-nav { + font-size: 10px; + } + .sub-nav { + font-size: 10px; + } + .about-language { + font-size: 10px; + padding-right: 12px; + } +} diff --git a/static/javadocs/tag-search-index.js b/static/javadocs/tag-search-index.js new file mode 100644 index 0000000..bf10aaf --- /dev/null +++ b/static/javadocs/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/javadocs/type-search-index.js b/static/javadocs/type-search-index.js new file mode 100644 index 0000000..7cd85eb --- /dev/null +++ b/static/javadocs/type-search-index.js @@ -0,0 +1 @@ +typeSearchIndex = [{"p":"dev.plex.util.menu","l":"AbstractMenu"},{"p":"dev.plex.services","l":"AbstractService"},{"p":"dev.plex.admin","l":"Admin"},{"p":"dev.plex.event","l":"AdminAddEvent"},{"p":"dev.plex.command.impl","l":"AdminCMD"},{"p":"dev.plex.admin","l":"AdminList"},{"p":"dev.plex.listener.impl","l":"AdminListener"},{"p":"dev.plex.event","l":"AdminRemoveEvent"},{"p":"dev.plex.event","l":"AdminSetRankEvent"},{"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.banning","l":"Ban"},{"p":"dev.plex.command.impl","l":"BanCMD"},{"p":"dev.plex.banning","l":"BanManager"},{"p":"dev.plex.services.impl","l":"BanService"},{"p":"dev.plex.world","l":"BlockMapChunkGenerator"},{"p":"dev.plex.listener.impl","l":"ChatListener"},{"p":"dev.plex.command.exception","l":"CommandArgumentException"},{"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.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":"CreativeCMD"},{"p":"dev.plex.world","l":"CustomChunkGenerator"},{"p":"dev.plex.world","l":"CustomWorld"},{"p":"dev.plex.cache","l":"DataUtils"},{"p":"dev.plex.rank","l":"DefaultRankObj"},{"p":"dev.plex.command.impl","l":"DeopAllCMD"},{"p":"dev.plex.command.impl","l":"DeopCMD"},{"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.services.impl","l":"GameRuleService"},{"p":"dev.plex.util.menu","l":"IMenu"},{"p":"dev.plex.services","l":"IService"},{"p":"dev.plex.command.impl","l":"ListCMD"},{"p":"dev.plex.handlers","l":"ListenerHandler"},{"p":"dev.plex.command.impl","l":"LocalSpawnCMD"},{"p":"dev.plex.listener.impl","l":"LoginListener"},{"p":"dev.plex.command.impl","l":"MasterbuilderworldCMD"},{"p":"dev.plex.util","l":"MojangUtils"},{"p":"dev.plex.storage","l":"MongoConnection"},{"p":"dev.plex.cache","l":"MongoPlayerData"},{"p":"dev.plex.command.impl","l":"NameHistoryCMD"},{"p":"dev.plex.world","l":"NoiseChunkGenerator"},{"p":"dev.plex.world","l":"NoiseOptions"},{"p":"dev.plex.world","l":"OctaveChunkGenerator"},{"p":"dev.plex.world","l":"OctaveOptions"},{"p":"dev.plex.command.impl","l":"OpAllCMD"},{"p":"dev.plex.command.impl","l":"OpCMD"},{"p":"dev.plex.cache","l":"PlayerCache"},{"p":"dev.plex.listener.impl","l":"PlayerListener"},{"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.listener","l":"PlexListener"},{"p":"dev.plex.util","l":"PlexLog"},{"p":"dev.plex.player","l":"PlexPlayer"},{"p":"dev.plex.util","l":"PlexUtils"},{"p":"dev.plex.player","l":"PunishedPlayer"},{"p":"dev.plex.event","l":"PunishedPlayerEvent"},{"p":"dev.plex.event","l":"PunishedPlayerFreezeEvent"},{"p":"dev.plex.menu","l":"PunishedPlayerMenu"},{"p":"dev.plex.event","l":"PunishedPlayerMuteEvent"},{"p":"dev.plex.punishment","l":"Punishment"},{"p":"dev.plex.punishment","l":"PunishmentManager"},{"p":"dev.plex.menu","l":"PunishmentMenu"},{"p":"dev.plex.command.impl","l":"PunishmentsCMD"},{"p":"dev.plex.punishment","l":"PunishmentType"},{"p":"dev.plex.rank.enums","l":"Rank"},{"p":"dev.plex.command.impl","l":"RankCMD"},{"p":"dev.plex.rank","l":"RankManager"},{"p":"dev.plex.storage","l":"RedisConnection"},{"p":"dev.plex.command.source","l":"RequiredCommandSource"},{"p":"dev.plex.listener.impl","l":"ServerListener"},{"p":"dev.plex.services","l":"ServiceManager"},{"p":"dev.plex.command.impl","l":"SpectatorCMD"},{"p":"dev.plex.storage","l":"SQLConnection"},{"p":"dev.plex.cache","l":"SQLPlayerData"},{"p":"dev.plex.storage","l":"StorageType"},{"p":"dev.plex.command.impl","l":"SurvivalCMD"},{"p":"dev.plex.rank.enums","l":"Title"},{"p":"dev.plex.command.impl","l":"UnbanCMD"},{"p":"dev.plex.command.impl","l":"WorldCMD"},{"p":"dev.plex.listener.impl","l":"WorldListener"}];updateSearchResults(); \ No newline at end of file