- OBC_PREFIX - Static variable in class cc.funkemunky.api.tinyprotocol.reflection.Reflection
-
- object() - Method in class cc.funkemunky.api.utils.json.JSONWriter
-
Begin appending a new object.
- objects - Variable in class cc.funkemunky.api.bungee.events.BungeeReceiveEvent
-
- offset(Vector, Vector) - Static method in class cc.funkemunky.api.utils.MathUtils
-
- onArgument(CommandSender, Command, String[]) - Method in class cc.funkemunky.api.commands.FunkeArgument
-
- onArgument(CommandSender, Command, String[]) - Method in class cc.funkemunky.api.commands.impl.args.DevArgument
-
- onArgument(CommandSender, Command, String[]) - Method in class cc.funkemunky.api.commands.impl.args.ProfileArgument
-
- onArgument(CommandSender, Command, String[]) - Method in class cc.funkemunky.api.commands.impl.args.ReloadArgument
-
- onArgument(CommandSender, Command, String[]) - Method in class cc.funkemunky.api.commands.impl.args.ToggleArgument
-
- onArgument(CommandSender, Command, String[]) - Method in class cc.funkemunky.api.commands.impl.args.UpdateArgument
-
- onCommand(CommandSender, Command, String, String[]) - Method in class cc.funkemunky.api.commands.ancmd.CommandManager
-
- onCommand(CommandSender, Command, String, String[]) - Method in class cc.funkemunky.api.commands.FunkeCommand
-
- onDisable() - Method in class cc.funkemunky.api.Atlas
-
- one - Variable in class cc.funkemunky.api.utils.Tuple
-
- onEnable() - Method in class cc.funkemunky.api.Atlas
-
- onEnable() - Method in class cc.funkemunky.bungee.AtlasBungee
-
- onEvent(PluginEnableEvent) - Method in class cc.funkemunky.api.handlers.PluginLoaderHandler
-
- onEvent(PluginDisableEvent) - Method in class cc.funkemunky.api.listeners.PluginShutdownListeners
-
- onEvent(PlayerJoinEvent) - Method in class cc.funkemunky.api.updater.UpdaterListener
-
- onEvent(PluginMessageEvent) - Method in class cc.funkemunky.bungee.listeners.AtlasMsgListener
-
- onJoin(PlayerJoinEvent) - Method in class cc.funkemunky.api.handlers.ForgeHandler
-
- onJoin(PostLoginEvent) - Method in class cc.funkemunky.bungee.listeners.JoinListener
-
- onPacketInAsync(Player, Object) - Method in class cc.funkemunky.api.tinyprotocol.api.packets.channelhandler.TinyProtocol1_7
-
Invoked when the server has received a packet from a given player.
- onPacketInAsync(Player, Object) - Method in class cc.funkemunky.api.tinyprotocol.api.packets.channelhandler.TinyProtocol1_8
-
Invoked when the server has received a packet from a given player.
- onPacketInAsync(Player, Object) - Method in class cc.funkemunky.api.tinyprotocol.api.TinyProtocolHandler
-
- onPacketOutAsync(Player, Object) - Method in class cc.funkemunky.api.tinyprotocol.api.packets.channelhandler.TinyProtocol1_7
-
Invoked when the server is starting to send a packet to a player.
- onPacketOutAsync(Player, Object) - Method in class cc.funkemunky.api.tinyprotocol.api.packets.channelhandler.TinyProtocol1_8
-
Invoked when the server is starting to send a packet to a player.
- onPacketOutAsync(Player, Object) - Method in class cc.funkemunky.api.tinyprotocol.api.TinyProtocolHandler
-
- onPluginMessageReceived(String, Player, byte[]) - Method in class cc.funkemunky.api.bungee.BungeeManager
-
- onPluginMessageReceived(String, Player, byte[]) - Method in class cc.funkemunky.api.handlers.ForgeHandler
-
- onPME(PluginMessageEvent) - Method in class cc.funkemunky.bungee.listeners.JoinListener
-
- onTabComplete(CommandSender, Command, String, String[]) - Method in class cc.funkemunky.api.commands.ancmd.SpigotCompleter
-
- onTabComplete(CommandSender, Command, String, String[]) - Method in class cc.funkemunky.api.commands.FunkeCommand
-
- OPEN_WINDOW - Static variable in class cc.funkemunky.api.tinyprotocol.api.NMSObject.Server
-
- opposite() - Method in enum cc.funkemunky.api.tinyprotocol.packet.types.EnumDirection
-
- opt(int) - Method in class cc.funkemunky.api.utils.json.JSONArray
-
Get the optional object value associated with an index.
- opt(String) - Method in class cc.funkemunky.api.utils.json.JSONObject
-
Get an optional value associated with a key.
- optBoolean(int) - Method in class cc.funkemunky.api.utils.json.JSONArray
-
Get the optional boolean value associated with an index.
- optBoolean(int, boolean) - Method in class cc.funkemunky.api.utils.json.JSONArray
-
Get the optional boolean value associated with an index.
- optBoolean(String) - Method in class cc.funkemunky.api.utils.json.JSONObject
-
Get an optional boolean associated with a key.
- optBoolean(String, boolean) - Method in class cc.funkemunky.api.utils.json.JSONObject
-
Get an optional boolean associated with a key.
- optDouble(int) - Method in class cc.funkemunky.api.utils.json.JSONArray
-
Get the optional double value associated with an index.
- optDouble(int, double) - Method in class cc.funkemunky.api.utils.json.JSONArray
-
Get the optional double value associated with an index.
- optDouble(String) - Method in class cc.funkemunky.api.utils.json.JSONObject
-
Get an optional double associated with a key,
or NaN if there is no such key or if its value is not a number.
- optDouble(String, double) - Method in class cc.funkemunky.api.utils.json.JSONObject
-
Get an optional double associated with a key, or the
defaultValue if there is no such key or if its value is not a number.
- optInt(int) - Method in class cc.funkemunky.api.utils.json.JSONArray
-
Get the optional int value associated with an index.
- optInt(int, int) - Method in class cc.funkemunky.api.utils.json.JSONArray
-
Get the optional int value associated with an index.
- optInt(String) - Method in class cc.funkemunky.api.utils.json.JSONObject
-
Get an optional int value associated with a key,
or zero if there is no such key or if the value is not a number.
- optInt(String, int) - Method in class cc.funkemunky.api.utils.json.JSONObject
-
Get an optional int value associated with a key,
or the default if there is no such key or if the value is not a number.
- optJSONArray(int) - Method in class cc.funkemunky.api.utils.json.JSONArray
-
Get the optional JSONArray associated with an index.
- optJSONArray(String) - Method in class cc.funkemunky.api.utils.json.JSONObject
-
Get an optional JSONArray associated with a key.
- optJSONObject(int) - Method in class cc.funkemunky.api.utils.json.JSONArray
-
Get the optional JSONObject associated with an index.
- optJSONObject(String) - Method in class cc.funkemunky.api.utils.json.JSONObject
-
Get an optional JSONObject associated with a key.
- optLong(int) - Method in class cc.funkemunky.api.utils.json.JSONArray
-
Get the optional long value associated with an index.
- optLong(int, long) - Method in class cc.funkemunky.api.utils.json.JSONArray
-
Get the optional long value associated with an index.
- optLong(String) - Method in class cc.funkemunky.api.utils.json.JSONObject
-
Get an optional long value associated with a key,
or zero if there is no such key or if the value is not a number.
- optLong(String, long) - Method in class cc.funkemunky.api.utils.json.JSONObject
-
Get an optional long value associated with a key,
or the default if there is no such key or if the value is not a number.
- optString(int) - Method in class cc.funkemunky.api.utils.json.JSONArray
-
Get the optional string value associated with an index.
- optString(int, String) - Method in class cc.funkemunky.api.utils.json.JSONArray
-
Get the optional string associated with an index.
- optString(String) - Method in class cc.funkemunky.api.utils.json.JSONObject
-
Get an optional string associated with a key.
- optString(String, String) - Method in class cc.funkemunky.api.utils.json.JSONObject
-
Get an optional string associated with a key.
- outChannel - Variable in class cc.funkemunky.bungee.AtlasBungee
-