Package com.comphenix.protocol
package com.comphenix.protocol
Contains classes for retrieving the main 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();
-
ClassDescriptionRepresents a asynchronous packet handler.A command to apply JavaScript filtering to the packet command.A filter that will be used to process a packet event.Logs packets to a given streamRepresents a object capable of sending or receiving packets.Represents the type of a packet in a specific protocol.Packets sent and received during client configuration.Incoming packets.Outgoing packets.Whether packets of this type must be handled asynchronously.Packets sent during handshake.Incoming packets.An empty enum, as the server will not send any packets in this protocol.Packets sent and received when logging in to the server.Incoming packets.Outgoing packets.Packets sent and received when logged into the game.Incoming packets.Outgoing packets.Represents the different protocol or connection states.Represents the sender of this packet type.Packets sent and received when querying the server in the multiplayer menu.Incoming packets.Outgoing packets.Represents a more modern object-based enum.Represents the configuration of ProtocolLib.The main entry point for ProtocolLib.The main entry point for ProtocolLib.Represents an API for accessing the Minecraft protocol.