public class QuNeo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
QuNeo.Type |
Constructor and Description |
---|
QuNeo() |
Modifier and Type | Method and Description |
---|---|
void |
handlePacket(java.lang.String message)
Handles a QuNeo-related packet that has been sent by the client.
|
void |
subscribeTo(QuNeo.Type t,
int channel,
int... notes)
Subscribes the server to updates on the specified notes.
|
public void subscribeTo(QuNeo.Type t, int channel, int... notes)
t
- The type of event that is being tracked.channel
- The channel on which the events are happening.notes
- The notes that are launching the events.public void handlePacket(java.lang.String message)
message
- The QuNeo-related packet.