jar

com.yikuni : spigot-reflect

Maven & Gradle

Jan 14, 2023
2 stars

spigot-reflect · A framework to make the development of spigot plugin easier

Table Of Contents

Latest Version

Download com.yikuni : spigot-reflect JAR file - Latest Versions:

All Versions

Download com.yikuni : spigot-reflect JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.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 spigot-reflect-1.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.yikuni.mc.reflect.context.menu

├─ com.yikuni.mc.reflect.context.menu.MenuFacade.class - [JAR]

├─ com.yikuni.mc.reflect.context.menu.MenuHolder.class - [JAR]

com.yikuni.mc.reflect.loader.builder

├─ com.yikuni.mc.reflect.loader.builder.LoaderBuilder.class - [JAR]

com.yikuni.mc.reflect.context

├─ com.yikuni.mc.reflect.context.ApplicationContext.class - [JAR]

com.yikuni.mc.reflect.common.interceptor

├─ com.yikuni.mc.reflect.common.interceptor.DefaultInterceptorDispatcher.class - [JAR]

├─ com.yikuni.mc.reflect.common.interceptor.Interceptor.class - [JAR]

├─ com.yikuni.mc.reflect.common.interceptor.InterceptorDispatcher.class - [JAR]

├─ com.yikuni.mc.reflect.common.interceptor.RegisteredInterceptor.class - [JAR]

com.yikuni.mc.reflect.key.strategy

├─ com.yikuni.mc.reflect.key.strategy.LowercaseReplaceStrategy.class - [JAR]

├─ com.yikuni.mc.reflect.key.strategy.NoneStrategy.class - [JAR]

├─ com.yikuni.mc.reflect.key.strategy.StringReplaceStrategy.class - [JAR]

com.yikuni.mc.reflect.util

├─ com.yikuni.mc.reflect.util.FileUtil.class - [JAR]

├─ com.yikuni.mc.reflect.util.YikuniReflectUtil.class - [JAR]

com.yikuni.mc.reflect.annotation

├─ com.yikuni.mc.reflect.annotation.CommandInterceptor.class - [JAR]

├─ com.yikuni.mc.reflect.annotation.YikuniCommand.class - [JAR]

├─ com.yikuni.mc.reflect.annotation.YikuniEvent.class - [JAR]

├─ com.yikuni.mc.reflect.annotation.YikuniMenu.class - [JAR]

├─ com.yikuni.mc.reflect.annotation.YikuniRecipe.class - [JAR]

com.yikuni.mc.reflect.loader

├─ com.yikuni.mc.reflect.loader.AbstractLoader.class - [JAR]

├─ com.yikuni.mc.reflect.loader.AutoCheckLoader.class - [JAR]

├─ com.yikuni.mc.reflect.loader.CheckLoader.class - [JAR]

├─ com.yikuni.mc.reflect.loader.CommandLoader.class - [JAR]

├─ com.yikuni.mc.reflect.loader.EventLoader.class - [JAR]

├─ com.yikuni.mc.reflect.loader.InterceptorLoader.class - [JAR]

├─ com.yikuni.mc.reflect.loader.MenuLoader.class - [JAR]

├─ com.yikuni.mc.reflect.loader.RecipeLoader.class - [JAR]

com.yikuni.mc.reflect.common

├─ com.yikuni.mc.reflect.common.Menu.class - [JAR]

com.yikuni.mc.reflect

├─ com.yikuni.mc.reflect.PluginLoader.class - [JAR]

com.yikuni.mc.reflect.loader.director

├─ com.yikuni.mc.reflect.loader.director.AbstractLoaderDirector.class - [JAR]

├─ com.yikuni.mc.reflect.loader.director.DefaultLoaderDirector.class - [JAR]

Advertisement