Package | Description |
---|---|
com.comphenix.protocol |
Contains classes for retrieving the main ProtocolMananger object.
|
com.comphenix.protocol.async | |
com.comphenix.protocol.error | |
com.comphenix.protocol.injector | |
com.comphenix.protocol.reflect.compiler |
Modifier and Type | Method and Description |
---|---|
static ErrorReporter |
ProtocolLibrary.getErrorReporter()
Retrieve the current error reporter.
|
ErrorReporter |
AsynchronousManager.getErrorReporter()
Retrieve the default error reporter.
|
Constructor and Description |
---|
CommandFilter(ErrorReporter reporter,
org.bukkit.plugin.Plugin plugin,
ProtocolConfig config) |
Modifier and Type | Method and Description |
---|---|
ErrorReporter |
AsyncFilterManager.getErrorReporter() |
Constructor and Description |
---|
AsyncFilterManager(ErrorReporter reporter,
org.bukkit.scheduler.BukkitScheduler scheduler)
Initialize a asynchronous filter manager.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicErrorReporter
Represents a basic error reporter that prints error reports to the standard error stream.
|
class |
DelegatedErrorReporter
Construct an error reporter that delegates to another error reporter.
|
class |
DetailedErrorReporter
Internal class used to handle exceptions.
|
class |
RethrowErrorReporter
Represents an error reporter that rethrows every exception instead.
|
Modifier and Type | Method and Description |
---|---|
ErrorReporter |
DelegatedErrorReporter.getDelegated()
Retrieve the underlying error reporter.
|
Constructor and Description |
---|
DelegatedErrorReporter(ErrorReporter delegated)
Construct a new error reporter that forwards all reports to a given reporter.
|
Modifier and Type | Method and Description |
---|---|
ErrorReporter |
PacketFilterBuilder.getReporter()
Retrieve the error reporter.
|
Modifier and Type | Method and Description |
---|---|
void |
SortedPacketListenerList.invokePacketRecieving(ErrorReporter reporter,
PacketEvent event)
Invokes the given packet event for every registered listener.
|
void |
SortedPacketListenerList.invokePacketRecieving(ErrorReporter reporter,
PacketEvent event,
ListenerPriority priorityFilter)
Invokes the given packet event for every registered listener of the given priority.
|
void |
SortedPacketListenerList.invokePacketSending(ErrorReporter reporter,
PacketEvent event)
Invokes the given packet event for every registered listener.
|
void |
SortedPacketListenerList.invokePacketSending(ErrorReporter reporter,
PacketEvent event,
ListenerPriority priorityFilter)
Invokes the given packet event for every registered listener of the given priority.
|
PacketFilterBuilder |
PacketFilterBuilder.reporter(ErrorReporter reporter)
Set the error reporter.
|
Constructor and Description |
---|
BukkitUnwrapper(ErrorReporter reporter)
Construct a new Bukkit unwrapper with the given error reporter.
|
DelayedPacketManager(ErrorReporter reporter,
MinecraftVersion version) |
Constructor and Description |
---|
BackgroundCompiler(java.lang.ClassLoader loader,
ErrorReporter reporter)
Initialize a background compiler.
|
BackgroundCompiler(java.lang.ClassLoader loader,
ErrorReporter reporter,
java.util.concurrent.ExecutorService executor)
Initialize a background compiler utilizing the given thread pool.
|