Package dev.magicmq.pyspigot.bukkit.manager.protocol


package dev.magicmq.pyspigot.bukkit.manager.protocol
Contains all classes related to ProtocolLib and the protocol manager for Bukkit.
  • Class
    Description
    Manager to interface with ProtocolLib's AsynchronousManager.
    An enum representing the type of protocol listener that a script has registered.
    A listener that listens for packets received by the server from the client.
    A listener that listens for packets sent by the server to the client.
    Manager to interface with ProtocolLib's ProtocolManager.
    An abstract class designed to represent a basic script packet listener.