A B C D E F G H I K L M N O P R S T U V W X Y Z 

R

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.
read() - Method in class com.comphenix.protocol.utility.ByteBufferInputStream
 
read(byte[], int, int) - Method in class com.comphenix.protocol.utility.ByteBufferInputStream
 
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
 
ReadOnlyFieldAccessor - Class in com.comphenix.protocol.reflect.accessors
 
ReadOnlyFieldAccessor() - Constructor for class com.comphenix.protocol.reflect.accessors.ReadOnlyFieldAccessor
 
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 class com.comphenix.protocol.injector.DelayedPacketManager
 
recieveClientPacket(Player, PacketContainer, boolean) - Method in class com.comphenix.protocol.injector.DelayedPacketManager
 
recieveClientPacket(Player, PacketContainer, NetworkMarker, boolean) - Method in class com.comphenix.protocol.injector.DelayedPacketManager
 
recieveClientPacket(Player, PacketContainer) - Method in class com.comphenix.protocol.injector.PacketFilterManager
 
recieveClientPacket(Player, PacketContainer, boolean) - Method in class com.comphenix.protocol.injector.PacketFilterManager
 
recieveClientPacket(Player, PacketContainer, NetworkMarker, boolean) - Method in class com.comphenix.protocol.injector.PacketFilterManager
 
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, NetworkMarker, 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 receiving a certain packet from a given player.
RECURSE_DEPTH - Static variable in class com.comphenix.protocol.reflect.PrettyPrinter
How far we will recurse.
REDSTONE_UPDATE - Static variable in class com.comphenix.protocol.utility.MinecraftVersion
Version 1.5.0 - the redstone update.
refreshValue() - Method in class com.comphenix.protocol.reflect.VolatileField
Reapply the current changed value.
registerAll() - Method in class com.comphenix.protocol.reflect.IntEnum
Registers every public int field as a member.
registerAll(Class<T>) - Method in class com.comphenix.protocol.reflect.ObjectEnum
Registers every public assignable static 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.
registerEvents(PluginManager, Plugin) - Method in class com.comphenix.protocol.injector.DelayedPacketManager
 
registerEvents(PluginManager, Plugin) - Method in interface com.comphenix.protocol.injector.InternalManager
Register this protocol manager on Bukkit.
registerEvents(PluginManager, Plugin) - Method in class com.comphenix.protocol.injector.PacketFilterManager
Register this protocol manager on Bukkit.
registerMember(int, String) - Method in class com.comphenix.protocol.reflect.IntEnum
Registers a member.
registerMember(T, String) - Method in class com.comphenix.protocol.reflect.ObjectEnum
Registers a member if its not present.
registerPacketClass(Class<?>, int) - Method in interface com.comphenix.protocol.injector.ListenerInvoker
Deprecated.
registerPacketClass(Class<?>, int) - Method in class com.comphenix.protocol.injector.PacketFilterManager
Deprecated.
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
Deprecated.
 
REL_ENTITY_MOVE - Static variable in class com.comphenix.protocol.PacketType.Play.Server
 
REL_ENTITY_MOVE_LOOK - Static variable in class com.comphenix.protocol.Packets.Server
Deprecated.
 
reloadConfig() - Method in class com.comphenix.protocol.ProtocolConfig
Reload configuration file.
reloadConfig() - Method in class com.comphenix.protocol.ProtocolLibrary
 
removalListener(RemovalListener<? super K1, ? super V1>) - Method in class com.comphenix.protocol.utility.SafeCacheBuilder
Specifies a listener instance, which all caches built using this CacheBuilder will notify each time an entry is removed from the cache by any means.
remove(int) - Method in class com.comphenix.protocol.collections.IntegerMap
Remove an association from the map.
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(Object) - Method in class com.comphenix.protocol.concurrency.ConcurrentPlayerMap
 
remove(Object, Object) - Method in class com.comphenix.protocol.concurrency.ConcurrentPlayerMap
 
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(Object) - Method in class com.comphenix.protocol.wrappers.collection.CachedCollection
 
remove(Object) - Method in class com.comphenix.protocol.wrappers.collection.ConvertedCollection
 
remove(int) - Method in class com.comphenix.protocol.wrappers.collection.ConvertedList
 
remove(Object) - Method in class com.comphenix.protocol.wrappers.collection.ConvertedMap
 
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(int) - Method in class com.comphenix.protocol.wrappers.WrappedIntHashMap
Remove a mapping of a key to a value if it is present.
REMOVE_ENTITY_EFFECT - Static variable in class com.comphenix.protocol.PacketType.Play.Server
 
REMOVE_MOB_EFFECT - Static variable in class com.comphenix.protocol.Packets.Server
Deprecated.
 
removeAll(Iterable<? extends PacketType>) - Method in class com.comphenix.protocol.concurrency.PacketTypeSet
Remove the given types from the set.
removeAll(Collection<?>) - Method in class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
 
removeAll(Collection<?>) - Method in class com.comphenix.protocol.wrappers.collection.CachedCollection
 
removeAll(Collection<?>) - Method in class com.comphenix.protocol.wrappers.collection.ConvertedCollection
 
removeListener(TListener, ListeningWhitelist) - Method in class com.comphenix.protocol.concurrency.AbstractConcurrentListenerMultimap
Removes the given listener from the packet event list.
removeListener(Runnable) - Method in class com.comphenix.protocol.metrics.Updater
Remove a listener.
removeObject(int) - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
Remove a given object from the underlying DataWatcher.
removeOutputHandler(PacketOutputHandler) - Method in class com.comphenix.protocol.events.NetworkMarker
Remove a given output handler from the serialization queue.
removePacketListener(PacketListener) - Method in class com.comphenix.protocol.injector.DelayedPacketManager
 
removePacketListener(PacketListener) - Method in class com.comphenix.protocol.injector.PacketFilterManager
 
removePacketListener(PacketListener) - Method in interface com.comphenix.protocol.ProtocolManager
Removes a given packet listener.
removePacketListeners(Plugin) - Method in class com.comphenix.protocol.injector.DelayedPacketManager
 
removePacketListeners(Plugin) - Method in class com.comphenix.protocol.injector.PacketFilterManager
 
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
removeType(PacketType) - Method in class com.comphenix.protocol.concurrency.PacketTypeSet
Remove a particular type to the set.
replace(Player, TValue) - Method in class com.comphenix.protocol.concurrency.ConcurrentPlayerMap
 
replace(Player, TValue, TValue) - Method in class com.comphenix.protocol.concurrency.ConcurrentPlayerMap
 
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_FIND_MCPC_REMAPPER - Static variable in class com.comphenix.protocol.utility.MinecraftReflection
 
REPORT_CANNOT_FIND_UNWRAP_METHOD - Static variable in class com.comphenix.protocol.injector.BukkitUnwrapper
 
REPORT_CANNOT_HANDLE_CONVERSATION - Static variable in class com.comphenix.protocol.CommandFilter
 
REPORT_CANNOT_INITIALIZE_PACKET_INJECTOR - Static variable in class com.comphenix.protocol.injector.PacketFilterManager
 
REPORT_CANNOT_INJECT_PLAYER - Static variable in class com.comphenix.protocol.injector.PacketFilterManager
 
REPORT_CANNOT_LOAD_CONFIG - Static variable in class com.comphenix.protocol.ProtocolLibrary
 
REPORT_CANNOT_LOAD_CPC_REMAPPER - Static variable in class com.comphenix.protocol.utility.MinecraftReflection
 
REPORT_CANNOT_LOAD_FALLBACK_ENGINE - Static variable in class com.comphenix.protocol.CommandFilter
 
REPORT_CANNOT_LOAD_PACKET_LIST - Static variable in class com.comphenix.protocol.injector.PacketFilterManager
 
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_READ_FIELD_HANDLE - Static variable in class com.comphenix.protocol.injector.BukkitUnwrapper
 
REPORT_CANNOT_REGISTER_COMMAND - Static variable in class com.comphenix.protocol.ProtocolLibrary
 
REPORT_CANNOT_REGISTER_QUEUED_LISTENER - Static variable in class com.comphenix.protocol.injector.DelayedPacketManager
 
REPORT_CANNOT_SCHEDULE_COMPILATION - Static variable in class com.comphenix.protocol.reflect.compiler.BackgroundCompiler
 
REPORT_CANNOT_SEND_QUEUED_PACKET - Static variable in class com.comphenix.protocol.injector.DelayedPacketManager
 
REPORT_CANNOT_UNINJECT_OFFLINE_PLAYER - Static variable in class com.comphenix.protocol.injector.PacketFilterManager
 
REPORT_CANNOT_UNINJECT_PLAYER - Static variable in class com.comphenix.protocol.injector.PacketFilterManager
 
REPORT_CANNOT_UNREGISTER_PLUGIN - Static variable in class com.comphenix.protocol.injector.PacketFilterManager
 
REPORT_CANNOT_UPDATE_PLUGIN - Static variable in class com.comphenix.protocol.metrics.Updater
 
REPORT_CANNOT_UPDATE_PLUGIN - Static variable in class com.comphenix.protocol.ProtocolLibrary
 
REPORT_CHANGING_PACKET_TYPE_IS_CONFUSING - Static variable in class com.comphenix.protocol.events.PacketEvent
 
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_ILLEGAL_ARGUMENT - Static variable in class com.comphenix.protocol.injector.BukkitUnwrapper
 
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_NON_CRAFTBUKKIT_LIBRARY_PACKAGE - Static variable in class com.comphenix.protocol.utility.MinecraftReflection
 
REPORT_PACKAGES_UNSUPPORTED_IN_ENGINE - Static variable in class com.comphenix.protocol.CommandFilter
 
REPORT_PLUGIN_DEPEND_MISSING - Static variable in class com.comphenix.protocol.injector.PacketFilterManager
 
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_PLUGIN_VERIFIER_ERROR - Static variable in class com.comphenix.protocol.injector.PacketFilterManager
 
REPORT_SECURITY_LIMITATION - Static variable in class com.comphenix.protocol.injector.BukkitUnwrapper
 
REPORT_SPIGOT_IS_DELAYING_INJECTOR - Static variable in class com.comphenix.protocol.injector.PacketFilterBuilder
 
REPORT_TEMPORARY_EVENT_ERROR - Static variable in class com.comphenix.protocol.injector.PacketFilterBuilder
 
REPORT_TOO_MANY_GENERATED_CLASSES - Static variable in class com.comphenix.protocol.reflect.compiler.StructureCompiler
 
REPORT_UNSUPPORTED_CLIENT_PACKET_ID - Static variable in class com.comphenix.protocol.injector.PacketFilterManager
 
REPORT_UNSUPPORTED_SERVER_PACKET_ID - Static variable in class com.comphenix.protocol.injector.PacketFilterManager
 
reportDebug(Object, Report) - Method in class com.comphenix.protocol.error.BasicErrorReporter
 
reportDebug(Object, Report.ReportBuilder) - Method in class com.comphenix.protocol.error.BasicErrorReporter
 
reportDebug(Object, Report) - Method in class com.comphenix.protocol.error.DelegatedErrorReporter
 
reportDebug(Object, Report.ReportBuilder) - Method in class com.comphenix.protocol.error.DelegatedErrorReporter
 
reportDebug(Object, Report.ReportBuilder) - Method in class com.comphenix.protocol.error.DetailedErrorReporter
 
reportDebug(Object, Report) - Method in class com.comphenix.protocol.error.DetailedErrorReporter
 
reportDebug(Object, Report) - Method in interface com.comphenix.protocol.error.ErrorReporter
Prints a debug message from the current sender.
reportDebug(Object, Report.ReportBuilder) - Method in interface com.comphenix.protocol.error.ErrorReporter
Prints a debug message from the current sender.
reportDebug(Object, Report) - Method in class com.comphenix.protocol.error.RethrowErrorReporter
 
reportDebug(Object, Report.ReportBuilder) - Method in class com.comphenix.protocol.error.RethrowErrorReporter
 
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.
reportDetailed(Object, Report.ReportBuilder) - Method in class com.comphenix.protocol.error.RethrowErrorReporter
 
reportDetailed(Object, Report) - Method in class com.comphenix.protocol.error.RethrowErrorReporter
 
reporter(ErrorReporter) - Method in class com.comphenix.protocol.injector.PacketFilterBuilder
Set the error reporter.
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.
reportMinimal(Plugin, String, Throwable) - Method in class com.comphenix.protocol.error.RethrowErrorReporter
 
reportMinimal(Plugin, String, Throwable, Object...) - Method in class com.comphenix.protocol.error.RethrowErrorReporter
 
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.
reportName - Variable in class com.comphenix.protocol.error.ReportType
 
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.
reportWarning(Object, Report.ReportBuilder) - Method in class com.comphenix.protocol.error.RethrowErrorReporter
 
reportWarning(Object, Report) - Method in class com.comphenix.protocol.error.RethrowErrorReporter
 
requireInputBuffer(int) - Method in interface com.comphenix.protocol.injector.ListenerInvoker
Deprecated.
requireInputBuffer(int) - Method in class com.comphenix.protocol.injector.PacketFilterManager
 
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
 
requireOutputHeader() - Method in class com.comphenix.protocol.events.NetworkMarker
Whether or not the output handlers have to write a packet header.
requirePublic() - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember.Builder
Require that every matching member is public.
requirePublic() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyFieldContract.Builder
 
requirePublic() - 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
resetPlayers() - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
Set the player count and player maximum to the default values.
resetVersion() - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
Reset the version string to the default state.
RESPAWN - Static variable in class com.comphenix.protocol.Packets.Client
Deprecated.
RESPAWN - Static variable in class com.comphenix.protocol.Packets.Server
Deprecated.
 
RESPAWN - Static variable in class com.comphenix.protocol.PacketType.Legacy.Client
 
RESPAWN - Static variable in class com.comphenix.protocol.PacketType.Play.Server
 
retainAll(Collection<?>) - Method in class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
 
retainAll(Collection<?>) - Method in class com.comphenix.protocol.wrappers.collection.CachedCollection
 
retainAll(Collection<?>) - Method in class com.comphenix.protocol.wrappers.collection.ConvertedCollection
 
RethrowErrorReporter - Class in com.comphenix.protocol.error
Represents an error reporter that rethrows every exception instead.
RethrowErrorReporter() - Constructor for class com.comphenix.protocol.error.RethrowErrorReporter
 
retry(ClassSource) - Method in class com.comphenix.protocol.utility.ClassSource
Retrieve a class source that will retry failed lookups in the given source.
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.
A B C D E F G H I K L M N O P R S T U V W X Y Z