HyCodeYourTale
classpublicPriority 3

EventTypeRegistration

com.hypixel.hytale.server.npc.blackboard.view.event.EventTypeRegistration

4

Methods

4

Public Methods

3

Fields

1

Constructors

Constants

ComponentType<EntityStore, NPCEntity>NPC_COMPONENT_TYPE= NPCEntity.getComponentType()

Constructors

public
EventTypeRegistration(EventType type, BiIntPredicate setTester, IEventCallback<EventType, NotificationType> eventCallback)

Methods

Public Methods (4)

public
void cleanup()
public
void forEach(IntObjectConsumer<EventType> setConsumer, Consumer<Ref<EntityStore>> npcConsumer)
public
int getSetCount()
public
void initialiseEntity(Ref<EntityStore> ref, IntSet changeSets)

Fields

Private/Package Fields (3)

privateIEventCallback<EventType, NotificationType> eventCallback
privateBiIntPredicate setTester
privateEventType type

Related Classes