[MAJOR] Implement new NOJANG modding system

This commit is contained in:
2024-05-01 13:26:18 +02:00
parent 76bc39ec33
commit bcbf91b39f
112 changed files with 1336 additions and 920 deletions

View File

@@ -0,0 +1,9 @@
/**
* @author HypherionSA
* This package, called NoJang, exposes various wrapped API's.
* Using this api, a mod can essentially run on ANY minecraft version this library
* supports, from one code base.
* IMPORTANT NOTE: THESE API'S MUST NEVER EXPOSE ANY MINECRAFT CLASSES OR CODE!!!!
* THEY MUST ALWAYS BE HANDLED INTERNALLY AND ONLY RETURN WRAPPED VARIANTS
*/
package com.hypherionmc.craterlib.nojang;