- NetButton - Class in com.explodingbacon.bcnlib.networking
-
- NetButton(String) - Constructor for class com.explodingbacon.bcnlib.networking.NetButton
-
Default Constructor
- NetGamepad - Class in com.explodingbacon.bcnlib.networking
-
A class for NetGamepads, which contain NetJoysticks and NetButtons.
- NetGamepad(String, int, int) - Constructor for class com.explodingbacon.bcnlib.networking.NetGamepad
-
- NetJoystick - Class in com.explodingbacon.bcnlib.networking
-
A class for reading from NetJoysticks.
- NetJoystick(String) - Constructor for class com.explodingbacon.bcnlib.networking.NetJoystick
-
Default Constructor
- NetTable - Class in com.explodingbacon.bcnlib.networking
-
A class for reading from NetTables.
- NetTable(String) - Constructor for class com.explodingbacon.bcnlib.networking.NetTable
-
Default (server) constructor; used if this NetTable should be hosted on this machine.
- NetTable(String, String) - Constructor for class com.explodingbacon.bcnlib.networking.NetTable
-
Client constructor; used if this NetTable is hosted on another machine.
- newLine() - Static method in class com.explodingbacon.bcnlib.utils.Utils
-
Gets the new line character for the current operating system.
- NOTE_OFF - Static variable in class com.explodingbacon.bcnlib.midi.MidiAPI
-
- NOTE_ON - Static variable in class com.explodingbacon.bcnlib.midi.MidiAPI
-
- NoteToCC - Interface in com.explodingbacon.bcnlib.quneo
-