PolyMc
PolyMc copied to clipboard
Create stubs of vanilla client methods
As an example, Screen#hasShiftDown or Screen#hasAltDown.
The class would need to be loaded inside the Minecraft package in either intermediary or hashed mojmap. We could do this either statically (have a gradle task to generate both from a single file) or dynamically (get the right name and load a new class at runtime)