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
 
callerParam(Object...) - Method in class com.comphenix.protocol.error.Report.ReportBuilder
Set the parameters in the caller method.
cancel() - Method in class com.comphenix.protocol.async.AsyncListenerHandler
Cancel the handler.
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
 
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
 
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.
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.
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
Reset all global parameters.
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(ScriptEngine) - Method in class com.comphenix.protocol.CommandFilter.Filter
Clean up all associated code from this filter in the provided script engine.
CLOSE_WINDOW - Static variable in class com.comphenix.protocol.Packets.Client
 
CLOSE_WINDOW - Static variable in class com.comphenix.protocol.Packets.Server
 
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 - package com.comphenix.protocol
Contains classes for retrieving the main ProtocolMananger object.
com.comphenix.protocol.async - package com.comphenix.protocol.async
 
com.comphenix.protocol.concurrency - package com.comphenix.protocol.concurrency
 
com.comphenix.protocol.error - package com.comphenix.protocol.error
 
com.comphenix.protocol.events - package com.comphenix.protocol.events
 
com.comphenix.protocol.metrics - package com.comphenix.protocol.metrics
 
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
 
com.comphenix.protocol.wrappers.nbt - package com.comphenix.protocol.wrappers.nbt
 
com.comphenix.protocol.wrappers.nbt.io - package com.comphenix.protocol.wrappers.nbt.io
 
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.
combineRounds(Integer...) - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMatcher
Combine n round numbers by taking the highest non-zero number, or return zero.
CommandFilter - Class in com.comphenix.protocol
A command to apply JavaScript filtering to the packet command.
CommandFilter(ErrorReporter, Plugin, ProtocolConfig) - Constructor for class com.comphenix.protocol.CommandFilter
 
CommandFilter.Filter - Class in com.comphenix.protocol
A filter that will be used to process a packet event.
CommandFilter.Filter(String, String, Set<Integer>) - Constructor for class com.comphenix.protocol.CommandFilter.Filter
Construct a new immutable filter.
CommandFilter.FilterFailedHandler - Interface in com.comphenix.protocol
 
compareTo(AsyncMarker) - Method in class com.comphenix.protocol.async.AsyncMarker
 
compareTo(AbstractFuzzyMatcher<T>) - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMatcher
 
compareTo(MinecraftVersion) - Method in class com.comphenix.protocol.utility.MinecraftVersion
 
compareTo(WrappedChunkCoordinate) - Method in class com.comphenix.protocol.wrappers.WrappedChunkCoordinate
 
compile(ScriptEngine) - Method in class com.comphenix.protocol.CommandFilter.Filter
Force the compilation of a specific filter.
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.
createGraph(String) - Method in class com.comphenix.protocol.metrics.Metrics
Construct and create a Graph that can be used to separate specific plotters to their own graphs on the metrics website.
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(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 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
 
A B C D E F G H I K L M N O P R S T U V W X Y Z