- NAMED_ENTITY_SPAWN - Static variable in class com.comphenix.protocol.Packets.Server
-
- NAMED_SOUND_EFFECT - Static variable in class com.comphenix.protocol.Packets.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
-
- 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
-
- 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.
- NetworkObjectInjector - Class in com.comphenix.protocol.injector.player
-
Injection method that overrides the NetworkHandler itself, and its queue-method.
- NetworkObjectInjector(ClassLoader, ErrorReporter, Player, ListenerInvoker, IntegerSet) - Constructor for class com.comphenix.protocol.injector.player.NetworkObjectInjector
-
Create a new network object injector.
- newBuilder() - Static method in class com.comphenix.protocol.injector.packet.PacketInjectorBuilder
-
Retrieve a new packet injector builder.
- newBuilder() - Static method in class com.comphenix.protocol.injector.player.PlayerInjectorBuilder
-
- 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.
- newPacket(int) - Static method in class com.comphenix.protocol.injector.StructureCache
-
Creates an empty Minecraft packet of the given ID.
- 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
-