interfacepublicPriority 3
IEventCallback
com.hypixel.hytale.server.npc.blackboard.view.event.IEventCallback
0
Methods
0
Public Methods
0
Fields
0
Constructors
Related Classes
Used By
Source Code
package com.hypixel.hytale.server.npc.blackboard.view.event;
import com.hypixel.hytale.server.npc.entities.NPCEntity;
@FunctionalInterface
public interface IEventCallback<EventType, NotificationType extends EventNotification> {
void notify(NPCEntity var1, EventType var2, NotificationType var3);
}