- randomFloatClamp(Random, float, float) - Static method in class cc.funkemunky.api.utils.MathHelper
-
- RayTrace - Class in cc.funkemunky.api.utils.math
-
- RayTrace(Vector, Vector) - Constructor for class cc.funkemunky.api.utils.math.RayTrace
-
- readFile() - Method in class cc.funkemunky.api.utils.FunkeFile
-
- receivePacket(Player, Object) - Method in interface cc.funkemunky.api.tinyprotocol.api.packets.AbstractTinyProtocol
-
- receivePacket(Player, Object) - Method in class cc.funkemunky.api.tinyprotocol.api.packets.channelhandler.TinyProtocol1_7
-
Pretend that a given packet has been received from a player.
- receivePacket(Channel, Object) - Method in class cc.funkemunky.api.tinyprotocol.api.packets.channelhandler.TinyProtocol1_7
-
Pretend that a given packet has been received from a given client.
- receivePacket(Player, Object) - Method in class cc.funkemunky.api.tinyprotocol.api.packets.channelhandler.TinyProtocol1_8
-
Pretend that a given packet has been received from a player.
- receivePacket(Channel, Object) - Method in class cc.funkemunky.api.tinyprotocol.api.packets.channelhandler.TinyProtocol1_8
-
Pretend that a given packet has been received from a given client.
- Red - Static variable in class cc.funkemunky.api.utils.Color
-
- Red - Static variable in class cc.funkemunky.bungee.utils.Color
-
- Reflection - Class in cc.funkemunky.api.tinyprotocol.reflection
-
An utility class that simplifies reflection in Bukkit plugins.
- Reflections - Class in cc.funkemunky.api.reflections
-
- Reflections() - Constructor for class cc.funkemunky.api.reflections.Reflections
-
- Reflections - Class in cc.funkemunky.bungee.utils.reflection
-
- Reflections() - Constructor for class cc.funkemunky.bungee.utils.reflection.Reflections
-
- ReflectionsUtil - Class in cc.funkemunky.api.utils
-
- ReflectionsUtil() - Constructor for class cc.funkemunky.api.utils.ReflectionsUtil
-
- registerCommand(Command, String, Method, Object) - Method in class cc.funkemunky.api.commands.ancmd.CommandManager
-
- registerCommand(Plugin, Command, String, Method, Object) - Method in class cc.funkemunky.api.commands.ancmd.CommandManager
-
Deprecated.
- registerCommand(String, JavaPlugin) - Static method in class cc.funkemunky.api.utils.MiscUtils
-
- registerCommands(Plugin, Object) - Method in class cc.funkemunky.api.commands.ancmd.CommandManager
-
Deprecated.
- registerCommands(Object) - Method in class cc.funkemunky.api.commands.ancmd.CommandManager
-
- registerListener(Method, AtlasListener, Plugin) - Method in class cc.funkemunky.api.events.EventManager
-
- registerListeners(AtlasListener, Plugin) - Method in class cc.funkemunky.api.events.EventManager
-
- RegularBox - Class in cc.funkemunky.api.utils.blockbox.impl
-
- RegularBox(Material, BoundingBox) - Constructor for class cc.funkemunky.api.utils.blockbox.impl.RegularBox
-
- REL_LOOK - Static variable in class cc.funkemunky.api.tinyprotocol.api.NMSObject.Server
-
- REL_POSITION - Static variable in class cc.funkemunky.api.tinyprotocol.api.NMSObject.Server
-
- REL_POSITION_LOOK - Static variable in class cc.funkemunky.api.tinyprotocol.api.NMSObject.Server
-
- ReloadArgument - Class in cc.funkemunky.api.commands.impl.args
-
- ReloadArgument(FunkeCommand) - Constructor for class cc.funkemunky.api.commands.impl.args.ReloadArgument
-
- reloadConfig() - Method in class cc.funkemunky.api.Atlas
-
- remove(int) - Method in class cc.funkemunky.api.utils.json.JSONArray
-
Remove an index and close the hole.
- remove(String) - Method in class cc.funkemunky.api.utils.json.JSONObject
-
Remove a name and its value, if present.
- removeAll(Plugin) - Method in class cc.funkemunky.api.commands.FunkeCommandManager
-
- removeAllCommands() - Method in class cc.funkemunky.api.commands.FunkeCommandManager
-
- removeCommand(String) - Method in class cc.funkemunky.api.commands.FunkeCommandManager
-
- removeCommand(FunkeCommand) - Method in class cc.funkemunky.api.commands.FunkeCommandManager
-
- reset() - Method in class cc.funkemunky.api.profiling.BaseProfiler
-
- reset() - Method in interface cc.funkemunky.api.profiling.Profiler
-
- reset() - Method in class cc.funkemunky.api.utils.math.MCSmooth
-
- reset() - Method in class cc.funkemunky.api.utils.TickTimer
-
- RESPAWN - Static variable in class cc.funkemunky.api.tinyprotocol.api.NMSObject.Server
-
- RESPAWN - Static variable in class cc.funkemunky.api.tinyprotocol.api.Packet.Server
-
- results(ResultsType) - Method in class cc.funkemunky.api.profiling.BaseProfiler
-
- results(ResultsType) - Method in interface cc.funkemunky.api.profiling.Profiler
-
- ResultsType - Enum in cc.funkemunky.api.profiling
-
- RollingAverage - Class in cc.funkemunky.api.utils.math
-
- RollingAverage(int) - Constructor for class cc.funkemunky.api.utils.math.RollingAverage
-
- RollingAverageDouble - Class in cc.funkemunky.api.utils.math
-
- RollingAverageDouble(int, double) - Constructor for class cc.funkemunky.api.utils.math.RollingAverageDouble
-
- RollingAverageLong - Class in cc.funkemunky.api.utils.math
-
- RollingAverageLong(int, long) - Constructor for class cc.funkemunky.api.utils.math.RollingAverageLong
-
- round(double, int) - Static method in class cc.funkemunky.api.utils.MathUtils
-
- round(double, int, RoundingMode) - Static method in class cc.funkemunky.api.utils.MathUtils
-
- round(double) - Static method in class cc.funkemunky.api.utils.MathUtils
-
- round(float, int) - Static method in class cc.funkemunky.api.utils.MathUtils
-
- round(float, int, RoundingMode) - Static method in class cc.funkemunky.api.utils.MathUtils
-
- round(float) - Static method in class cc.funkemunky.api.utils.MathUtils
-
- roundUpToPowerOfTwo(int) - Static method in class cc.funkemunky.api.utils.MathHelper
-
Returns the input value rounded up to the next highest power of two.
- rowToJSONArray(JSONTokener) - Static method in class cc.funkemunky.api.utils.json.CDL
-
Produce a JSONArray of strings from a row of comma delimited values.
- rowToJSONObject(JSONArray, JSONTokener) - Static method in class cc.funkemunky.api.utils.json.CDL
-
Produce a JSONObject from a row of comma delimited text, using a
parallel JSONArray of strings to provides the names of the elements.
- rowToString(JSONArray) - Static method in class cc.funkemunky.api.utils.json.CDL
-
Produce a comma delimited text row from a JSONArray.
- runBungeeModChecker(Player, Map<String, String>) - Static method in class cc.funkemunky.api.handlers.ForgeHandler
-
- runHelpMessage(CommandAdapter, CommandSender, ColorScheme) - Method in class cc.funkemunky.api.commands.ancmd.CommandManager
-
- runUpdateCheck() - Method in class cc.funkemunky.api.updater.Updater
-
- RunUtils - Class in cc.funkemunky.api.utils
-
- RunUtils() - Constructor for class cc.funkemunky.api.utils.RunUtils
-