AllNPCsLoadedEvent

public class AllNPCsLoadedEvent implements IEvent

Event fired when allnpcsloaded occurs. Listen for this event using EventBus.register.

java.lang.Object > AllNPCsLoadedEvent

Field Summary

No fields documented.

Method Detail

AllNPCsLoadedEvent

public public AllNPCsLoadedEvent (@Nonnull final Int2ObjectMap allNPCs, @Nonnull final Int2ObjectMap loadedNPCs)

Method AllNPCsLoadedEvent.

Parameters:
@Nonnull final Int2ObjectMap allNPCs
@Nonnull final Int2ObjectMap loadedNPCs

getAllNPCs

public Int2ObjectMap getAllNPCs ()

Method getAllNPCs.

getLoadedNPCs

public Int2ObjectMap getLoadedNPCs ()

Method getLoadedNPCs.

toString

public String toString ()

Method toString.