Uses of Interface
com.comphenix.protocol.ProtocolManager
Packages that use ProtocolManager
Package
Description
Contains classes for retrieving the main ProtocolMananger object.
-
Uses of ProtocolManager in com.comphenix.protocol
Methods in com.comphenix.protocol that return ProtocolManagerModifier and TypeMethodDescriptionstatic ProtocolManagerProtocolLibrary.getProtocolManager()Retrieves the packet protocol manager.Methods in com.comphenix.protocol with parameters of type ProtocolManagerModifier and TypeMethodDescriptionprotected static voidProtocolLibrary.init(org.bukkit.plugin.Plugin plugin, ProtocolConfig config, ProtocolManager manager, ErrorReporter reporter) -
Uses of ProtocolManager in com.comphenix.protocol.async
Methods in com.comphenix.protocol.async that return ProtocolManagerMethods in com.comphenix.protocol.async with parameters of type ProtocolManagerModifier and TypeMethodDescriptionvoidAsyncFilterManager.setManager(ProtocolManager manager)Set the associated protocol manager. -
Uses of ProtocolManager in com.comphenix.protocol.injector
Subinterfaces of ProtocolManager in com.comphenix.protocol.injectorModifier and TypeInterfaceDescriptioninterfaceYields access to the internal hook configuration.Classes in com.comphenix.protocol.injector that implement ProtocolManager -
Uses of ProtocolManager in com.comphenix.protocol.utility
Constructors in com.comphenix.protocol.utility with parameters of type ProtocolManager