Class NeoForgeProxy

java.lang.Object
net.neoforged.neoforge.internal.NeoForgeProxy
Direct Known Subclasses:
NeoForgeClientProxy

@Internal public class NeoForgeProxy extends Object
Allows common code to call client-only methods, through NeoForgeClientProxy.

Try not to add methods to this class, there are generally better ways to handle this kind of thing, possibly through different API design.