RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.tittle.PlayerTitle Class Reference

Public Member Functions

String getTitle ()
int getColor ()

Static Public Member Functions

static PlayerTitle create (String title, int color)
static PlayerTitle create (String title)
static PlayerTitle empty ()

Detailed Description

The player title class.

Author
Daniel.

Definition at line 44 of file PlayerTitle.java.

Member Function Documentation

◆ create() [1/2]

PlayerTitle com.osroyale.content.tittle.PlayerTitle.create ( String title)
inlinestatic

Creates a player title.

Definition at line 67 of file PlayerTitle.java.

◆ create() [2/2]

PlayerTitle com.osroyale.content.tittle.PlayerTitle.create ( String title,
int color )
inlinestatic

Creates a player title.

Definition at line 62 of file PlayerTitle.java.

◆ empty()

PlayerTitle com.osroyale.content.tittle.PlayerTitle.empty ( )
inlinestatic

Creates an empty player title.

Definition at line 72 of file PlayerTitle.java.

◆ getColor()

int com.osroyale.content.tittle.PlayerTitle.getColor ( )
inline

Gets the color.

Definition at line 82 of file PlayerTitle.java.

◆ getTitle()

String com.osroyale.content.tittle.PlayerTitle.getTitle ( )
inline

Gets the title.

Definition at line 77 of file PlayerTitle.java.


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