Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buypublic interface PlayerDbModel
extends com.phoenixplugins.sdk.api.database.DbModel
This interface defines all getters and setters required to access and mutate player-related persistent data.
| Modifier and Type | Method and Description |
|---|---|
String |
getCratesCooldown()
Gets the crates cooldown data.
|
int |
getId()
Gets the database identifier.
|
String |
getItemsToClaim()
Gets the items to claim data.
|
Object |
getLock()
Gets the synchronization lock object.
|
String |
getOpenedCratesAmount()
Gets the opened crates amount data.
|
String |
getOpenedPouchesAmount()
Gets the opened pouches amount data.
|
String |
getPlayerName()
Gets the player name.
|
String |
getRerolls()
Gets the rerolls data.
|
String |
getRewardsCooldown()
Gets the rewards cooldown data.
|
String |
getRewardsWinAmount()
Gets the rewards win amount data.
|
String |
getUniqueId()
Gets the unique player identifier.
|
String |
getVirtualKeys()
Gets the virtual keys data.
|
void |
setCratesCooldown(String cratesCooldown)
Sets the crates cooldown data.
|
void |
setId(int id)
Sets the database identifier.
|
void |
setItemsToClaim(String itemsToClaim)
Sets the items to claim data.
|
void |
setLock(Object lock)
Sets the synchronization lock object.
|
void |
setOpenedCratesAmount(String openedCratesAmount)
Sets the opened crates amount data.
|
void |
setOpenedPouchesAmount(String openedPouchesAmount)
Sets the opened pouches amount data.
|
void |
setPlayerName(String playerName)
Sets the player name.
|
void |
setRerolls(String rerolls)
Sets the rerolls data.
|
void |
setRewardsCooldown(String rewardsCooldown)
Sets the rewards cooldown data.
|
void |
setRewardsWinAmount(String rewardsWinAmount)
Sets the rewards win amount data.
|
void |
setUniqueId(String uniqueId)
Sets the unique player identifier.
|
void |
setVirtualKeys(String virtualKeys)
Sets the virtual keys data.
|
Object getLock()
getLock in interface com.phoenixplugins.sdk.api.database.DbModel
void setLock(Object lock)
lock - lock objectint getId()
getId in interface com.phoenixplugins.sdk.api.database.DbModel
void setId(int id)
setId in interface com.phoenixplugins.sdk.api.database.DbModel
id - player idString getUniqueId()
void setUniqueId(String uniqueId)
uniqueId - unique idString getPlayerName()
void setPlayerName(String playerName)
playerName - player nameString getOpenedCratesAmount()
void setOpenedCratesAmount(String openedCratesAmount)
openedCratesAmount - opened crates amountString getOpenedPouchesAmount()
void setOpenedPouchesAmount(String openedPouchesAmount)
openedPouchesAmount - opened pouches amountString getCratesCooldown()
void setCratesCooldown(String cratesCooldown)
cratesCooldown - crates cooldownString getRewardsWinAmount()
void setRewardsWinAmount(String rewardsWinAmount)
rewardsWinAmount - rewards win amountString getRewardsCooldown()
void setRewardsCooldown(String rewardsCooldown)
rewardsCooldown - rewards cooldownString getVirtualKeys()
void setVirtualKeys(String virtualKeys)
virtualKeys - virtual keysString getRerolls()
void setRerolls(String rerolls)
rerolls - rerollsString getItemsToClaim()
void setItemsToClaim(String itemsToClaim)
itemsToClaim - items to claim
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy