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

N

NAME - Static variable in class com.comphenix.protocol.CommandFilter
Name of this command.
name() - Method in class com.comphenix.protocol.PacketType
Retrieve the declared enum name of this packet type.
name(String) - Method in class com.comphenix.protocol.wrappers.WrappedAttributeModifier.Builder
Set a human readable name of this modifier.
NAMED_ENTITY_SPAWN - Static variable in class com.comphenix.protocol.Packets.Server
Deprecated.
 
NAMED_ENTITY_SPAWN - Static variable in class com.comphenix.protocol.PacketType.Play.Server
 
NAMED_SOUND_EFFECT - Static variable in class com.comphenix.protocol.Packets.Server
Deprecated.
 
NAMED_SOUND_EFFECT - Static variable in class com.comphenix.protocol.PacketType.Play.Server
 
nameExact(String) - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember.Builder
Set the exact name of the member we are matching.
nameExact(String) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyFieldContract.Builder
 
nameExact(String) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract.Builder
 
NameProperty - Class in com.comphenix.protocol.wrappers.nbt
 
NameProperty() - Constructor for class com.comphenix.protocol.wrappers.nbt.NameProperty
 
nameRegex(String) - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember.Builder
Set the regular expresson that matches a members name.
nameRegex(Pattern) - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember.Builder
Set the regular expression pattern that matches a members name.
nameRegex - Variable in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember
 
nameRegex(String) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyFieldContract.Builder
 
nameRegex(Pattern) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyFieldContract.Builder
 
nameRegex(String) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract.Builder
 
nameRegex(Pattern) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract.Builder
 
NbtBase<TType> - Interface in com.comphenix.protocol.wrappers.nbt
Represents a generic container for an NBT element.
NbtBinarySerializer - Class in com.comphenix.protocol.wrappers.nbt.io
 
NbtBinarySerializer() - Constructor for class com.comphenix.protocol.wrappers.nbt.io.NbtBinarySerializer
 
NbtCompound - Interface in com.comphenix.protocol.wrappers.nbt
Represents a mapping of arbitrary NBT elements and their unique names.
NbtConfigurationSerializer - Class in com.comphenix.protocol.wrappers.nbt.io
Serialize and deserialize NBT information from a configuration section.
NbtConfigurationSerializer() - Constructor for class com.comphenix.protocol.wrappers.nbt.io.NbtConfigurationSerializer
Construct a serializer using NbtConfigurationSerializer.TYPE_DELIMITER as the default delimiter.
NbtConfigurationSerializer(String) - Constructor for class com.comphenix.protocol.wrappers.nbt.io.NbtConfigurationSerializer
Construct a serializer using the given value as a delimiter.
NbtFactory - Class in com.comphenix.protocol.wrappers.nbt
Factory methods for creating NBT elements, lists and compounds.
NbtFactory() - Constructor for class com.comphenix.protocol.wrappers.nbt.NbtFactory
 
NbtList<TType> - Interface in com.comphenix.protocol.wrappers.nbt
Represents a list of NBT tags of the same type without names.
NbtTextSerializer - Class in com.comphenix.protocol.wrappers.nbt.io
Serializes NBT to a base-64 encoded string and back.
NbtTextSerializer() - Constructor for class com.comphenix.protocol.wrappers.nbt.io.NbtTextSerializer
 
NbtTextSerializer(NbtBinarySerializer) - Constructor for class com.comphenix.protocol.wrappers.nbt.io.NbtTextSerializer
Construct a serializer with a custom binary serializer.
NbtType - Enum in com.comphenix.protocol.wrappers.nbt
Represents all the element types
NbtVisitor - Interface in com.comphenix.protocol.wrappers.nbt
A visitor that can enumerate a NBT tree structure.
NbtWrapper<TType> - Interface in com.comphenix.protocol.wrappers.nbt
Indicates that this NBT wraps an underlying net.minecraft.server instance.
NetworkMarker - Class in com.comphenix.protocol.events
Marker containing the serialized packet data seen from the network, or output handlers that will serialize the current packet.
NetworkMarker(ConnectionSide, ByteBuffer, PacketType) - Constructor for class com.comphenix.protocol.events.NetworkMarker
Construct a new network marker.
NetworkMarker(ConnectionSide, byte[], PacketType) - Constructor for class com.comphenix.protocol.events.NetworkMarker
Construct a new network marker.
NetworkMarker.EmptyBufferMarker - Class in com.comphenix.protocol.events
 
NetworkMarker.EmptyBufferMarker(ConnectionSide) - Constructor for class com.comphenix.protocol.events.NetworkMarker.EmptyBufferMarker
 
newBuilder(ReportType) - Static method in class com.comphenix.protocol.error.Report
Construct a new report builder.
newBuilder() - Static method in class com.comphenix.protocol.events.ListeningWhitelist
Construct a new builder of whitelists.
newBuilder(ListeningWhitelist) - Static method in class com.comphenix.protocol.events.ListeningWhitelist
Construct a new builder of whitelists initialized to the same values as the template.
newBuilder() - Static method in class com.comphenix.protocol.injector.PacketFilterManager
Construct a new packet filter builder.
newBuilder() - Static method in class com.comphenix.protocol.reflect.cloning.AggregateCloner
Begins constructing a new aggregate cloner.
newBuilder() - Static method in class com.comphenix.protocol.reflect.fuzzy.FuzzyClassContract
Construct a new fuzzy class contract builder.
newBuilder() - Static method in class com.comphenix.protocol.reflect.fuzzy.FuzzyFieldContract
Return a new fuzzy field contract builder.
newBuilder() - Static method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract
Return a method contract builder.
newBuilder() - Static method in class com.comphenix.protocol.utility.SafeCacheBuilder
Construct a new safe cache builder.
newBuilder() - Static method in class com.comphenix.protocol.wrappers.WrappedAttribute
Construct a new wrapped attribute builder.
newBuilder(WrappedAttribute) - Static method in class com.comphenix.protocol.wrappers.WrappedAttribute
Construct a new wrapped attribute builder initialized to the values from a template.
newBuilder() - Static method in class com.comphenix.protocol.wrappers.WrappedAttributeModifier
Construct a new attribute modifier builder.
newBuilder(UUID) - Static method in class com.comphenix.protocol.wrappers.WrappedAttributeModifier
Construct a new attribute modifier builder with the given UUID.
newBuilder(WrappedAttributeModifier) - Static method in class com.comphenix.protocol.wrappers.WrappedAttributeModifier
Construct a new wrapped attribute modifier builder initialized to the values from a template.
newInvalidCacheLoader() - Static method in class com.comphenix.protocol.concurrency.BlockingHashMap
Retrieve a cache loader that will always throw an exception.
newLegacy(PacketType.Sender, int) - Static method in class com.comphenix.protocol.PacketType
Construct a legacy packet type.
newMap() - Static method in class com.comphenix.protocol.collections.IntegerMap
Construct a new integer map.
newMap() - Static method in class com.comphenix.protocol.wrappers.WrappedIntHashMap
Construct a new IntHashMap.
newPacket(int) - Static method in class com.comphenix.protocol.injector.StructureCache
Deprecated.
newPacket(PacketType) - Static method in class com.comphenix.protocol.injector.StructureCache
Creates an empty Minecraft packet of the given type.
newWithEntity(Entity) - Static method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
Construct a new data watcher with the given entity.
normal() - Method in class com.comphenix.protocol.events.ListeningWhitelist.Builder
Set the priority of the whitelist to normal.
NotConstructableException - Exception in com.comphenix.protocol.reflect.instances
Invoked when a instance provider indicates that a given type cannot or should not be constructed under any circumstances.
NotConstructableException() - Constructor for exception com.comphenix.protocol.reflect.instances.NotConstructableException
Construct a new not constructable exception.
NotConstructableException(String) - Constructor for exception com.comphenix.protocol.reflect.instances.NotConstructableException
Construct a new not constructable exception with a custom message.
NotConstructableException(String, Throwable) - Constructor for exception com.comphenix.protocol.reflect.instances.NotConstructableException
Construct a new not constructable exception with a custom message and cause.
NotConstructableException(Throwable) - Constructor for exception com.comphenix.protocol.reflect.instances.NotConstructableException
Construct a new not constructable exception with a custom cause.
NullableCloner - Class in com.comphenix.protocol.reflect.cloning
Creates a cloner wrapper that accepts and clones NULL values.
NullableCloner(Cloner) - Constructor for class com.comphenix.protocol.reflect.cloning.NullableCloner
 
A B C D E F G H I K L M N O P R S T U V W X Y Z