jar

de.hexaoxi : carbonchat-api

Maven & Gradle

Aug 20, 2023
128 stars

carbonchat-api · API for interfacing with the CarbonChat Minecraft mod/plugin

Table Of Contents

Latest Version

Download de.hexaoxi : carbonchat-api JAR file - Latest Versions:

All Versions

Download de.hexaoxi : carbonchat-api JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.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 carbonchat-api-2.1.0-beta.19.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.draycia.carbon.api

├─ net.draycia.carbon.api.CarbonChat.class - [JAR]

├─ net.draycia.carbon.api.CarbonChatProvider.class - [JAR]

├─ net.draycia.carbon.api.CarbonServer.class - [JAR]

net.draycia.carbon.api.event

├─ net.draycia.carbon.api.event.Cancellable.class - [JAR]

├─ net.draycia.carbon.api.event.CarbonEvent.class - [JAR]

├─ net.draycia.carbon.api.event.CarbonEventHandler.class - [JAR]

├─ net.draycia.carbon.api.event.CarbonEventSubscriber.class - [JAR]

├─ net.draycia.carbon.api.event.CarbonEventSubscription.class - [JAR]

net.draycia.carbon.api.users

├─ net.draycia.carbon.api.users.CarbonPlayer.class - [JAR]

├─ net.draycia.carbon.api.users.UserManager.class - [JAR]

net.draycia.carbon.api.channels

├─ net.draycia.carbon.api.channels.ChannelRegistry.class - [JAR]

├─ net.draycia.carbon.api.channels.ChatChannel.class - [JAR]

net.draycia.carbon.api.util

├─ net.draycia.carbon.api.util.ChatComponentRenderer.class - [JAR]

├─ net.draycia.carbon.api.util.InventorySlot.class - [JAR]

├─ net.draycia.carbon.api.util.KeyedRenderer.class - [JAR]

├─ net.draycia.carbon.api.util.KeyedRendererImpl.class - [JAR]

net.draycia.carbon.api.event.events

├─ net.draycia.carbon.api.event.events.CarbonChannelRegisterEvent.class - [JAR]

├─ net.draycia.carbon.api.event.events.CarbonChatEvent.class - [JAR]

├─ net.draycia.carbon.api.event.events.CarbonPrivateChatEvent.class - [JAR]

Advertisement