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 event-method-3.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.kyori.event.method
├─ net.kyori.event.method.EventExecutor.class - [JAR]
├─ net.kyori.event.method.MethodHandleEventExecutorFactory.class - [JAR]
├─ net.kyori.event.method.MethodScanner.class - [JAR]
├─ net.kyori.event.method.MethodSubscriptionAdapter.class - [JAR]
├─ net.kyori.event.method.SimpleMethodSubscriptionAdapter.class - [JAR]
net.kyori.event.method.annotation
├─ net.kyori.event.method.annotation.DefaultMethodScanner.class - [JAR]
├─ net.kyori.event.method.annotation.IgnoreCancelled.class - [JAR]
├─ net.kyori.event.method.annotation.PostOrder.class - [JAR]
├─ net.kyori.event.method.annotation.Subscribe.class - [JAR]