PolyMc icon indicating copy to clipboard operation
PolyMc copied to clipboard

Create stubs of vanilla client methods

Open TheEpicBlock opened this issue 4 years ago • 0 comments

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)

TheEpicBlock avatar Feb 05 '22 21:02 TheEpicBlock