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

D

data - Variable in class com.comphenix.protocol.reflect.StructureModifier
 
data - Variable in class com.comphenix.protocol.wrappers.WrappedServerPing.CompressedImage
 
declaringClassDerivedOf(Class<?>) - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember.Builder
Require that a member is defined by this exact class, or any super class.
declaringClassDerivedOf(Class<?>) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyFieldContract.Builder
 
declaringClassDerivedOf(Class<?>) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract.Builder
 
declaringClassExactType(Class<?>) - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember.Builder
Require that a member is defined by this exact class.
declaringClassExactType(Class<?>) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyFieldContract.Builder
 
declaringClassExactType(Class<?>) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract.Builder
 
declaringClassMatching(AbstractFuzzyMatcher<Class<?>>) - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember.Builder
Require that a member is defined by a class that matches the given matcher.
declaringClassMatching(AbstractFuzzyMatcher<Class<?>>) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyFieldContract.Builder
 
declaringClassMatching(AbstractFuzzyMatcher<Class<?>>) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract.Builder
 
declaringClassSuperOf(Class<?>) - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember.Builder
Require that a member is defined by this exact class, or any super class.
declaringClassSuperOf(Class<?>) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyFieldContract.Builder
 
declaringClassSuperOf(Class<?>) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract.Builder
 
declaringMatcher - Variable in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember
 
decrementKey(TKey) - Method in class com.comphenix.protocol.concurrency.AbstractIntervalTree
Decrement the given key by one unit.
deepClone() - Method in class com.comphenix.protocol.events.PacketContainer
Create a deep copy of the current packet.
deepClone() - Method in interface com.comphenix.protocol.wrappers.nbt.NbtBase
Clone the current NBT tag.
deepClone() - Method in class com.comphenix.protocol.wrappers.WrappedChatComponent
Retrieve a deep copy of the current chat component.
deepClone() - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
Clone the content of the current DataWatcher.
deepClone() - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
Retrieve a deep copy of the current wrapper object.
deepClone() - Method in class com.comphenix.protocol.wrappers.WrappedWatchableObject
Clone the current wrapped watchable object, along with any contained objects.
DEFAULT - Static variable in class com.comphenix.protocol.injector.PacketConstructor
A packet constructor that automatically converts Bukkit types to their NMS conterpart.
DEFAULT - Static variable in class com.comphenix.protocol.reflect.cloning.AggregateCloner
Represents a default aggregate cloner.
DEFAULT - Static variable in class com.comphenix.protocol.reflect.instances.DefaultInstances
Standard default instance provider.
DEFAULT - Static variable in interface com.comphenix.protocol.reflect.PrettyPrinter.ObjectPrinter
 
DEFAULT - Static variable in class com.comphenix.protocol.wrappers.nbt.io.NbtBinarySerializer
Retrieve a default instance of the NBT binary serializer.
DEFAULT - Static variable in class com.comphenix.protocol.wrappers.nbt.io.NbtConfigurationSerializer
A standard YAML serializer.
DEFAULT - Static variable in class com.comphenix.protocol.wrappers.nbt.io.NbtTextSerializer
A default instance of this serializer.
DEFAULT_DISABLE_AT_PERM_GEN - Static variable in class com.comphenix.protocol.reflect.compiler.BackgroundCompiler
The default fraction of perm gen space after which the background compiler will be disabled.
DEFAULT_MAX_ERROR_COUNT - Static variable in class com.comphenix.protocol.error.DetailedErrorReporter
 
DEFAULT_PREFIX - Static variable in class com.comphenix.protocol.error.DetailedErrorReporter
 
DEFAULT_SENDING_DELTA - Static variable in class com.comphenix.protocol.async.AsyncMarker
Default number of packets to skip.
DEFAULT_SUPPORT_URL - Static variable in class com.comphenix.protocol.error.DetailedErrorReporter
 
DEFAULT_TIMEOUT_DELTA - Static variable in class com.comphenix.protocol.async.AsyncMarker
Default number of milliseconds until a packet will rejected.
defaultCloner - Variable in class com.comphenix.protocol.reflect.cloning.FieldCloner
 
defaultFields - Variable in class com.comphenix.protocol.reflect.StructureModifier
 
DefaultInstances - Class in com.comphenix.protocol.reflect.instances
Used to construct default instances of any type.
DefaultInstances(ImmutableList<InstanceProvider>) - Constructor for class com.comphenix.protocol.reflect.instances.DefaultInstances
Construct a default instance generator using the given instance providers.
DefaultInstances(DefaultInstances) - Constructor for class com.comphenix.protocol.reflect.instances.DefaultInstances
Copy a given instance provider.
DefaultInstances(InstanceProvider...) - Constructor for class com.comphenix.protocol.reflect.instances.DefaultInstances
Construct a default instance generator using the given instance providers.
defaultTransform(StructureModifier<Object>, StructureModifier<Object>, Cloner, int) - Method in class com.comphenix.protocol.reflect.cloning.FieldCloner
Default implementation of the field transform.
DelayedPacketManager - Class in com.comphenix.protocol.injector
A protocol manager that delays all packet listener registrations and unregistrations until an underlying protocol manager can be constructed.
DelayedPacketManager(ErrorReporter, MinecraftVersion) - Constructor for class com.comphenix.protocol.injector.DelayedPacketManager
 
DelayedSingleTask - Class in com.comphenix.protocol.injector
Represents a single delayed task.
DelayedSingleTask(Plugin) - Constructor for class com.comphenix.protocol.injector.DelayedSingleTask
Create a single task scheduler.
DelayedSingleTask(Plugin, BukkitScheduler) - Constructor for class com.comphenix.protocol.injector.DelayedSingleTask
Create a single task scheduler.
delegate - Variable in class com.comphenix.protocol.wrappers.collection.CachedCollection
 
DelegatedErrorReporter - Class in com.comphenix.protocol.error
Construct an error reporter that delegates to another error reporter.
DelegatedErrorReporter(ErrorReporter) - Constructor for class com.comphenix.protocol.error.DelegatedErrorReporter
Construct a new error reporter that forwards all reports to a given reporter.
deserialize(DataInput) - Method in class com.comphenix.protocol.wrappers.nbt.io.NbtBinarySerializer
Load an NBT tag from a stream.
deserialize(ConfigurationSection, String) - Method in class com.comphenix.protocol.wrappers.nbt.io.NbtConfigurationSerializer
Read a NBT tag from a root configuration.
deserialize(String) - Method in class com.comphenix.protocol.wrappers.nbt.io.NbtTextSerializer
Deserialize a NBT tag from a base-64 encoded string.
deserializeCompound(DataInputStream) - Method in class com.comphenix.protocol.utility.StreamSerializer
Read or deserialize an NBT compound from a input stream.
deserializeCompound(DataInput) - Method in class com.comphenix.protocol.wrappers.nbt.io.NbtBinarySerializer
Load an NBT compound from a stream.
deserializeCompound(YamlConfiguration, String) - Method in class com.comphenix.protocol.wrappers.nbt.io.NbtConfigurationSerializer
Read a NBT compound from a root configuration.
deserializeCompound(String) - Method in class com.comphenix.protocol.wrappers.nbt.io.NbtTextSerializer
Deserialize a NBT compound from a base-64 encoded string.
deserializeItemStack(DataInputStream) - Method in class com.comphenix.protocol.utility.StreamSerializer
Read or deserialize an item stack from an underlying input stream.
deserializeItemStack(String) - Method in class com.comphenix.protocol.utility.StreamSerializer
Deserialize an item stack from a base-64 encoded string.
deserializeList(DataInput) - Method in class com.comphenix.protocol.wrappers.nbt.io.NbtBinarySerializer
Load an NBT list from a stream.
deserializeList(YamlConfiguration, String) - Method in class com.comphenix.protocol.wrappers.nbt.io.NbtConfigurationSerializer
Read a NBT compound from a root configuration.
deserializeList(String) - Method in class com.comphenix.protocol.wrappers.nbt.io.NbtTextSerializer
Deserialize a NBT list from a base-64 encoded string.
deserializeString(DataInputStream, int) - Method in class com.comphenix.protocol.utility.StreamSerializer
Deserialize a string using the standard Minecraft UTF-16 encoding.
deserializeVarInt(DataInputStream) - Method in class com.comphenix.protocol.utility.StreamSerializer
Read a variable integer from an input stream.
DESTROY_ENTITY - Static variable in class com.comphenix.protocol.Packets.Server
Deprecated.
 
DetailedErrorReporter - Class in com.comphenix.protocol.error
Internal class used to handle exceptions.
DetailedErrorReporter(Plugin) - Constructor for class com.comphenix.protocol.error.DetailedErrorReporter
Create a default error reporting system.
DetailedErrorReporter(Plugin, String, String) - Constructor for class com.comphenix.protocol.error.DetailedErrorReporter
Create a central error reporting system.
DetailedErrorReporter(Plugin, String, String, int, Logger) - Constructor for class com.comphenix.protocol.error.DetailedErrorReporter
Create a central error reporting system.
detailedReporting - Variable in class com.comphenix.protocol.error.DetailedErrorReporter
 
disable() - Method in class com.comphenix.protocol.metrics.Metrics
Disables metrics for the server by setting "opt-out" to true in the config file and canceling the metrics task.
DISCONNECT - Static variable in class com.comphenix.protocol.PacketType.Legacy.Client
 
DISCONNECT - Static variable in class com.comphenix.protocol.PacketType.Login.Server
 
DISPLAY_SCOREBOARD - Static variable in class com.comphenix.protocol.Packets.Server
Deprecated.
 
divide(int) - Method in class com.comphenix.protocol.wrappers.ChunkPosition
Divide each dimension in the current position by the given divisor.
A B C D E F G H I K L M N O P R S T U V W X Y Z