IEventCallback interface
Пакет: com.hypixel.hytale.server.npc.blackboard.view.event
Файл: com/hypixel/hytale/server/npc/blackboard/view/event/IEventCallback.java
Методы (1)
| Модификаторы | Возврат | Сигнатура |
|---|---|---|
abstract |
void |
notifyvoid notify(BlackboardSubscription var1, Ref<EntityStore> var2, ComponentAccessor<EntityStore> var3, EventType var4, NotificationType var5) |
Исходный код
Показать/скрыть
class="kw">package com.hypixel.hytale.server.npc.blackboard.view.event;
class="kw">import com.hypixel.hytale.component.ComponentAccessor;
class="kw">import com.hypixel.hytale.component.Ref;
class="kw">import com.hypixel.hytale.server.core.universe.world.storage.EntityStore;
class="kw">import com.hypixel.hytale.server.npc.blackboard.BlackboardSubscription;
@FunctionalInterface
class="kw">public class="kw">interface IEventCallback<EventType, NotificationType class="kw">extends EventNotification> {
void notify(BlackboardSubscription var1, Ref<EntityStore> var2, ComponentAccessor<EntityStore> var3, EventType var4, NotificationType var5);
}