public interface EventHandler<Event,State>
EventHandlerBuilder available in ReplicatedEntity.eventHandlerBuilder(java.lang.Class<Event>) but can also
be provided manually (as a lambda).| Modifier and Type | Method and Description |
|---|---|
State |
applyEvent(State state,
Event event)
Apply the
event to the state. |