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 curseforgeapi-1.7.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.matyrobbrt.curseforgeapi.schemas.game
├─ io.github.matyrobbrt.curseforgeapi.schemas.game.Game.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.game.GameVersionType.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.game.GameVersionsByType.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.game.package-info.class - [JAR]
io.github.matyrobbrt.curseforgeapi.schemas.fingerprint
├─ io.github.matyrobbrt.curseforgeapi.schemas.fingerprint.FingerprintFuzzyMatch.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.fingerprint.FingerprintMatch.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.fingerprint.FingerprintsMatchesResult.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.fingerprint.package-info.class - [JAR]
io.github.matyrobbrt.curseforgeapi.annotation
├─ io.github.matyrobbrt.curseforgeapi.annotation.AcceptsArgs.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.annotation.Arg.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.annotation.CurseForgeSchema.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.annotation.Nonnull.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.annotation.Nullable.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.annotation.ParametersAreNonnullByDefault.class - [JAR]
io.github.matyrobbrt.curseforgeapi.util
├─ io.github.matyrobbrt.curseforgeapi.util.Constants.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.util.CurseForgeException.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.util.ExceptionConsumer.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.util.ExceptionFunction.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.util.ExceptionRunnable.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.util.ExceptionSupplier.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.util.Pair.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.util.Utils.class - [JAR]
io.github.matyrobbrt.curseforgeapi.request.async
├─ io.github.matyrobbrt.curseforgeapi.request.async.AsyncRequestOperator.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.async.AsyncRequestValues.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.async.EmptyAsyncRequest.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.async.FlatMapAsyncRequest.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.async.MapAsyncRequest.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.async.OfCompletableFutureAsyncRequest.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.async.OfHttpResponseAsyncRequest.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.async.OfValueAsyncRequest.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.async.PairAsyncRequest.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.async.WithExceptionAsyncRequest.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.async.package-info.class - [JAR]
io.github.matyrobbrt.curseforgeapi.schemas
├─ io.github.matyrobbrt.curseforgeapi.schemas.ApiStatus.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.Category.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.HashAlgo.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.PaginatedData.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.Pagination.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.SortableGameVersion.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.Status.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.package-info.class - [JAR]
io.github.matyrobbrt.curseforgeapi.request.uploadapi
├─ io.github.matyrobbrt.curseforgeapi.request.uploadapi.ChangelogType.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.uploadapi.GameDependency.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.uploadapi.GameVersion.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.uploadapi.UploadApiRequest.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.uploadapi.UploadApiRequests.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.uploadapi.UploadQuery.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.uploadapi.package-info.class - [JAR]
io.github.matyrobbrt.curseforgeapi.util.gson
├─ io.github.matyrobbrt.curseforgeapi.util.gson.CFSchemaEnumTypeAdapter.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.util.gson.JsonUtils.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.util.gson.RecordTypeAdapterFactory.class - [JAR]
io.github.matyrobbrt.curseforgeapi
├─ io.github.matyrobbrt.curseforgeapi.CurseForgeAPI.class - [JAR]
io.github.matyrobbrt.curseforgeapi.request.helper
├─ io.github.matyrobbrt.curseforgeapi.request.helper.AsyncRequestHelper.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.helper.IRequestHelper.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.helper.RequestHelper.class - [JAR]
io.github.matyrobbrt.curseforgeapi.request
├─ io.github.matyrobbrt.curseforgeapi.request.Arguments.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.AsyncRequest.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.DoubleAsyncRequest.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.GenericRequest.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.Method.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.Request.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.Requests.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.Response.class - [JAR]
io.github.matyrobbrt.curseforgeapi.schemas.mod
├─ io.github.matyrobbrt.curseforgeapi.schemas.mod.FeaturedMods.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.mod.Mod.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.mod.ModAsset.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.mod.ModAuthor.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.mod.ModLinks.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.mod.ModLoaderType.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.mod.ModStatus.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.mod.package-info.class - [JAR]
io.github.matyrobbrt.curseforgeapi.schemas.file
├─ io.github.matyrobbrt.curseforgeapi.schemas.file.File.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.file.FileDependency.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.file.FileHash.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.file.FileIndex.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.file.FileModule.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.file.FileRelationType.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.file.FileReleaseType.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.file.FileStatus.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.schemas.file.package-info.class - [JAR]
io.github.matyrobbrt.curseforgeapi.request.query
├─ io.github.matyrobbrt.curseforgeapi.request.query.FeaturedModsQuery.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.query.GetFuzzyMatchesQuery.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.query.ModSearchQuery.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.query.PaginationQuery.class - [JAR]
├─ io.github.matyrobbrt.curseforgeapi.request.query.Query.class - [JAR]