C E G R V

C

com.drdanick.McRKit.api - package com.drdanick.McRKit.api
 

E

executeCommand(RTKInterface.CommandType, String) - Method in class com.drdanick.McRKit.api.RTKInterface
Executes an API function.

G

getLastResponse() - Method in class com.drdanick.McRKit.api.RTKInterface
Get the last response that was received from the server.

R

RTKInterface - Class in com.drdanick.McRKit.api
The RTKInterface handles all of the UDP API calls to the RemoteToolkit Minecraft wrapper.
RTKInterface(int, String, String, String, String) - Constructor for class com.drdanick.McRKit.api.RTKInterface
Instantiates an RTKInterface.
RTKInterface.CommandType - Enum in com.drdanick.McRKit.api
Defines the type of action to perform.
RTKInterfaceException - Exception in com.drdanick.McRKit.api
Thrown when an error pertaining to the RTKInterface is encountered.
RTKInterfaceException(String) - Constructor for exception com.drdanick.McRKit.api.RTKInterfaceException
 

V

valueOf(String) - Static method in enum com.drdanick.McRKit.api.RTKInterface.CommandType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.drdanick.McRKit.api.RTKInterface.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.

C E G R V