RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.clanchannel.channel.ClanDetails Class Reference
Collaboration diagram for com.osroyale.content.clanchannel.channel.ClanDetails:

Public Member Functions

int getAverageTotal ()

Public Attributes

String owner
int points
double experience
String established
HashMap< ClanAchievement, Integer > achievements

Detailed Description

The clan channel details.

Author
Daniel.

Definition at line 51 of file ClanDetails.java.

Member Function Documentation

◆ getAverageTotal()

int com.osroyale.content.clanchannel.channel.ClanDetails.getAverageTotal ( )
inline

Gets the average total level of the clan.

Definition at line 108 of file ClanDetails.java.

Member Data Documentation

◆ achievements

HashMap<ClanAchievement, Integer> com.osroyale.content.clanchannel.channel.ClanDetails.achievements
Initial value:
= new HashMap<ClanAchievement, Integer>(ClanAchievement.values().length) {
private static final long serialVersionUID = 1842952445111093360L;
{
for (final ClanAchievement achievement : ClanAchievement.values())
put(achievement, 0);
}
}

The clan achievements.

Definition at line 79 of file ClanDetails.java.

◆ established

String com.osroyale.content.clanchannel.channel.ClanDetails.established

The date the clan channel was created.

Definition at line 76 of file ClanDetails.java.

◆ experience

double com.osroyale.content.clanchannel.channel.ClanDetails.experience

The clan channel total experience.

Definition at line 73 of file ClanDetails.java.

◆ owner

String com.osroyale.content.clanchannel.channel.ClanDetails.owner

The clan channel owner.

Definition at line 57 of file ClanDetails.java.

◆ points

int com.osroyale.content.clanchannel.channel.ClanDetails.points

The clan channel points.

Definition at line 70 of file ClanDetails.java.


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