1package com.runehive.game.world.entity.mob.player.persist;
3import com.runehive.Config;
4import com.runehive.game.world.entity.mob.player.Player;
5import com.runehive.net.codec.login.LoginResponse;
19 Thread.startVirtualThread(() -> {
22 }
catch (
final Exception e) {
static final boolean FORUM_INTEGRATION
If forum integration is true, users can only login if they enter the same username and password that'...
This class represents a character controlled by a player.
static void save(Player player)
static LoginResponse load(Player player, String expectedPassword)
static final PlayerPersistable perstable
Represents the enumerated login response codes.