jar

io.github.uinnn : instructor-framework

Maven & Gradle

Dec 14, 2021
3 usages
0 stars

instructor-framework · A useful very simple way to create instructors (commands) in spigot with kotlin.

Table Of Contents

Latest Version

Download io.github.uinnn : instructor-framework JAR file - Latest Versions:

All Versions

Download io.github.uinnn : instructor-framework JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3
1.2
1.1
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window instructor-framework-1.4.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

walkmc.instructor

├─ walkmc.instructor.Argumentable.class - [JAR]

├─ walkmc.instructor.ArgumentableKt.class - [JAR]

├─ walkmc.instructor.FactoryKt.class - [JAR]

├─ walkmc.instructor.Instructable.class - [JAR]

├─ walkmc.instructor.InstructableKt.class - [JAR]

├─ walkmc.instructor.Instructor.class - [JAR]

├─ walkmc.instructor.InstructorError.class - [JAR]

├─ walkmc.instructor.InstructorErrorKt.class - [JAR]

├─ walkmc.instructor.InstructorKt.class - [JAR]

├─ walkmc.instructor.InstructorManager.class - [JAR]

├─ walkmc.instructor.Performer.class - [JAR]

├─ walkmc.instructor.PerformerKt.class - [JAR]

├─ walkmc.instructor.Sender.class - [JAR]

├─ walkmc.instructor.SimplePerformer.class - [JAR]

walkmc.instructor.common

├─ walkmc.instructor.common.CommandsKt.class - [JAR]

Advertisement