- read(int) - Method in class com.comphenix.protocol.reflect.compiler.CompiledStructureModifier
-
- read(int) - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Reads the value of a field given its index.
- readField(Field, Object) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Read an accessible Field.
- readField(Field, Object, boolean) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Read a Field.
- readField(Object, String) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Read the named public field.
- readField(Object, String, boolean) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Read the named field.
- readGenerated(int) - Method in class com.comphenix.protocol.reflect.compiler.CompiledStructureModifier
-
- readReflected(int) - Method in class com.comphenix.protocol.reflect.compiler.CompiledStructureModifier
-
Read the given field index using reflection.
- readSafely(int) - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Reads the value of a field if and ONLY IF it exists.
- readStaticField(Field) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Read an accessible static Field.
- readStaticField(Field, boolean) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Read a static Field.
- readStaticField(Class, String) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Read the named public static field.
- readStaticField(Class, String, boolean) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Read the named static field.
- receivingWhitelist - Variable in class com.comphenix.protocol.events.PacketAdapter
-
- recieveClientPacket(Player, PacketContainer) - Method in interface com.comphenix.protocol.PacketStream
-
Simulate recieving a certain packet from a given player.
- recieveClientPacket(Player, PacketContainer, boolean) - Method in interface com.comphenix.protocol.PacketStream
-
Simulate recieving a certain packet from a given player.
- recieveClientPacket(Player, PacketContainer, boolean) - Method in interface com.comphenix.protocol.ProtocolManager
-
Simulate recieving a certain packet from a given player.
- RECURSE_DEPTH - Static variable in class com.comphenix.protocol.reflect.PrettyPrinter
-
How far we will recurse.
- registerAll() - Method in class com.comphenix.protocol.reflect.IntEnum
-
Registers every public int field as a member.
- registerAsyncHandler(PacketListener) - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
- registerAsyncHandler(PacketListener, boolean) - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
Registers an asynchronous packet handler.
- registerAsyncHandler(PacketListener) - Method in interface com.comphenix.protocol.AsynchronousManager
-
Registers an asynchronous packet handler.
- registerMember(int, String) - Method in class com.comphenix.protocol.reflect.IntEnum
-
Registers a member.
- registerTimeoutHandler(PacketListener) - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
- registerTimeoutHandler(PacketListener) - Method in interface com.comphenix.protocol.AsynchronousManager
-
Register a synchronous listener that handles packets when they time out.
- REL_ENTITY_MOVE - Static variable in class com.comphenix.protocol.Packets.Server
-
- REL_ENTITY_MOVE_LOOK - Static variable in class com.comphenix.protocol.Packets.Server
-
- reloadConfig() - Method in class com.comphenix.protocol.ProtocolLibrary
-
- remove(TKey, TKey) - Method in class com.comphenix.protocol.concurrency.AbstractIntervalTree
-
Removes every interval that intersects with the given range.
- remove(TKey, TKey, boolean) - Method in class com.comphenix.protocol.concurrency.AbstractIntervalTree
-
Removes every interval that intersects with the given range.
- remove(int) - Method in class com.comphenix.protocol.concurrency.IntegerSet
-
Remove the given element from the set, or do nothing if it's already removed.
- remove(Object) - Method in class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
-
Removes from the list by making a new list with every element except the one given.
- remove(int) - Method in class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
-
Removes from the list by making a copy of every element except the one with the given index.
- remove(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Remove the NBT element that is associated with the given key.
- remove(Object) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtList
-
Remove a given object from the list.
- REMOVE_MOB_EFFECT - Static variable in class com.comphenix.protocol.Packets.Server
-
- removeAll(Collection<?>) - Method in class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
-
- removeListener(TListener, ListeningWhitelist) - Method in class com.comphenix.protocol.concurrency.AbstractConcurrentListenerMultimap
-
Removes the given listener from the packet event list.
- removeObject(int) - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Remove a given object from the underlying DataWatcher.
- removePacketListener(PacketListener) - Method in interface com.comphenix.protocol.ProtocolManager
-
Removes a given packet listener.
- removePacketListeners(Plugin) - Method in interface com.comphenix.protocol.ProtocolManager
-
Removes every listener associated with the given plugin.
- removePlayer(Player) - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
Clean up after a given player has logged out.
- removePlotter(Metrics.Plotter) - Method in class com.comphenix.protocol.metrics.Metrics.Graph
-
Remove a plotter from the graph
- Report - Class in com.comphenix.protocol.error
-
Represents a error or warning report.
- Report(ReportType, Throwable, Object[], Object[]) - Constructor for class com.comphenix.protocol.error.Report
-
Construct a new report with the given type and parameters.
- Report.ReportBuilder - Class in com.comphenix.protocol.error
-
Must be constructed through the factory method in Report.
- REPORT_CANNOT_COMPILE_STRUCTURE_MODIFIER - Static variable in class com.comphenix.protocol.reflect.compiler.BackgroundCompiler
-
- REPORT_CANNOT_CREATE_TIMEOUT_TASK - Static variable in class com.comphenix.protocol.ProtocolLibrary
-
- REPORT_CANNOT_DELETE_CONFIG - Static variable in class com.comphenix.protocol.ProtocolLibrary
-
- REPORT_CANNOT_DETECT_CONFLICTING_PLUGINS - Static variable in class com.comphenix.protocol.ProtocolLibrary
-
- REPORT_CANNOT_HANDLE_CONVERSATION - Static variable in class com.comphenix.protocol.CommandFilter
-
- REPORT_CANNOT_LOAD_CONFIG - Static variable in class com.comphenix.protocol.ProtocolLibrary
-
- REPORT_CANNOT_LOAD_FALLBACK_ENGINE - Static variable in class com.comphenix.protocol.CommandFilter
-
- REPORT_CANNOT_PARSE_INJECTION_METHOD - Static variable in class com.comphenix.protocol.ProtocolLibrary
-
- REPORT_CANNOT_PARSE_MINECRAFT_VERSION - Static variable in class com.comphenix.protocol.ProtocolLibrary
-
- REPORT_CANNOT_REGISTER_COMMAND - Static variable in class com.comphenix.protocol.ProtocolLibrary
-
- REPORT_CANNOT_SCHEDULE_COMPILATION - Static variable in class com.comphenix.protocol.reflect.compiler.BackgroundCompiler
-
- REPORT_CANNOT_UPDATE_PLUGIN - Static variable in class com.comphenix.protocol.ProtocolLibrary
-
- REPORT_EXCEPTION_COUNT - Static variable in class com.comphenix.protocol.error.DetailedErrorReporter
-
Report format for printing the current exception count.
- REPORT_FALLBACK_ENGINE - Static variable in class com.comphenix.protocol.CommandFilter
-
- REPORT_FILTER_REMOVED_FOR_ERROR - Static variable in class com.comphenix.protocol.CommandFilter
-
- REPORT_METRICS_GENERIC_ERROR - Static variable in class com.comphenix.protocol.ProtocolLibrary
-
- REPORT_METRICS_IO_ERROR - Static variable in class com.comphenix.protocol.ProtocolLibrary
-
- REPORT_PACKAGES_UNSUPPORTED_IN_ENGINE - Static variable in class com.comphenix.protocol.CommandFilter
-
- REPORT_PLUGIN_ENABLE_ERROR - Static variable in class com.comphenix.protocol.ProtocolLibrary
-
- REPORT_PLUGIN_LOAD_ERROR - Static variable in class com.comphenix.protocol.ProtocolLibrary
-
- REPORT_TOO_MANY_GENERATED_CLASSES - Static variable in class com.comphenix.protocol.reflect.compiler.StructureCompiler
-
- reportDetailed(Object, Report) - Method in class com.comphenix.protocol.error.BasicErrorReporter
-
- reportDetailed(Object, Report.ReportBuilder) - Method in class com.comphenix.protocol.error.BasicErrorReporter
-
- reportDetailed(Object, Report) - Method in class com.comphenix.protocol.error.DelegatedErrorReporter
-
- reportDetailed(Object, Report.ReportBuilder) - Method in class com.comphenix.protocol.error.DelegatedErrorReporter
-
- reportDetailed(Object, Report.ReportBuilder) - Method in class com.comphenix.protocol.error.DetailedErrorReporter
-
- reportDetailed(Object, Report) - Method in class com.comphenix.protocol.error.DetailedErrorReporter
-
- reportDetailed(Object, Report) - Method in interface com.comphenix.protocol.error.ErrorReporter
-
Prints a detailed error report about an unhandled exception.
- reportDetailed(Object, Report.ReportBuilder) - Method in interface com.comphenix.protocol.error.ErrorReporter
-
Prints a detailed error report about an unhandled exception.
- reportMinimal(Plugin, String, Throwable) - Method in class com.comphenix.protocol.error.BasicErrorReporter
-
- reportMinimal(Plugin, String, Throwable, Object...) - Method in class com.comphenix.protocol.error.BasicErrorReporter
-
- reportMinimal(Plugin, String, Throwable) - Method in class com.comphenix.protocol.error.DelegatedErrorReporter
-
- reportMinimal(Plugin, String, Throwable, Object...) - Method in class com.comphenix.protocol.error.DelegatedErrorReporter
-
- reportMinimal(Plugin, String, Throwable, Object...) - Method in class com.comphenix.protocol.error.DetailedErrorReporter
-
- reportMinimal(Plugin, String, Throwable) - Method in class com.comphenix.protocol.error.DetailedErrorReporter
-
- reportMinimal(Plugin, String, Throwable) - Method in interface com.comphenix.protocol.error.ErrorReporter
-
Prints a small minimal error report regarding an exception from another plugin.
- reportMinimal(Plugin, String, Throwable, Object...) - Method in interface com.comphenix.protocol.error.ErrorReporter
-
Prints a small minimal error report regarding an exception from another plugin.
- reportMinimalNoSpam(Plugin, String, Throwable) - Method in class com.comphenix.protocol.error.DetailedErrorReporter
-
Report a problem with a given method and plugin, ensuring that we don't exceed the maximum number of error reports.
- ReportType - Class in com.comphenix.protocol.error
-
Represents a strongly-typed report.
- ReportType(String) - Constructor for class com.comphenix.protocol.error.ReportType
-
Construct a new report type.
- reportWarning(Object, Report) - Method in class com.comphenix.protocol.error.BasicErrorReporter
-
- reportWarning(Object, Report.ReportBuilder) - Method in class com.comphenix.protocol.error.BasicErrorReporter
-
- reportWarning(Object, Report) - Method in class com.comphenix.protocol.error.DelegatedErrorReporter
-
- reportWarning(Object, Report.ReportBuilder) - Method in class com.comphenix.protocol.error.DelegatedErrorReporter
-
- reportWarning(Object, Report.ReportBuilder) - Method in class com.comphenix.protocol.error.DetailedErrorReporter
-
- reportWarning(Object, Report) - Method in class com.comphenix.protocol.error.DetailedErrorReporter
-
- reportWarning(Object, Report) - Method in interface com.comphenix.protocol.error.ErrorReporter
-
Prints a warning message from the current plugin.
- reportWarning(Object, Report.ReportBuilder) - Method in interface com.comphenix.protocol.error.ErrorReporter
-
Prints a warning message from the current plugin.
- requireModifier(int) - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember.Builder
-
Add a given bit-field of required modifiers for every matching member.
- requireModifier(int) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyFieldContract.Builder
-
- requireModifier(int) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract.Builder
-
- reset() - Method in class com.comphenix.protocol.metrics.Metrics.Plotter
-
Called after the website graphs have been updated
- RESPAWN - Static variable in class com.comphenix.protocol.Packets.Client
-
Deprecated.
- RESPAWN - Static variable in class com.comphenix.protocol.Packets.Server
-
- retainAll(Collection<?>) - Method in class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
-
- returnDerivedOf(Class<?>) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract.Builder
-
Set the expected super class of the return type for every matching method.
- returnTypeExact(Class<?>) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract.Builder
-
Set the return type of a matching method exactly.
- returnTypeMatches(AbstractFuzzyMatcher<Class<?>>) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract.Builder
-
Set a matcher that must match the return type of a matching method.
- returnTypeVoid() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract.Builder
-
Require a void method.
- revertValue() - Method in class com.comphenix.protocol.reflect.VolatileField
-
Revert to the previously set value.
- runAsynchronouslyOnce(Plugin, Runnable, long) - Static method in class com.comphenix.protocol.utility.WrappedScheduler
-
Schedule a given task for a single asynchronous execution.
- runAsynchronouslyRepeat(Plugin, Runnable, long, long) - Static method in class com.comphenix.protocol.utility.WrappedScheduler
-
Schedule a given task for multiple asynchronous executions.
- runAsynchronouslyRepeat(Plugin, BukkitScheduler, Runnable, long, long) - Static method in class com.comphenix.protocol.utility.WrappedScheduler
-
Schedule a given task for asynchronous execution.