Modifier and Type | Method and Description |
---|---|
void |
API.scheduleEventHandlingInfo(HandlingInfo info)
Schedule a HandlingInfo object to be processed.
|
Modifier and Type | Method and Description |
---|---|
void |
DataCacheHandler.addToPool(HandlingInfo i)
Used to add event HandlingInfo to the processTask's pool.
|
Modifier and Type | Method and Description |
---|---|
List<HandlingInfo> |
DataCacheProcessQueue.stop()
Stops all activites and clears the queue.
|
Modifier and Type | Method and Description |
---|---|
void |
DataCacheProcessQueue.addToPool(HandlingInfo info)
Used to add HandlingInfo object to be processed.
|
Modifier and Type | Method and Description |
---|---|
void |
DataCacheProcessQueue.addToPool(Collection<HandlingInfo> info)
Used to add multiple HandlingInfo objects to be processed.
|
Modifier and Type | Class and Description |
---|---|
class |
ChatInfo
HandlingInfo Class for ChatEvent information.
|
class |
DeathInfo
HandlingInfo Class for DeathEvent information.
|
class |
GamemodeInfo
HandlingInfo Class for GamemodeChangeEvent information.
|
class |
KickInfo
HandlingInfo Class for KickEvent information.
|
class |
KillInfo
HandlingInfo Class for DeathEvent information when the dead entity is a
player.
|
class |
LoginInfo
HandlingInfo Class for JoinEvent information.
|
class |
LogoutInfo
HandlingInfo Class for QuitEvent information.
|
class |
ReloadInfo
HandlingInfo Class for refreshing data in the cache for online players.
|
Modifier and Type | Method and Description |
---|---|
int |
HandlingInfoTimeComparator.compare(HandlingInfo o1,
HandlingInfo o2) |
Copyright © 2017. All rights reserved.