public abstract class HandlingInfo extends Object
Constructor and Description |
---|
HandlingInfo(UUID uuid,
InfoType type,
long time)
Super Constructor.
|
Modifier and Type | Method and Description |
---|---|
long |
getTime()
Get the epoch ms the event occurred.
|
InfoType |
getType()
Get the InfoType.
|
UUID |
getUuid()
Get the UUID.
|
abstract boolean |
process(UserData uData)
Process the info and modify the UserData object accordingly.
|
public UUID getUuid()
public InfoType getType()
public long getTime()
public abstract boolean process(UserData uData)
uData
- UserData object to modify.Copyright © 2017. All rights reserved.