jar

io.github.CDAGaming : DiscordIPC

Maven & Gradle

Aug 16, 2023
10 stars

DiscordIPC · Connect locally to the Discord client using IPC for a subset of RPC features like Rich Presence and Activity Join/Spectate

Table Of Contents

Latest Version

Download io.github.CDAGaming : DiscordIPC JAR file - Latest Versions:

All Versions

Download io.github.CDAGaming : DiscordIPC JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.x
0.7.x
0.6.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 DiscordIPC-0.8.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jagrosh.discordipc.entities.pipe

├─ com.jagrosh.discordipc.entities.pipe.MacPipe.class - [JAR]

├─ com.jagrosh.discordipc.entities.pipe.Pipe.class - [JAR]

├─ com.jagrosh.discordipc.entities.pipe.PipeStatus.class - [JAR]

├─ com.jagrosh.discordipc.entities.pipe.UnixPipe.class - [JAR]

├─ com.jagrosh.discordipc.entities.pipe.WindowsPipe.class - [JAR]

com.jagrosh.discordipc.entities

├─ com.jagrosh.discordipc.entities.Callback.class - [JAR]

├─ com.jagrosh.discordipc.entities.DiscordBuild.class - [JAR]

├─ com.jagrosh.discordipc.entities.Packet.class - [JAR]

├─ com.jagrosh.discordipc.entities.RichPresence.class - [JAR]

├─ com.jagrosh.discordipc.entities.User.class - [JAR]

com.jagrosh.discordipc.impl

├─ com.jagrosh.discordipc.impl.Backoff.class - [JAR]

├─ com.jagrosh.discordipc.impl.DataConsumer.class - [JAR]

├─ com.jagrosh.discordipc.impl.ExtendedLong.class - [JAR]

├─ com.jagrosh.discordipc.impl.WinRegistry.class - [JAR]

com.jagrosh.discordipc.exceptions

├─ com.jagrosh.discordipc.exceptions.NoDiscordClientException.class - [JAR]

com.jagrosh.discordipc

├─ com.jagrosh.discordipc.IPCClient.class - [JAR]

├─ com.jagrosh.discordipc.IPCListener.class - [JAR]