| Interface | Description |
|---|---|
| InternalManager |
Yields access to the internal hook configuration.
|
| ListenerInvoker |
Represents an object that initiate the packet listeners.
|
| PacketConstructor.Unwrapper |
Represents a unwrapper for a constructor parameter.
|
| Class | Description |
|---|---|
| BukkitUnwrapper |
Represents an object capable of converting wrapped Bukkit objects into NMS objects.
|
| DelayedPacketManager |
A protocol manager that delays all packet listener registrations and unregistrations until
an underlying protocol manager can be constructed.
|
| DelayedSingleTask |
Represents a single delayed task.
|
| PacketConstructor |
A packet constructor that uses an internal Minecraft.
|
| PacketFilterBuilder | |
| PacketFilterManager | |
| PrioritizedListener<TListener> |
Represents a listener with a priority.
|
| SortedPacketListenerList |
Registry of synchronous packet listeners.
|
| StructureCache |
Caches structure modifiers.
|
| Enum | Description |
|---|---|
| GamePhase |
The current player phase.
|
| PacketFilterManager.PlayerInjectHooks |
Sets the inject hook type.
|
| Exception | Description |
|---|---|
| PlayerLoggedOutException |
Invoked when attempting to use a player that has already logged out.
|