jar

io.github.defective4.amcc : amcc-api

Maven & Gradle

Jul 12, 2023
77 stars

Another Minecraft Chat Client Plugin API · API used to write plugins for Another Minecraft Chat Client

Table Of Contents

Latest Version

Download io.github.defective4.amcc : amcc-api JAR file - Latest Versions:

All Versions

Download io.github.defective4.amcc : amcc-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.11.x
1.10.x
1.9.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window amcc-api-1.11.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.defekt.mc.chatclient.api

├─ net.defekt.mc.chatclient.api.AMCPlugin.class - [JAR]

├─ net.defekt.mc.chatclient.api.CommandListener.class - [JAR]

├─ net.defekt.mc.chatclient.api.PluginDescription.class - [JAR]

net.defekt.mc.chatclient.api.ui

├─ net.defekt.mc.chatclient.api.ui.GUIComponents.class - [JAR]

├─ net.defekt.mc.chatclient.api.ui.UserActionAdapter.class - [JAR]

├─ net.defekt.mc.chatclient.api.ui.UserActionListener.class - [JAR]

net.defekt.mc.chatclient.api.command

├─ net.defekt.mc.chatclient.api.command.CommandHandler.class - [JAR]

Advertisement