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 uni-hologram-common-2.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.hsgamer.unihologram.common.line
├─ me.hsgamer.unihologram.common.line.AbstractHologramLine.class - [JAR]
├─ me.hsgamer.unihologram.common.line.EmptyHologramLine.class - [JAR]
├─ me.hsgamer.unihologram.common.line.TextHologramLine.class - [JAR]
me.hsgamer.unihologram.common.provider
├─ me.hsgamer.unihologram.common.provider.LocalHologramProvider.class - [JAR]
me.hsgamer.unihologram.common.hologram
├─ me.hsgamer.unihologram.common.hologram.NoneHologram.class - [JAR]
├─ me.hsgamer.unihologram.common.hologram.SimpleHologram.class - [JAR]
me.hsgamer.unihologram.common.api
├─ me.hsgamer.unihologram.common.api.Hologram.class - [JAR]
├─ me.hsgamer.unihologram.common.api.HologramLine.class - [JAR]
├─ me.hsgamer.unihologram.common.api.HologramProvider.class - [JAR]
├─ me.hsgamer.unihologram.common.api.PagedHologram.class - [JAR]
me.hsgamer.unihologram.common.api.extra
├─ me.hsgamer.unihologram.common.api.extra.ViewerPage.class - [JAR]
├─ me.hsgamer.unihologram.common.api.extra.Visibility.class - [JAR]