mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Commands as separate classes
Each command is now in its own class in the 'Commands' namespace, and loaded through reflection.
This commit is contained in:
parent
715bc09872
commit
36690b8b34
12 changed files with 322 additions and 78 deletions
|
|
@ -8,7 +8,8 @@ namespace MinecraftClient
|
|||
///
|
||||
/// Welcome to the Bot API file !
|
||||
/// The virtual class "ChatBot" contains anything you need for creating chat bots
|
||||
/// Inherit from this class while adding your bot class to the folder "Bots".
|
||||
/// Inherit from this class while adding your bot class to the folder "ChatBots".
|
||||
/// Override the methods you want for handling events: Initialize, Update, GetText.
|
||||
/// Once your bot is created, read the explanations below to start using it in the MinecraftClient app.
|
||||
///
|
||||
/// Pieces of code to add in other parts of the program for your bot. Line numbers are approximative.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue