Interface IEventCallback<EventType,NotificationType extends EventNotification>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface IEventCallback<EventType,NotificationType extends EventNotification>
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotify(NPCEntity var1, EventType var2, NotificationType var3)
-
Method Details
-
notify
-