athrane / bassebombecraft

Bassebombecraft Minecraft Mod
https://www.curseforge.com/minecraft/mc-mods/bassebombecraft
GNU General Public License v3.0
0 stars 0 forks source link

Refactor distributed executor for execution of client and server side code #1339

Open athrane opened 2 years ago

athrane commented 2 years ago

Code:

    /**
     * Distributed executor for execution of client and server side code.
     */
    static Proxy proxy = DistExecutor.runForDist(() -> ClientProxy::new, () -> ServerProxy::new);