Class NeoForgeClient
java.lang.Object
io.github.gameking1happy.gk1haccessorifyplus.client.NeoForgeClient
NeoForge client-side code.
-
Constructor Summary
ConstructorsConstructorDescriptionNeoForgeClient(net.neoforged.bus.api.IEventBus modEventBus) Runs the NeoForge client-side mod initializer. -
Method Summary
-
Constructor Details
-
NeoForgeClient
public NeoForgeClient(net.neoforged.bus.api.IEventBus modEventBus) Runs the NeoForge client-side mod initializer.- Parameters:
modEventBus- Mod event bus.
-