jar

io.github.phantomloader : library-forge

Maven & Gradle

Jan 12, 2024
5 stars

PhantomLoader · A library that can automate the process of creating minecraft mods for multiple loaders

Table Of Contents

Latest Version

Download io.github.phantomloader : library-forge JAR file - Latest Versions:

All Versions

Download io.github.phantomloader : library-forge JAR file - All Versions:

Version Vulnerabilities Size Updated
20.3.x
20.1.x
19.4.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 library-forge-19.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.phantomloader.library.forge

├─ io.github.phantomloader.library.forge.ForgeInitializer.class - [JAR]

io.github.phantomloader.library.forge.platform

├─ io.github.phantomloader.library.forge.platform.ForgePlatform.class - [JAR]

io.github.phantomloader.library.forge.config

├─ io.github.phantomloader.library.forge.config.ForgeConfigBuilder.class - [JAR]

io.github.phantomloader.library.forge.events

├─ io.github.phantomloader.library.forge.events.ModClientEvents.class - [JAR]

├─ io.github.phantomloader.library.forge.events.ModEvents.class - [JAR]

io.github.phantomloader.library.forge.items

├─ io.github.phantomloader.library.forge.items.BlockEntityItem.class - [JAR]

io.github.phantomloader.library.platform

├─ io.github.phantomloader.library.platform.Platform.class - [JAR]

├─ io.github.phantomloader.library.platform.PlatformHelper.class - [JAR]

io.github.phantomloader.library

├─ io.github.phantomloader.library.ModEntryPoint.class - [JAR]

io.github.phantomloader.library.forge.registry

├─ io.github.phantomloader.library.forge.registry.ForgeRegistry.class - [JAR]

├─ io.github.phantomloader.library.forge.registry.ForgeRegistryProvider.class - [JAR]

io.github.phantomloader.library.registry

├─ io.github.phantomloader.library.registry.ModRegistry.class - [JAR]

├─ io.github.phantomloader.library.registry.RegistryProvider.class - [JAR]

io.github.phantomloader.library.events

├─ io.github.phantomloader.library.events.ClientEventHandler.class - [JAR]

├─ io.github.phantomloader.library.events.ModEventHandler.class - [JAR]

├─ io.github.phantomloader.library.events.RegisterBlockEntityRenderersEvent.class - [JAR]

├─ io.github.phantomloader.library.events.RegisterEntityRenderersEvent.class - [JAR]

├─ io.github.phantomloader.library.events.RegisterParticlesEvent.class - [JAR]

io.github.phantomloader.library.integration

├─ io.github.phantomloader.library.integration.FabricCustomEntryPoint.class - [JAR]

io.github.phantomloader.library.config

├─ io.github.phantomloader.library.config.ConfigBuilder.class - [JAR]

io.github.phantomloader.library.utils

├─ io.github.phantomloader.library.utils.CreativeTabsUtils.class - [JAR]