@FunctionalInterface
public static interface SidedEventBus.NetworkEventProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(SidedEventBus.SidedEvent event)
Gets called if the parent
SidedEventBus.SidedEventListener
received an event that needs to be sent over the network. |
void handleEvent(SidedEventBus.SidedEvent event)
SidedEventBus.SidedEventListener
received an event that needs to be sent over the network.event - The event