- PacketAdapter - Class in com.comphenix.protocol.events
-
Represents a packet listener with useful constructors.
- PacketAdapter(Plugin, ConnectionSide, Integer...) - Constructor for class com.comphenix.protocol.events.PacketAdapter
-
Initialize a packet listener with default priority.
- PacketAdapter(Plugin, ConnectionSide, ListenerPriority, Integer...) - Constructor for class com.comphenix.protocol.events.PacketAdapter
-
Initialize a packet listener for a single connection side.
- PacketConstructor - Class in com.comphenix.protocol.injector
-
A packet constructor that uses an internal Minecraft.
- PacketConstructor.Unwrapper - Interface in com.comphenix.protocol.injector
-
Represents a unwrapper for a constructor parameter.
- PacketContainer - Class in com.comphenix.protocol.events
-
Represents a Minecraft packet indirectly.
- PacketContainer(int) - Constructor for class com.comphenix.protocol.events.PacketContainer
-
Creates a packet container for a new packet.
- PacketContainer(int, Packet) - Constructor for class com.comphenix.protocol.events.PacketContainer
-
Creates a packet container for an existing packet.
- PacketContainer(int, Packet, StructureModifier<Object>) - Constructor for class com.comphenix.protocol.events.PacketContainer
-
Creates a packet container for an existing packet.
- PacketEvent - Class in com.comphenix.protocol.events
-
- PacketEvent(Object) - Constructor for class com.comphenix.protocol.events.PacketEvent
-
Use the static constructors to create instances of this event.
- PacketFilterManager - Class in com.comphenix.protocol.injector
-
- PacketFilterManager(ClassLoader, Server, Logger) - Constructor for class com.comphenix.protocol.injector.PacketFilterManager
-
Only create instances of this class if protocol lib is disabled.
- PacketFilterManager.PlayerInjectHooks - Enum in com.comphenix.protocol.injector
-
Sets the inject hook type.
- PacketListener - Interface in com.comphenix.protocol.events
-
Represents a listener that recieves notifications when packets are sent or recieved.
- Packets - Class in com.comphenix.protocol
-
List of known packet IDs since 1.3.2.
- Packets() - Constructor for class com.comphenix.protocol.Packets
-
- Packets.Client - Class in com.comphenix.protocol
-
List of packets sent by the client.
- Packets.Server - Class in com.comphenix.protocol
-
List of packets sent only by the server.
- PacketStream - Interface in com.comphenix.protocol
-
Represents a object capable of sending or receiving packets.
- PICKUP_SPAWN - Static variable in class com.comphenix.protocol.Packets.Server
-
- PLACE - Static variable in class com.comphenix.protocol.Packets.Client
-
- PLAY_NOTE_BLOCK - Static variable in class com.comphenix.protocol.Packets.Server
-
- PLAYER_INFO - Static variable in class com.comphenix.protocol.Packets.Server
-
- PLAYER_LOOK - Static variable in class com.comphenix.protocol.Packets.Client
-
- PLAYER_LOOK - Static variable in class com.comphenix.protocol.Packets.Server
-
- PLAYER_LOOK_MOVE - Static variable in class com.comphenix.protocol.Packets.Client
-
- PLAYER_LOOK_MOVE - Static variable in class com.comphenix.protocol.Packets.Server
-
- PLAYER_POSITION - Static variable in class com.comphenix.protocol.Packets.Client
-
- PLAYER_POSITION - Static variable in class com.comphenix.protocol.Packets.Server
-
- PlayerInjectionHandler - Class in com.comphenix.protocol.injector.player
-
Responsible for injecting into a player's sendPacket method.
- PlayerInjectionHandler(ClassLoader, Logger, ListenerInvoker, Server) - Constructor for class com.comphenix.protocol.injector.player.PlayerInjectionHandler
-
- PlayerLoggedOutException - Exception in com.comphenix.protocol.injector
-
Invoked when attempting to use a player that has already logged out.
- PlayerLoggedOutException() - Constructor for exception com.comphenix.protocol.injector.PlayerLoggedOutException
-
- PlayerLoggedOutException(String, Throwable) - Constructor for exception com.comphenix.protocol.injector.PlayerLoggedOutException
-
- PlayerLoggedOutException(String) - Constructor for exception com.comphenix.protocol.injector.PlayerLoggedOutException
-
- PlayerLoggedOutException(Throwable) - Constructor for exception com.comphenix.protocol.injector.PlayerLoggedOutException
-
- plugin - Variable in class com.comphenix.protocol.events.PacketAdapter
-
- PrimitiveGenerator - Class in com.comphenix.protocol.reflect.instances
-
Provides constructors for primtive types, wrappers, arrays and strings.
- PrimitiveGenerator(String) - Constructor for class com.comphenix.protocol.reflect.instances.PrimitiveGenerator
-
- PrimitiveUtils - Class in com.comphenix.protocol.reflect
-
Contains static utility methods pertaining to primitive types and their
corresponding wrapper types.
- PrioritizedListener<TListener> - Class in com.comphenix.protocol.injector
-
Represents a listener with a priority.
- PrioritizedListener(TListener, ListenerPriority) - Constructor for class com.comphenix.protocol.injector.PrioritizedListener
-
- processPacket(Player, Packet) - Method in class com.comphenix.protocol.injector.player.PlayerInjectionHandler
-
Process a packet as if it were sent by the given player.
- ProtocolLibrary - Class in com.comphenix.protocol
-
The main entry point for ProtocolLib.
- ProtocolLibrary() - Constructor for class com.comphenix.protocol.ProtocolLibrary
-
- ProtocolManager - Interface in com.comphenix.protocol
-
Represents an API for accessing the Minecraft protocol.