jar

dev.kotx : flylib-reloaded

Maven & Gradle

Nov 17, 2021
7 stars

flylib-reloaded · An utility library for Minecraft Paper that provides commands, menus, Kotlin extensions, and more.

Table Of Contents

Latest Version

Download dev.kotx : flylib-reloaded JAR file - Latest Versions:

All Versions

Download dev.kotx : flylib-reloaded JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x
0.4.x
0.3.x
0.2.x
0.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 flylib-reloaded-0.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

dev.kotx.flylib.command.arguments

├─ dev.kotx.flylib.command.arguments.BooleanArgument.class - [JAR]

├─ dev.kotx.flylib.command.arguments.DoubleArgument.class - [JAR]

├─ dev.kotx.flylib.command.arguments.EntityArgument.class - [JAR]

├─ dev.kotx.flylib.command.arguments.FloatArgument.class - [JAR]

├─ dev.kotx.flylib.command.arguments.IntegerArgument.class - [JAR]

├─ dev.kotx.flylib.command.arguments.LiteralArgument.class - [JAR]

├─ dev.kotx.flylib.command.arguments.LocationArgument.class - [JAR]

├─ dev.kotx.flylib.command.arguments.LongArgument.class - [JAR]

├─ dev.kotx.flylib.command.arguments.StringArgument.class - [JAR]

├─ dev.kotx.flylib.command.arguments.VectorArgument.class - [JAR]

dev.kotx.flylib.util

├─ dev.kotx.flylib.util.ComponentBuilder.class - [JAR]

├─ dev.kotx.flylib.util.ComponentBuilderAction.class - [JAR]

├─ dev.kotx.flylib.util.InternalExtensionsKt.class - [JAR]

├─ dev.kotx.flylib.util.ItemBuilder.class - [JAR]

├─ dev.kotx.flylib.util.ItemBuilderAction.class - [JAR]

├─ dev.kotx.flylib.util.ItemExtensionsKt.class - [JAR]

├─ dev.kotx.flylib.util.JsonArrayBuilder.class - [JAR]

├─ dev.kotx.flylib.util.JsonBuilder.class - [JAR]

├─ dev.kotx.flylib.util.MessageExtensionsKt.class - [JAR]

├─ dev.kotx.flylib.util.MetaBuilder.class - [JAR]

dev.kotx.flylib.menu

├─ dev.kotx.flylib.menu.BasicMenu.class - [JAR]

├─ dev.kotx.flylib.menu.BasicMenuAction.class - [JAR]

├─ dev.kotx.flylib.menu.BasicMenuBuilder.class - [JAR]

├─ dev.kotx.flylib.menu.BasicMenuClickAction.class - [JAR]

├─ dev.kotx.flylib.menu.MenuItem.class - [JAR]

dev.kotx.flylib

├─ dev.kotx.flylib.FlyLib.class - [JAR]

├─ dev.kotx.flylib.FlyLibAction.class - [JAR]

├─ dev.kotx.flylib.FlyLibBuilder.class - [JAR]

├─ dev.kotx.flylib.FlyLibComponent.class - [JAR]

├─ dev.kotx.flylib.FlyLibContext.class - [JAR]

├─ dev.kotx.flylib.FlyLibImpl.class - [JAR]

├─ dev.kotx.flylib.FlyLibKt.class - [JAR]

├─ dev.kotx.flylib.ListenerAction.class - [JAR]

dev.kotx.flylib.command

├─ dev.kotx.flylib.command.Argument.class - [JAR]

├─ dev.kotx.flylib.command.Command.class - [JAR]

├─ dev.kotx.flylib.command.CommandContext.class - [JAR]

├─ dev.kotx.flylib.command.CommandHandler.class - [JAR]

├─ dev.kotx.flylib.command.CommandHandlerImpl.class - [JAR]

├─ dev.kotx.flylib.command.CommandHandlerImplKt.class - [JAR]

├─ dev.kotx.flylib.command.Config.class - [JAR]

├─ dev.kotx.flylib.command.ConfigBuilder.class - [JAR]

├─ dev.kotx.flylib.command.ConfigElement.class - [JAR]

├─ dev.kotx.flylib.command.ContextAction.class - [JAR]

├─ dev.kotx.flylib.command.Permission.class - [JAR]

├─ dev.kotx.flylib.command.Suggestion.class - [JAR]

├─ dev.kotx.flylib.command.SuggestionAction.class - [JAR]

├─ dev.kotx.flylib.command.SuggestionBuilder.class - [JAR]

├─ dev.kotx.flylib.command.Usage.class - [JAR]

├─ dev.kotx.flylib.command.UsageAction.class - [JAR]

├─ dev.kotx.flylib.command.UsageBuilder.class - [JAR]

dev.kotx.flylib.command.elements

├─ dev.kotx.flylib.command.elements.ArrayElement.class - [JAR]

├─ dev.kotx.flylib.command.elements.BooleanArrayElement.class - [JAR]

├─ dev.kotx.flylib.command.elements.BooleanElement.class - [JAR]

├─ dev.kotx.flylib.command.elements.DoubleArrayElement.class - [JAR]

├─ dev.kotx.flylib.command.elements.DoubleElement.class - [JAR]

├─ dev.kotx.flylib.command.elements.FloatArrayElement.class - [JAR]

├─ dev.kotx.flylib.command.elements.FloatElement.class - [JAR]

├─ dev.kotx.flylib.command.elements.IntegerArrayElement.class - [JAR]

├─ dev.kotx.flylib.command.elements.IntegerElement.class - [JAR]

├─ dev.kotx.flylib.command.elements.LongArrayElement.class - [JAR]

├─ dev.kotx.flylib.command.elements.LongElement.class - [JAR]

├─ dev.kotx.flylib.command.elements.ObjectElement.class - [JAR]

├─ dev.kotx.flylib.command.elements.StringArrayElement.class - [JAR]

├─ dev.kotx.flylib.command.elements.StringElement.class - [JAR]

Advertisement