Uses of Interface
com.comphenix.protocol.error.ErrorReporter
Packages that use ErrorReporter
Package
Description
Contains classes for retrieving the main ProtocolMananger object.
-
Uses of ErrorReporter in com.comphenix.protocol
Fields in com.comphenix.protocol declared as ErrorReporterMethods in com.comphenix.protocol that return ErrorReporterModifier and TypeMethodDescriptionAsynchronousManager.getErrorReporter()Retrieve the default error reporter.static ErrorReporterProtocolLibrary.getErrorReporter()Retrieve the current error reporter.Methods in com.comphenix.protocol with parameters of type ErrorReporterModifier and TypeMethodDescriptionprotected static voidProtocolLibrary.init(org.bukkit.plugin.Plugin plugin, ProtocolConfig config, ProtocolManager manager, ErrorReporter reporter)Constructors in com.comphenix.protocol with parameters of type ErrorReporterModifierConstructorDescriptionCommandFilter(ErrorReporter reporter, org.bukkit.plugin.Plugin plugin, ProtocolConfig config) -
Uses of ErrorReporter in com.comphenix.protocol.async
Methods in com.comphenix.protocol.async that return ErrorReporterConstructors in com.comphenix.protocol.async with parameters of type ErrorReporterModifierConstructorDescriptionAsyncFilterManager(ErrorReporter reporter, org.bukkit.scheduler.BukkitScheduler scheduler)Initialize a asynchronous filter manager. -
Uses of ErrorReporter in com.comphenix.protocol.error
Classes in com.comphenix.protocol.error that implement ErrorReporterModifier and TypeClassDescriptionclassRepresents a basic error reporter that prints error reports to the standard error stream.classConstruct an error reporter that delegates to another error reporter.classInternal class used to handle exceptions.classRepresents an error reporter that rethrows every exception instead.Methods in com.comphenix.protocol.error that return ErrorReporterModifier and TypeMethodDescriptionDelegatedErrorReporter.getDelegated()Retrieve the underlying error reporter.Constructors in com.comphenix.protocol.error with parameters of type ErrorReporterModifierConstructorDescriptionDelegatedErrorReporter(ErrorReporter delegated)Construct a new error reporter that forwards all reports to a given reporter. -
Uses of ErrorReporter in com.comphenix.protocol.injector
Methods in com.comphenix.protocol.injector that return ErrorReporterMethods in com.comphenix.protocol.injector with parameters of type ErrorReporterModifier and TypeMethodDescriptionvoidSortedPacketListenerList.invokePacketRecieving(ErrorReporter reporter, PacketEvent event)Invokes the given packet event for every registered listener.voidSortedPacketListenerList.invokePacketRecieving(ErrorReporter reporter, PacketEvent event, ListenerPriority priorityFilter)Invokes the given packet event for every registered listener of the given priority.voidSortedPacketListenerList.invokePacketSending(ErrorReporter reporter, PacketEvent event)Invokes the given packet event for every registered listener.voidSortedPacketListenerList.invokePacketSending(ErrorReporter reporter, PacketEvent event, ListenerPriority priorityFilter)Invokes the given packet event for every registered listener of the given priority.PacketFilterBuilder.reporter(ErrorReporter reporter)Set the error reporter.Constructors in com.comphenix.protocol.injector with parameters of type ErrorReporterModifierConstructorDescriptionBukkitUnwrapper(ErrorReporter reporter)Construct a new Bukkit unwrapper with the given error reporter.NetworkProcessor(ErrorReporter reporter)Construct a new network processor. -
Uses of ErrorReporter in com.comphenix.protocol.injector.netty
Methods in com.comphenix.protocol.injector.netty that return ErrorReporterModifier and TypeMethodDescriptionChannelListener.getReporter()Retrieve the current error reporter.ProtocolInjector.getReporter()Constructors in com.comphenix.protocol.injector.netty with parameters of type ErrorReporterModifierConstructorDescriptionProtocolInjector(org.bukkit.plugin.Plugin plugin, ListenerInvoker invoker, ErrorReporter reporter) -
Uses of ErrorReporter in com.comphenix.protocol.injector.server
Fields in com.comphenix.protocol.injector.server declared as ErrorReporterMethods in com.comphenix.protocol.injector.server with parameters of type ErrorReporterModifier and TypeMethodDescriptionInputStreamLookupBuilder.reporter(ErrorReporter reporter)Set the error reporter to pass on to the lookup.Constructors in com.comphenix.protocol.injector.server with parameters of type ErrorReporterModifierConstructorDescriptionprotectedAbstractInputStreamLookup(ErrorReporter reporter, org.bukkit.Server server) -
Uses of ErrorReporter in com.comphenix.protocol.reflect.compiler
Constructors in com.comphenix.protocol.reflect.compiler with parameters of type ErrorReporterModifierConstructorDescriptionBackgroundCompiler(ClassLoader loader, ErrorReporter reporter)Initialize a background compiler.BackgroundCompiler(ClassLoader loader, ErrorReporter reporter, ExecutorService executor)Initialize a background compiler utilizing the given thread pool.