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 server-queue-core-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.hglabor.velocity.queue.constants
├─ de.hglabor.velocity.queue.constants.QChannels.class - [JAR]
├─ de.hglabor.velocity.queue.constants.QManager.class - [JAR]
de.hglabor.velocity.queue.jedis
├─ de.hglabor.velocity.queue.jedis.JedisManager.class - [JAR]
de.hglabor.velocity.queue.listener
├─ de.hglabor.velocity.queue.listener.QueueConnectListener.class - [JAR]
├─ de.hglabor.velocity.queue.listener.QueueJoinListener.class - [JAR]
├─ de.hglabor.velocity.queue.listener.QueueMoveListener.class - [JAR]
de.hglabor.velocity.queue.util
├─ de.hglabor.velocity.queue.util.ChatUtils.class - [JAR]
├─ de.hglabor.velocity.queue.util.ServerUtils.class - [JAR]
de.hglabor.velocity.queue.command
├─ de.hglabor.velocity.queue.command.LeaveQueueCommand.class - [JAR]
de.hglabor.velocity.queue.pojo
├─ de.hglabor.velocity.queue.pojo.Identifier.class - [JAR]
├─ de.hglabor.velocity.queue.pojo.QGameInfo.class - [JAR]
├─ de.hglabor.velocity.queue.pojo.QPlayerInfo.class - [JAR]
de.hglabor.velocity.queue
├─ de.hglabor.velocity.queue.Queue.class - [JAR]
de.hglabor.velocity.queue.config
├─ de.hglabor.velocity.queue.config.Config.class - [JAR]