- data - Variable in class com.comphenix.protocol.reflect.StructureModifier
-
- 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.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.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 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_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.
- 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.
- 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.
- divide(int) - Method in class com.comphenix.protocol.wrappers.ChunkPosition
-
Divide each dimension in the current position by the given divisor.