Package com.jvn.toucanlib.neoforge.event
Class ToucanEventBuses
java.lang.Object
com.jvn.toucanlib.neoforge.event.ToucanEventBuses
Small registration helpers for mods with constructor-heavy event wiring.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ToucanEventRegistrationgame()Wraps the global NeoForge game event bus.static ToucanEventRegistrationon(net.neoforged.bus.api.IEventBus bus) Wraps a NeoForge event bus for fluent listener registration.
-
Method Details
-
on
Wraps a NeoForge event bus for fluent listener registration.- Parameters:
bus- event bus to register listeners on- Returns:
- registration wrapper for
bus
-
game
Wraps the global NeoForge game event bus.- Returns:
- registration wrapper for
NeoForge.EVENT_BUS
-