A B C D E F G H I K L M N O P R S T U V W X Y Z 

C

calculateRoundNumber() - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMatcher
Calculate the round number indicating when this matcher should be applied.
calculateRoundNumber() - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember
 
calculateRoundNumber() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyClassContract
 
calculateRoundNumber() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyFieldContract
 
calculateRoundNumber() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract
 
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.
cancel() - Method in interface com.comphenix.protocol.utility.WrappedScheduler.TaskWrapper
Cancel the current task.
canClone(Object) - Method in class com.comphenix.protocol.reflect.cloning.AggregateCloner
 
canClone(Object) - Method in class com.comphenix.protocol.reflect.cloning.BukkitCloner
 
canClone(Object) - Method in interface com.comphenix.protocol.reflect.cloning.Cloner
Determine whether or not the current cloner can clone the given object.
canClone(Object) - Method in class com.comphenix.protocol.reflect.cloning.CollectionCloner
 
canClone(Object) - Method in class com.comphenix.protocol.reflect.cloning.FieldCloner
 
canClone(Object) - Method in class com.comphenix.protocol.reflect.cloning.ImmutableDetector
 
canClone(Object) - Method in class com.comphenix.protocol.reflect.cloning.NullableCloner
 
canInject(GamePhase) - Method in class com.comphenix.protocol.injector.player.NetworkObjectInjector
 
canUseSpigotListener() - Static method in class com.comphenix.protocol.injector.spigot.SpigotPacketInjector
Determine if there is a Spigot packet listener.
CHAT - Static variable in class com.comphenix.protocol.Packets.Client
 
CHAT - Static variable in class com.comphenix.protocol.Packets.Server
 
ChatExtensions - Class in com.comphenix.protocol.utility
Utility methods for sending chat messages.
ChatExtensions(ProtocolManager) - Constructor for class com.comphenix.protocol.utility.ChatExtensions
 
checkListener(PacketListener) - Method in class com.comphenix.protocol.injector.player.NetworkObjectInjector
 
checkListener(Set<PacketListener>) - Method in interface com.comphenix.protocol.injector.player.PlayerInjectionHandler
Determine if the given listeners are valid.
checkListener(PacketListener) - Method in interface com.comphenix.protocol.injector.player.PlayerInjectionHandler
Determine if a listener is valid or not.
ChunkPosition - Class in com.comphenix.protocol.wrappers
Copies a immutable net.minecraft.server.ChunkPosition, which represents a integer 3D vector.
ChunkPosition(int, int, int) - Constructor for class com.comphenix.protocol.wrappers.ChunkPosition
Construct an immutable 3D vector.
ChunkPosition(Vector) - Constructor for class com.comphenix.protocol.wrappers.ChunkPosition
Construct an immutable integer 3D vector from a mutable Bukkit vector.
classLoader - Variable in class com.comphenix.protocol.injector.packet.PacketInjectorBuilder
 
classLoader(ClassLoader) - Method in class com.comphenix.protocol.injector.packet.PacketInjectorBuilder
Set the class loader to use during class generation.
classLoader - Variable in class com.comphenix.protocol.injector.player.PlayerInjectorBuilder
 
classLoader(ClassLoader) - Method in class com.comphenix.protocol.injector.player.PlayerInjectorBuilder
Set the class loader to use during class generation.
cleanHook() - Method in class com.comphenix.protocol.injector.player.NetworkObjectInjector
 
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 interface com.comphenix.protocol.injector.packet.PacketInjector
Perform any necessary cleanup before unloading ProtocolLib.
clear() - Method in class com.comphenix.protocol.concurrency.AbstractIntervalTree
Remove every interval.
clear() - Method in class com.comphenix.protocol.concurrency.IntegerSet
Remove every element from the set.
clear() - Method in class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
 
clearCache() - Static method in class com.comphenix.protocol.reflect.MethodUtils
Clear the method cache.
clearGlobalParameters() - Method in class com.comphenix.protocol.error.DetailedErrorReporter
 
clearListeners() - Method in class com.comphenix.protocol.concurrency.AbstractConcurrentListenerMultimap
Remove all packet listeners.
CLIENT_COMMAND - Static variable in class com.comphenix.protocol.Packets.Client
 
clone(Object) - Method in class com.comphenix.protocol.reflect.cloning.AggregateCloner
 
clone(Object) - Method in class com.comphenix.protocol.reflect.cloning.BukkitCloner
 
clone(Object) - Method in interface com.comphenix.protocol.reflect.cloning.Cloner
Perform the clone.
clone(Object) - Method in class com.comphenix.protocol.reflect.cloning.CollectionCloner
 
clone(Object) - Method in class com.comphenix.protocol.reflect.cloning.FieldCloner
 
clone(Object) - Method in class com.comphenix.protocol.reflect.cloning.ImmutableDetector
 
clone(Object) - Method in class com.comphenix.protocol.reflect.cloning.NullableCloner
 
Cloner - Interface in com.comphenix.protocol.reflect.cloning
Represents an object that is capable of cloning other objects.
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 interface com.comphenix.protocol.injector.player.PlayerInjectionHandler
Close any lingering proxy injections.
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
 
CollectionCloner - Class in com.comphenix.protocol.reflect.cloning
Attempts to clone collection and array classes.
CollectionCloner(Cloner) - Constructor for class com.comphenix.protocol.reflect.cloning.CollectionCloner
Constructs a new collection and array cloner with the given inner element cloner.
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.error - package com.comphenix.protocol.error
 
com.comphenix.protocol.injector.packet - package com.comphenix.protocol.injector.packet
 
com.comphenix.protocol.injector.player - package com.comphenix.protocol.injector.player
 
com.comphenix.protocol.injector.spigot - package com.comphenix.protocol.injector.spigot
 
com.comphenix.protocol.reflect - package com.comphenix.protocol.reflect
 
com.comphenix.protocol.reflect.cloning - package com.comphenix.protocol.reflect.cloning
 
com.comphenix.protocol.reflect.compiler - package com.comphenix.protocol.reflect.compiler
 
com.comphenix.protocol.reflect.fuzzy - package com.comphenix.protocol.reflect.fuzzy
 
com.comphenix.protocol.reflect.instances - package com.comphenix.protocol.reflect.instances
 
com.comphenix.protocol.utility - package com.comphenix.protocol.utility
 
combineRounds(int, int) - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMatcher
Combine two round numbers by taking the highest non-zero number, or return zero.
compareTo(AsyncMarker) - Method in class com.comphenix.protocol.async.AsyncMarker
 
compareTo(PrioritizedListener<TListener>) - Method in class com.comphenix.protocol.injector.PrioritizedListener
 
compareTo(AbstractFuzzyMatcher<T>) - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMatcher
 
compareTo(WrappedChunkCoordinate) - Method in class com.comphenix.protocol.wrappers.WrappedChunkCoordinate
 
compile(StructureModifier<TField>) - Method in class com.comphenix.protocol.reflect.compiler.StructureCompiler
Compiles the given structure modifier.
CompiledStructureModifier - 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
 
constructor(AbstractFuzzyMatcher<MethodInfo>) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyClassContract.Builder
Add a new constructor contract.
constructor(FuzzyMethodContract.Builder) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyClassContract.Builder
Add a new constructor contract via a builder.
contains(int) - Method in class com.comphenix.protocol.concurrency.IntegerSet
Determine whether or not the given element exists in the set.
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.
containsKey(TKey) - Method in class com.comphenix.protocol.concurrency.AbstractIntervalTree
Determines if the given key is within an interval.
containsKey(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
Determine if an entry with the given key exists or not.
converter - Variable in class com.comphenix.protocol.reflect.StructureModifier
 
copyTo(Object, Object, Class<?>) - Method in class com.comphenix.protocol.reflect.ObjectWriter
Copy every field in object A to object B.
CRAFT_PROGRESS_BAR - Static variable in class com.comphenix.protocol.Packets.Server
 
create() - Static method in class com.comphenix.protocol.concurrency.BlockingHashMap
Initialize a new map.
create(Class<?>) - Method in class com.comphenix.protocol.reflect.instances.BannedGenerator
 
create(Class<?>) - Method in class com.comphenix.protocol.reflect.instances.CollectionGenerator
 
create(Class<?>) - Method in class com.comphenix.protocol.reflect.instances.DefaultInstances
 
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.
createTemporaryPlayer(Server) - Method in class com.comphenix.protocol.injector.player.NetworkObjectInjector
Create a temporary player for use during login.
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
 
A B C D E F G H I K L M N O P R S T U V W X Y Z