- names() - Method in class me.eccentric_nz.TARDIS.JSON.JSONObject
-
Produce a JSONArray containing the names of the elements of this JSONObject.
- next() - Method in class me.eccentric_nz.TARDIS.JSON.JSONTokener
-
Get the next character in the source string.
- next(char) - Method in class me.eccentric_nz.TARDIS.JSON.JSONTokener
-
Consume the next character, and check that it matches a specified character.
- next(int) - Method in class me.eccentric_nz.TARDIS.JSON.JSONTokener
-
Get the next n characters.
- next() - Method in class me.eccentric_nz.TARDIS.utility.WeightedChoice
-
- nextClean() - Method in class me.eccentric_nz.TARDIS.JSON.JSONTokener
-
Get the next char in the string, skipping whitespace.
- nextString(char) - Method in class me.eccentric_nz.TARDIS.JSON.JSONTokener
-
Return the characters up to the next close quote character.
- nextTo(char) - Method in class me.eccentric_nz.TARDIS.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 me.eccentric_nz.TARDIS.JSON.JSONTokener
-
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes
first.
- nextValue() - Method in class me.eccentric_nz.TARDIS.JSON.JSONTokener
-
Get the next value.
- NO_RAIN - Static variable in class me.eccentric_nz.TARDIS.TARDISConstants
-
- noPickup(EntityPickupItemEvent) - Method in class me.eccentric_nz.TARDIS.chemistry.lab.CureBrewingListener
-
- noSiege() - Method in enum me.eccentric_nz.TARDIS.enumeration.TARDIS_COMMAND
-
- not_glass - Static variable in class me.eccentric_nz.TARDIS.utility.TARDISMaterials
-
- Note - Class in me.eccentric_nz.TARDIS.noteblock
-
- Note(byte, byte) - Constructor for class me.eccentric_nz.TARDIS.noteblock.Note
-
- NotePitch - Enum in me.eccentric_nz.TARDIS.noteblock
-
- NULL - Static variable in class me.eccentric_nz.TARDIS.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 me.eccentric_nz.TARDIS.JSON.JSONObject
-
Produce a string from a Number.