jar

dev.the-fireplace : Textbook-Common

Maven & Gradle

Oct 05, 2022
8 stars

Textbook · A client-side Minecraft mod that allows importing books from and exporting books to text files.

Table Of Contents

Latest Version

Download dev.the-fireplace : Textbook-Common JAR file - Latest Versions:

All Versions

Download dev.the-fireplace : Textbook-Common JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.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 Textbook-Common-2.2.2+1.19.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

dev.the_fireplace.textbook.config

├─ dev.the_fireplace.textbook.config.DefaultConfigValues.class - [JAR]

├─ dev.the_fireplace.textbook.config.TextbookConfig.class - [JAR]

├─ dev.the_fireplace.textbook.config.TextbookConfigScreenFactory.class - [JAR]

dev.the_fireplace.textbook.mixin

├─ dev.the_fireplace.textbook.mixin.BookEditScreenMixin.class - [JAR]

├─ dev.the_fireplace.textbook.mixin.BookScreenMixin.class - [JAR]

dev.the_fireplace.textbook

├─ dev.the_fireplace.textbook.TextbookConstants.class - [JAR]

dev.the_fireplace.textbook.logic

├─ dev.the_fireplace.textbook.logic.FileExporter.class - [JAR]

├─ dev.the_fireplace.textbook.logic.FileImporter.class - [JAR]

├─ dev.the_fireplace.textbook.logic.LineToPageConverter.class - [JAR]

├─ dev.the_fireplace.textbook.logic.MinecraftBookConstraints.class - [JAR]

├─ dev.the_fireplace.textbook.logic.TextbookFileDialogs.class - [JAR]

dev.the_fireplace.textbook.usecase

├─ dev.the_fireplace.textbook.usecase.ExportBook.class - [JAR]

├─ dev.the_fireplace.textbook.usecase.ImportBook.class - [JAR]

dev.the_fireplace.textbook.domain.config

├─ dev.the_fireplace.textbook.domain.config.ConfigValues.class - [JAR]

Advertisement