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 tagapi-1.2.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lkeehl.tagapi.tags
├─ com.lkeehl.tagapi.tags.BaseTag.class - [JAR]
├─ com.lkeehl.tagapi.tags.BaseTagEntity.class - [JAR]
├─ com.lkeehl.tagapi.tags.BaseTagLine.class - [JAR]
com.lkeehl.tagapi.manager
├─ com.lkeehl.tagapi.manager.TagManager.class - [JAR]
com.lkeehl.tagapi.wrappers.versions
├─ com.lkeehl.tagapi.wrappers.versions.Wrapper1_17_1.class - [JAR]
├─ com.lkeehl.tagapi.wrappers.versions.Wrapper1_18_1.class - [JAR]
├─ com.lkeehl.tagapi.wrappers.versions.Wrapper1_19_1.class - [JAR]
com.lkeehl.tagapi
├─ com.lkeehl.tagapi.TagAPI.class - [JAR]
├─ com.lkeehl.tagapi.TagBuilder.class - [JAR]
├─ com.lkeehl.tagapi.TagListener.class - [JAR]
├─ com.lkeehl.tagapi.TagTracker.class - [JAR]
com.lkeehl.tagapi.util
├─ com.lkeehl.tagapi.util.SetMap.class - [JAR]
├─ com.lkeehl.tagapi.util.TagUtil.class - [JAR]
├─ com.lkeehl.tagapi.util.VersionFile.class - [JAR]
├─ com.lkeehl.tagapi.util.WatcherType.class - [JAR]
com.lkeehl.tagapi.wrappers
├─ com.lkeehl.tagapi.wrappers.AbstractPacket.class - [JAR]
├─ com.lkeehl.tagapi.wrappers.AbstractSpawnPacket.class - [JAR]
├─ com.lkeehl.tagapi.wrappers.DevPacket.class - [JAR]
├─ com.lkeehl.tagapi.wrappers.Wrappers.class - [JAR]
com.lkeehl.tagapi.api
├─ com.lkeehl.tagapi.api.Tag.class - [JAR]
├─ com.lkeehl.tagapi.api.TagEntity.class - [JAR]
├─ com.lkeehl.tagapi.api.TagLine.class - [JAR]