Modifier and Type | Method and Description |
---|---|
Action |
PlayerKill.convertToAction() |
Modifier and Type | Method and Description |
---|---|
List<Action> |
ActionsTable.getActions(UUID uuid)
Used to get all Actions done by a user on this server.
|
Map<UUID,Map<UUID,List<Action>>> |
ActionsTable.getAllActions() |
Modifier and Type | Method and Description |
---|---|
void |
ActionsTable.insertAction(UUID uuid,
Action action) |
Modifier and Type | Method and Description |
---|---|
void |
ActionsTable.insertActions(Map<UUID,Map<UUID,List<Action>>> allActions) |
Modifier and Type | Method and Description |
---|---|
int |
ActionComparator.compare(Action o1,
Action o2) |
Modifier and Type | Method and Description |
---|---|
static String |
ActionsTableCreator.createTable(List<Action> actions) |
Copyright © 2017. All rights reserved.