RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.net.codec.login.LoginResponse Enum Reference

Public Member Functions

 LoginResponse (int opcode)
final int getOpcode ()

Detailed Description

Represents the enumerated login response codes.

Author
SeVen

Definition at line 42 of file LoginResponse.java.

Constructor & Destructor Documentation

◆ LoginResponse()

com.osroyale.net.codec.login.LoginResponse.LoginResponse ( int opcode)
inline

Creates a new LoginResponse.

Parameters
opcodeThe response code.

Definition at line 83 of file LoginResponse.java.

Member Function Documentation

◆ getOpcode()

final int com.osroyale.net.codec.login.LoginResponse.getOpcode ( )
inline

Gets the opcode for this response.

Returns
The response code.

Definition at line 92 of file LoginResponse.java.


The documentation for this enum was generated from the following file: