- nameExists(StringWrapper)
            - Static method in class com.intellectualcrafters.plot.util.UUIDHandler
 
        - 
            
Check if a name is cached
         
        - NameFetcher - Class
            in
            com.intellectualcrafters.plot.uuid
        
 
        -  
 
        - NameFetcher(List<UUID>)
            - Constructor for class com.intellectualcrafters.plot.uuid.NameFetcher
 
        -  
 
        - names() -
            Method in class com.intellectualcrafters.json.JSONObject
        
 
        - 
            
Produce a JSONArray containing the names of the elements of this
                JSONObject.
            
         
        - NBTConstants - Class in com.intellectualcrafters.jnbt
 
        - 
            
A class which holds constant values.
         
        - NBTInputStream - Class in
            com.intellectualcrafters.jnbt
 
        - 
            
This class reads NBT, or Named Binary Tag
                streams, and produces an object graph of subclasses of the Tag
                object.
            
         
        - NBTInputStream(InputStream)
            - Constructor for class com.intellectualcrafters.jnbt.NBTInputStream
 
        - 
            
Creates a new NBTInputStream, which will source its data
                from the specified input stream.
            
         
        - NBTOutputStream - Class in
            com.intellectualcrafters.jnbt
 
        - 
            
                This class writes NBT, or Named Binary Tag
                Tag objects to an underlying OutputStream.
            
         
        - NBTOutputStream(OutputStream)
            - Constructor for class com.intellectualcrafters.jnbt.NBTOutputStream
 
        - 
            
Creates a new NBTOutputStream, which will write data to the
                specified underlying output stream.
            
         
        - NBTUtils - Class in com.intellectualcrafters.jnbt
 
        - 
            
A class which contains NBT-related utility methods.
         
        - next() -
            Method in class com.intellectualcrafters.json.JSONTokener
        
 
        - 
            
Get the next character in the source string.
         
        - next(char) - Method in
            class com.intellectualcrafters.json.JSONTokener
 
        - 
            
Consume the next character, and check that it matches a specified
                character.
            
         
        - next(int) - Method in
            class com.intellectualcrafters.json.JSONTokener
 
        - 
            
Get the next n characters.
         
        - nextCDATA()
            - Method in class com.intellectualcrafters.json.XMLTokener
        
 
        - 
            
Get the text in the CDATA block.
         
        - nextClean()
            - Method in class com.intellectualcrafters.json.JSONTokener
        
 
        - 
            
Get the next char in the string, skipping whitespace.
         
        - nextContent() - Method
            in class com.intellectualcrafters.json.XMLTokener
 
        - 
            
Get the next XML outer token, trimming whitespace.
         
        - nextEntity(char)
            - Method in class com.intellectualcrafters.json.XMLTokener
        
 
        - 
            
Return the next entity.
         
        - nextLong()
            - Method in class com.intellectualcrafters.plot.generator.WorldGenerator
 
        -  
 
        - nextLong()
            - Method in class com.intellectualcrafters.plot.generator.XPopulator
 
        -  
 
        - nextLong() - Static
            method in class com.intellectualcrafters.plot.util.PlotHelper
 
        -  
 
        - nextMeta() - Method in
            class com.intellectualcrafters.json.XMLTokener
 
        - 
            
Returns the next XML meta token.
         
        - nextString(char)
            - Method in class com.intellectualcrafters.json.JSONTokener
        
 
        - 
            
Return the characters up to the next close quote character.
         
        - nextTest() - Method in class Test1
 
        -  
 
        - nextTo(char) - Method
            in class com.intellectualcrafters.json.JSONTokener
        
 
        - 
            
Get the text up but not including the specified character or the
                end of line, whichever comes first.
            
         
        - nextTo(String)
            - Method in class com.intellectualcrafters.json.JSONTokener
        
 
        - 
            
Get the text up but not including one of the specified delimiter
                characters or the end of line, whichever comes first.
            
         
        - nextToken()
            - Method in class com.intellectualcrafters.json.HTTPTokener
        
 
        - 
            
Get the next token or string.
         
        - nextToken()
            - Method in class com.intellectualcrafters.json.XMLTokener
        
 
        - 
            
Get the next XML Token.
         
        - nextValue()
            - Method in class com.intellectualcrafters.json.JSONTokener
        
 
        - 
            
Get the next value.
         
        - no_permission(Player,
            String) - Static method in class com.intellectualcrafters.plot.commands.MainCommand
 
        -  
 
        - noMask(LocalSession)
            - Static method in class com.intellectualcrafters.plot.util.PWE
 
        -  
 
        - noSpace(String)
            - Static method in class com.intellectualcrafters.json.XML
        
 
        - 
            
Throw an exception if the string contains whitespace.
         
        - NULL -
            Static variable in class com.intellectualcrafters.json.JSONObject
 
        - 
            
It is sometimes more convenient and less ambiguous to have a
                NULL object than to use Java's null value.
            
         
        - numberToString(Number)
            - Static method in class com.intellectualcrafters.json.JSONObject
 
        - 
            
Produce a string from a Number.