- cancel() - Method in class com.comphenix.protocol.async.AsyncListenerHandler
-
Cancel the handler.
- cancel() - Method in class com.comphenix.protocol.injector.DelayedSingleTask
-
Cancel a future task from being executed.
- canInject(GamePhase) - Method in class com.comphenix.protocol.injector.player.NetworkServerInjector
-
- CHAT - Static variable in class com.comphenix.protocol.Packets.Client
-
- CHAT - Static variable in class com.comphenix.protocol.Packets.Server
-
- checkListener(PacketListener) - Method in class com.comphenix.protocol.injector.player.NetworkServerInjector
-
- checkListener(Set<PacketListener>) - Method in class com.comphenix.protocol.injector.player.PlayerInjectionHandler
-
Determine if the given listeners are valid.
- checkListener(PacketListener) - Method in class com.comphenix.protocol.injector.player.PlayerInjectionHandler
-
Determine if a listener is valid or not.
- checkNotNull(T) - Static method in class com.comphenix.protocol.reflect.PrimitiveUtils
-
- cleanupAll() - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
- cleanupAll() - Method in interface com.comphenix.protocol.AsynchronousManager
-
Remove listeners, close threads and transmit every delayed packet.
- cleanupAll() - Method in class com.comphenix.protocol.injector.player.NetworkServerInjector
-
- clear() - Method in class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
-
- clearCache() - Static method in class com.comphenix.protocol.reflect.MethodUtils
-
Clear the method cache.
- clearListeners() - Method in class com.comphenix.protocol.concurrency.AbstractConcurrentListenerMultimap
-
Remove all packet listeners.
- CLIENT_COMMAND - Static variable in class com.comphenix.protocol.Packets.Client
-
- close() - Method in class com.comphenix.protocol.injector.DelayedSingleTask
-
Stop the current task and all future tasks scheduled by this instance.
- close() - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
Called when ProtocolLib is closing.
- close() - Method in class com.comphenix.protocol.injector.player.PlayerInjectionHandler
-
- CLOSE_WINDOW - Static variable in class com.comphenix.protocol.Packets.Client
-
- CLOSE_WINDOW - Static variable in class com.comphenix.protocol.Packets.Server
-
- closed - Variable in class com.comphenix.protocol.injector.DelayedSingleTask
-
- COLLECT - Static variable in class com.comphenix.protocol.Packets.Server
-
- CollectionGenerator - Class in com.comphenix.protocol.reflect.instances
-
Provides simple constructors for collection interfaces.
- CollectionGenerator() - Constructor for class com.comphenix.protocol.reflect.instances.CollectionGenerator
-
- com.comphenix.protocol.async - package com.comphenix.protocol.async
-
- com.comphenix.protocol.concurrency - package com.comphenix.protocol.concurrency
-
- com.comphenix.protocol.events - package com.comphenix.protocol.events
-
- com.comphenix.protocol.injector - package com.comphenix.protocol.injector
-
- com.comphenix.protocol.injector.player - package com.comphenix.protocol.injector.player
-
- com.comphenix.protocol.metrics - package com.comphenix.protocol.metrics
-
- com.comphenix.protocol.reflect - package com.comphenix.protocol.reflect
-
- com.comphenix.protocol.reflect.compiler - package com.comphenix.protocol.reflect.compiler
-
- com.comphenix.protocol.reflect.instances - package com.comphenix.protocol.reflect.instances
-
- compareTo(AsyncMarker) - Method in class com.comphenix.protocol.async.AsyncMarker
-
- compareTo(PrioritizedListener<TListener>) - Method in class com.comphenix.protocol.injector.PrioritizedListener
-
- compile(StructureModifier<TField>) - Method in class com.comphenix.protocol.reflect.compiler.StructureCompiler
-
Compiles the given structure modifier.
- CompiledStructureModifier<TField> - Class in com.comphenix.protocol.reflect.compiler
-
Represents a compiled structure modifier.
- CompiledStructureModifier() - Constructor for class com.comphenix.protocol.reflect.compiler.CompiledStructureModifier
-
- CompileListener<TKey> - Interface in com.comphenix.protocol.reflect.compiler
-
Used to save the result of an compilation.
- compiler - Variable in class com.comphenix.protocol.reflect.compiler.CompiledStructureModifier
-
- ConnectionSide - Enum in com.comphenix.protocol.events
-
Used to set a packet filter.
- connectionSide - Variable in class com.comphenix.protocol.events.PacketAdapter
-
- contains(Object) - Method in class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
-
- contains(T[], T) - Method in class com.comphenix.protocol.reflect.instances.DefaultInstances
-
- containsAll(Collection<?>) - Method in class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
-
- containsAny(ListeningWhitelist, int...) - Static method in class com.comphenix.protocol.events.ListeningWhitelist
-
Determine if any of the given IDs can be found in the whitelist.
- converter - Variable in class com.comphenix.protocol.reflect.StructureModifier
-
- copyTo(Object, Object, Class<?>) - Static method in class com.comphenix.protocol.reflect.ObjectCloner
-
Copy every field in object A to object B.
- CRAFT_PROGRESS_BAR - Static variable in class com.comphenix.protocol.Packets.Server
-
- create(Class<?>) - Method in class com.comphenix.protocol.reflect.instances.CollectionGenerator
-
- create(Class<?>) - Method in class com.comphenix.protocol.reflect.instances.ExistingGenerator
-
- create(Class<?>) - Method in interface com.comphenix.protocol.reflect.instances.InstanceProvider
-
Create an instance given a type, if possible.
- create(Class<?>) - Method in class com.comphenix.protocol.reflect.instances.PrimitiveGenerator
-
- createAsyncMarker() - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
Construct a asynchronous marker with all the default values.
- createAsyncMarker(long, long) - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
Construct an async marker with the given sending priority delta and timeout delta.
- createInstance(Class<T>, Constructor<T>, Class<?>[], Object[]) - Method in class com.comphenix.protocol.reflect.instances.DefaultInstances
-
Used by the default instance provider to create a class from a given constructor.
- createPacket(Object...) - Method in class com.comphenix.protocol.injector.PacketConstructor
-
Construct a packet using the special builtin Minecraft constructors.
- createPacket(int) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- createPacket(int, boolean) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- createPacket(int) - Method in interface com.comphenix.protocol.ProtocolManager
-
Constructs a new encapsulated Minecraft packet with the given ID.
- createPacket(int, boolean) - Method in interface com.comphenix.protocol.ProtocolManager
-
Constructs a new encapsulated Minecraft packet with the given ID.
- createPacketConstructor(int, Object...) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- createPacketConstructor(int, Object...) - Method in interface com.comphenix.protocol.ProtocolManager
-
Construct a packet using the special builtin Minecraft constructors.
- CUSTOM_PAYLOAD - Static variable in class com.comphenix.protocol.Packets.Client
-
- CUSTOM_PAYLOAD - Static variable in class com.comphenix.protocol.Packets.Server
-
- customConvertHandling - Variable in class com.comphenix.protocol.reflect.StructureModifier
-