Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 207 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 207 Bytes

HumbleLoader

graph TD
A[Get jar file] -->B[Add to the classpath of the classloader] -->C[Get info from classpath] -->D[Mixin initialize] -->E[Loaded successfully] 

    Z[Loading process]
Loading