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
 
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.nbt.NbtCompoundTest.NbtCustomTag
 
deepClone() - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
Clone the content of the current DataWatcher.
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.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 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.
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(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.
DESTROY_ENTITY - Static variable in class com.comphenix.protocol.Packets.Server
 
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.
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.
DISPLAY_SCOREBOARD - Static variable in class com.comphenix.protocol.Packets.Server
 
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