|
RuneHive-Game
|
Created by Daniel on 2017-11-05. More...
Static Public Member Functions | |
| static void | load () |
| static void | save () |
| static JsonObject | toJson () |
Static Public Attributes | |
| static long | ITEMS_SOLD = 0 |
| static int | MAX_PLAYERS |
| static long | PERSONAL_ITEM_WORTH = 0 |
Created by Daniel on 2017-11-05.
Definition at line 20 of file GameSaver.java.
|
static |
Definition at line 64 of file GameSaver.java.
References com.runehive.content.WellOfGoodwill.activeTime, com.runehive.content.WellOfGoodwill.add(), com.runehive.content.bot.BotUtility.BOOT_LOOT, com.runehive.content.WellOfGoodwill.CONTRIBUTION, ITEMS_SOLD, com.runehive.util.GsonUtils.JSON_PRETTY_ALLOW_NULL, com.runehive.content.WellOfGoodwill.lastContributor, com.runehive.game.world.entity.mob.player.PlayerRight.lookup(), MAX_PLAYERS, PERSONAL_ITEM_WORTH, and com.runehive.game.world.entity.mob.player.PlayerRight.PLAYER.
Referenced by com.runehive.RuneHive.processParallelStartupTasks().
|
static |
Definition at line 26 of file GameSaver.java.
References com.runehive.util.GsonUtils.JSON_PRETTY_NO_NULLS, and toJson().
Referenced by com.runehive.game.world.World.save().
|
static |
Definition at line 36 of file GameSaver.java.
References com.runehive.content.WellOfGoodwill.activeTime, com.runehive.content.bot.BotUtility.BOOT_LOOT, com.runehive.content.WellOfGoodwill.CONTRIBUTION, com.runehive.content.WellOfGoodwill.Contributor.contribution, com.runehive.content.WellOfGoodwill.contributors, com.runehive.game.world.entity.mob.player.PlayerRight.getCrown(), ITEMS_SOLD, com.runehive.util.GsonUtils.JSON_PRETTY_ALLOW_NULL, com.runehive.content.WellOfGoodwill.lastContributor, MAX_PLAYERS, com.runehive.content.WellOfGoodwill.Contributor.name, PERSONAL_ITEM_WORTH, and com.runehive.content.WellOfGoodwill.Contributor.rank.
Referenced by save().
|
static |
Definition at line 24 of file GameSaver.java.
Referenced by load(), com.runehive.content.store.impl.PersonalStore.onPurchase(), com.runehive.content.store.impl.PersonalStore.openMenu(), and toJson().
|
static |
Definition at line 22 of file GameSaver.java.
Referenced by load(), com.runehive.game.world.entity.mob.player.Player.sendInitialPackets(), and toJson().
|
static |
Definition at line 23 of file GameSaver.java.
Referenced by load(), com.runehive.content.store.impl.PersonalStore.onPurchase(), com.runehive.content.store.impl.PersonalStore.openMenu(), and toJson().