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 LapisBansAPI-2.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.lapismc.lapisbans.api.events
├─ net.lapismc.lapisbans.api.events.LapisBansPunishEvent.class - [JAR]
net.lapismc.lapisbans.api.punishments.permanent
├─ net.lapismc.lapisbans.api.punishments.permanent.BanInterface.class - [JAR]
├─ net.lapismc.lapisbans.api.punishments.permanent.IPBanInterface.class - [JAR]
├─ net.lapismc.lapisbans.api.punishments.permanent.KickInterface.class - [JAR]
├─ net.lapismc.lapisbans.api.punishments.permanent.MuteInterface.class - [JAR]
net.lapismc.lapisbans.api.punishments.core
├─ net.lapismc.lapisbans.api.punishments.core.PunishmentInterface.class - [JAR]
├─ net.lapismc.lapisbans.api.punishments.core.PunishmentList.class - [JAR]
├─ net.lapismc.lapisbans.api.punishments.core.PunishmentType.class - [JAR]
├─ net.lapismc.lapisbans.api.punishments.core.TemporaryPunishmentInterface.class - [JAR]
net.lapismc.lapisbans.api
├─ net.lapismc.lapisbans.api.LapisBansAPI.class - [JAR]
├─ net.lapismc.lapisbans.api.LapisBansAPIStorage.class - [JAR]
net.lapismc.lapisbans.api.punishments.temporary
├─ net.lapismc.lapisbans.api.punishments.temporary.TempBanInterface.class - [JAR]
├─ net.lapismc.lapisbans.api.punishments.temporary.TempIPBanInterface.class - [JAR]
├─ net.lapismc.lapisbans.api.punishments.temporary.TempMuteInterface.class - [JAR]
├─ net.lapismc.lapisbans.api.punishments.temporary.WarningInterface.class - [JAR]