jar

com.github.overmighty : croissant

Maven & Gradle

Sep 04, 2020
12 stars

Croissant · Lightweight yet useful library for Bukkit/Spigot/Paper plugins.

Table Of Contents

Latest Version

Download com.github.overmighty : croissant JAR file - Latest Versions:

All Versions

Download com.github.overmighty : croissant JAR file - All Versions:

Version Vulnerabilities Size Updated
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 croissant-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.overmighty.croissant.util

├─ com.github.overmighty.croissant.util.CroissantUtil.class - [JAR]

├─ com.github.overmighty.croissant.util.ItemBuilder.class - [JAR]

├─ com.github.overmighty.croissant.util.ServerUtil.class - [JAR]

com.github.overmighty.croissant

├─ com.github.overmighty.croissant.Croissant.class - [JAR]

com.github.overmighty.croissant.gui

├─ com.github.overmighty.croissant.gui.GUI.class - [JAR]

├─ com.github.overmighty.croissant.gui.GUIHandler.class - [JAR]

├─ com.github.overmighty.croissant.gui.NavigationButtonType.class - [JAR]

├─ com.github.overmighty.croissant.gui.ScrollableGUI.class - [JAR]

com.github.overmighty.croissant.command

├─ com.github.overmighty.croissant.command.CommandExecutor.class - [JAR]

├─ com.github.overmighty.croissant.command.CommandHandler.class - [JAR]

├─ com.github.overmighty.croissant.command.CroissantCommand.class - [JAR]

com.github.overmighty.croissant.command.argument

├─ com.github.overmighty.croissant.command.argument.Argument.class - [JAR]

├─ com.github.overmighty.croissant.command.argument.ArgumentCompleter.class - [JAR]

├─ com.github.overmighty.croissant.command.argument.ArgumentResolver.class - [JAR]

├─ com.github.overmighty.croissant.command.argument.ArgumentType.class - [JAR]

├─ com.github.overmighty.croissant.command.argument.BuiltInArgumentType.class - [JAR]

├─ com.github.overmighty.croissant.command.argument.Default.class - [JAR]

├─ com.github.overmighty.croissant.command.argument.Optional.class - [JAR]

├─ com.github.overmighty.croissant.command.argument.Rest.class - [JAR]