All Classes and Interfaces

Class
Description
Used to create an alert with the given parameters
Don't implement this interface
Just use the static methods
This mixin interface is used to get the pendingSuggestions field of ChatInputSuggestor.
Get the chatInputSuggestor and chatField of ChatScreen.
ChatScreen
Usage:

ChatScreen chatScreen = ...;

ChatInputSuggestor chatInputSuggestor = ((ChatScreenMixin) chatScreen).getChatInputSuggestor();

TextFieldWidget chatField = ((ChatScreenMixin) chatScreen).getChatField();
To execute the command in the code area

There are 5 run modes:
1.
The context menu for the code area
Used to add a command prompt to a CodeArea.
This class is used to handle Minecraft game events.
It is used to handle the key event and the game message event.
It is used to show the UI and hide the UI.
It is used to get the command from the chat screen.
run this application in minecraft
This class is used to store the configuration of the mod.
the controller of the mccs IDE
To be used to highlight the message log in outLogCodeArea

There are two kinds of message log:
1.
Main Class
This class is used to initialize the client.
It is used to register the key binding.
MinecraftCommandStudioClient.iKey It is used to register the event handler.
EventHandler
Used to highlight Minecraft instruction syntax in a CodeArea.
 
Used to create a popup This interface cannot to be instantiated