View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window funixproductions-twitch-eventsub-client-1.2.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.funixproductions.api.twitch.eventsub.client.dtos
├─ com.funixproductions.api.twitch.eventsub.client.dtos.TwitchEventSubListDTO.class - [JAR]
com.funixproductions.api.twitch.eventsub.client.dtos.events.channel
├─ com.funixproductions.api.twitch.eventsub.client.dtos.events.channel.TwitchEventChannelFollowDTO.class - [JAR]
├─ com.funixproductions.api.twitch.eventsub.client.dtos.events.channel.TwitchEventChannelUpdateDTO.class - [JAR]
com.funixproductions.api.twitch.eventsub.client.clients
├─ com.funixproductions.api.twitch.eventsub.client.clients.TwitchEventSubClient.class - [JAR]
com.funixproductions.api.twitch.eventsub.client.dtos.websocket
├─ com.funixproductions.api.twitch.eventsub.client.dtos.websocket.TwitchEventSubWebsocketMessage.class - [JAR]