RuneHive-Game
Loading...
Searching...
No Matches
PlayerPersistable.java
Go to the documentation of this file.
1package com.runehive.game.world.entity.mob.player.persist;
2
3import com.runehive.game.world.entity.mob.player.Player;
4import com.runehive.net.codec.login.LoginResponse;
5
6public interface PlayerPersistable {
7
9
10 LoginResponse load(Player player, String expectedPassword);
11
12}
This class represents a character controlled by a player.
Definition Player.java:125
Represents the enumerated login response codes.
LoginResponse load(Player player, String expectedPassword)