Uses of Interface
top.focess.qq.api.net.PackHandler
-
Packages that use PackHandler Package Description top.focess.qq.api.net top.focess.qq.core.net -
-
Uses of PackHandler in top.focess.qq.api.net
Methods in top.focess.qq.api.net with parameters of type PackHandler Modifier and Type Method Description <T extends Packet>
voidClientReceiver. registerPackHandler(Plugin plugin, Class<T> c, PackHandler<T> packHandler)Register packet handler for server<T extends Packet>
voidServerReceiver. registerPackHandler(Plugin plugin, String client, Class<T> c, PackHandler<T> packHandler)Register packet handler for special client -
Uses of PackHandler in top.focess.qq.core.net
Fields in top.focess.qq.core.net with type parameters of type PackHandler Modifier and Type Field Description protected Map<Plugin,Map<Class<?>,List<PackHandler>>>AClientReceiver. packHandlersprotected Map<Plugin,Map<String,Map<Class<?>,List<PackHandler>>>>AServerReceiver. packHandlersMethods in top.focess.qq.core.net with parameters of type PackHandler Modifier and Type Method Description <T extends Packet>
voidAClientReceiver. registerPackHandler(Plugin plugin, Class<T> c, PackHandler<T> packHandler)<T extends Packet>
voidAServerReceiver. registerPackHandler(Plugin plugin, String name, Class<T> c, PackHandler<T> packHandler)
-