- name - Variable in class cc.funkemunky.api.bungee.objects.BungeePlayer
-
- name - Variable in class cc.funkemunky.api.tinyprotocol.packet.types.WrappedGameProfile
-
- NAMED_ENTITY_SPAWN - Static variable in class cc.funkemunky.api.tinyprotocol.api.NMSObject.Server
-
- NAMED_ENTITY_SPAWN - Static variable in class cc.funkemunky.api.tinyprotocol.api.Packet.Server
-
- names() - Method in class cc.funkemunky.api.utils.json.JSONObject
-
Produce a JSONArray containing the names of the elements of this
JSONObject.
- needsToUpdate() - Method in class cc.funkemunky.api.updater.Updater
-
- needsToUpdateIfImportant() - Method in class cc.funkemunky.api.updater.Updater
-
- networkManager - Static variable in class cc.funkemunky.api.utils.ReflectionsUtil
-
- newAxisAlignedBB(double, double, double, double, double, double) - Static method in class cc.funkemunky.api.utils.ReflectionsUtil
-
- newAxisAlignedBB(Location, Location) - Static method in class cc.funkemunky.api.utils.ReflectionsUtil
-
- newInstance(Object...) - Method in class cc.funkemunky.api.reflections.types.WrappedConstructor
-
- newInstance() - Method in class cc.funkemunky.api.reflections.types.WrappedConstructor
-
- newInstance(Class<?>, Object...) - Static method in class cc.funkemunky.api.utils.ReflectionsUtil
-
- newInstance(Object...) - Method in class cc.funkemunky.bungee.utils.reflection.types.WrappedConstructor
-
- newInstance() - Method in class cc.funkemunky.bungee.utils.reflection.types.WrappedConstructor
-
- newVoxelShape(double, double, double, double, double, double) - Static method in class cc.funkemunky.api.utils.ReflectionsUtil
-
- next() - Method in class cc.funkemunky.api.utils.json.JSONTokener
-
Get the next character in the source string.
- next(char) - Method in class cc.funkemunky.api.utils.json.JSONTokener
-
Consume the next character, and check that it matches a specified
character.
- next(int) - Method in class cc.funkemunky.api.utils.json.JSONTokener
-
Get the next n characters.
- nextCDATA() - Method in class cc.funkemunky.api.utils.json.XMLTokener
-
Get the text in the CDATA block.
- nextClean() - Method in class cc.funkemunky.api.utils.json.JSONTokener
-
Get the next char in the string, skipping whitespace.
- nextContent() - Method in class cc.funkemunky.api.utils.json.XMLTokener
-
Get the next XML outer token, trimming whitespace.
- nextEntity(char) - Method in class cc.funkemunky.api.utils.json.XMLTokener
-
Return the next entity.
- nextInt(Random, int, int) - Static method in class cc.funkemunky.api.tinyprotocol.packet.types.MathHelper
-
- nextMeta() - Method in class cc.funkemunky.api.utils.json.XMLTokener
-
Returns the next XML meta token.
- nextString(char) - Method in class cc.funkemunky.api.utils.json.JSONTokener
-
Return the characters up to the next close quote character.
- nextTo(char) - Method in class cc.funkemunky.api.utils.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 cc.funkemunky.api.utils.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 cc.funkemunky.api.utils.json.HTTPTokener
-
Get the next token or string.
- nextToken() - Method in class cc.funkemunky.api.utils.json.XMLTokener
-
Get the next XML Token.
- nextValue() - Method in class cc.funkemunky.api.utils.json.JSONTokener
-
Get the next value.
- NMS_PREFIX - Static variable in class cc.funkemunky.api.tinyprotocol.reflection.Reflection
-
- NMSObject - Class in cc.funkemunky.api.tinyprotocol.api
-
- NMSObject(Object) - Constructor for class cc.funkemunky.api.tinyprotocol.api.NMSObject
-
- NMSObject() - Constructor for class cc.funkemunky.api.tinyprotocol.api.NMSObject
-
- NMSObject(Object, Player) - Constructor for class cc.funkemunky.api.tinyprotocol.api.NMSObject
-
- NMSObject.Client - Class in cc.funkemunky.api.tinyprotocol.api
-
- NMSObject.Server - Class in cc.funkemunky.api.tinyprotocol.api
-
- NMSObject.Type - Class in cc.funkemunky.api.tinyprotocol.api
-
- normalizeAngle(int, int) - Static method in class cc.funkemunky.api.utils.MathHelper
-
- normalizeAngle(float) - Static method in class cc.funkemunky.api.utils.MathUtils
-
- normalizeAngle(double) - Static method in class cc.funkemunky.api.utils.MathUtils
-
- noSpace(String) - Static method in class cc.funkemunky.api.utils.json.XML
-
Throw an exception if the string contains whitespace.
- NULL - Static variable in class cc.funkemunky.api.utils.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 cc.funkemunky.api.utils.json.JSONObject
-
Produce a string from a Number.