public interface ActionSettings extends CaptainUpObject
Modifier and Type | Method and Description |
---|---|
java.util.List<ActionableEntitySchema> |
getEntitySchemas() |
java.lang.String |
getID()
The ID of the Action Setting
|
java.lang.String |
getImageURL()
The URL to the action's image.
|
java.lang.String |
getName()
The name of the action.
|
java.lang.String |
getPastTense()
The past tense of the action
|
long |
getPoints()
The number of points that will be awarded to the user for doing the action.
|
long |
getPointsInterval()
The points interval.
|
java.lang.String |
getPresentProgressiveTense()
The present progressive tense of the action.
|
boolean |
hasLeaderboard()
Whether to show a leaderboard for this action.
|
boolean |
showActivity()
Whether to show an activity for this action.
|
boolean |
showNotification()
Whether to show a notification for this action or not.
|
java.lang.String getID()
java.lang.String getName()
long getPoints()
long getPointsInterval()
boolean hasLeaderboard()
true
when the action has a leaderboard, false
otherwiseboolean showActivity()
true
when the action will show in a player's activity log,
false
otherwise.boolean showNotification()
true
if the action will also generate a notification,
false
otherwise.java.lang.String getPastTense()
java.lang.String getPresentProgressiveTense()
java.lang.String getImageURL()
java.util.List<ActionableEntitySchema> getEntitySchemas()