ProtocolMananger
object.See: Description
Interface | Description |
---|---|
AsynchronousManager |
Represents a asynchronous packet handler.
|
CommandFilter.FilterFailedHandler | |
PacketStream |
Represents a object capable of sending or receiving packets.
|
ProtocolManager |
Represents an API for accessing the Minecraft protocol.
|
Class | Description |
---|---|
Application |
Ignore this class.
|
BukkitInitialization |
Used to ensure that ProtocolLib and Bukkit is prepared to be tested.
|
CommandFilter |
A command to apply JavaScript filtering to the packet command.
|
CommandFilter.Filter |
A filter that will be used to process a packet event.
|
MinecraftVersionTest | |
Packets |
List of known packet IDs since 1.3.2.
|
Packets.Client |
List of packets sent by the client.
|
Packets.Server |
List of packets sent only by the server.
|
ProtocolLibrary |
The main entry point for ProtocolLib.
|
ProtocolMananger
object.
This allows plugins to reliably and easily read and modify the packet stream of any CraftBukkit-derivative (or specifically compatible) Minecraft-server.
This manager can be retrieved throught a static method in ProtocolLibrary
:
ProtocolManager manager = ProtocolLibrary.getProtocolManager();