RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
LoginResponsePacket (LoginResponse response, PlayerRight rights, boolean flagged) | |
LoginResponsePacket (LoginResponse response) | |
LoginResponse | getResponse () |
PlayerRight | getRights () |
boolean | isFlagged () |
An immutable message that is written through a channel and forwarded to the LoginResponseEncoder
where it is encoded and sent to the client.
Definition at line 40 of file LoginResponsePacket.java.
|
inline |
Creates a new LoginResponsePacket
.
response | The actual login response. |
rights | The Player s authority level. |
flagged | If the Player is flagged. |
Definition at line 67 of file LoginResponsePacket.java.
|
inline |
Creates a new LoginResponsePacket
with an authority level of PLAYER
and a flagged
value of false
.
response | The actual login response. |
Definition at line 80 of file LoginResponsePacket.java.
|
inline |
Definition at line 87 of file LoginResponsePacket.java.
|
inline |
Player
s authority level. Definition at line 94 of file LoginResponsePacket.java.
|
inline |
true
if flagged Definition at line 101 of file LoginResponsePacket.java.