Serialized Form
-
Package net.sacredlabyrinth.phaed.simpleclans
-
Class net.sacredlabyrinth.phaed.simpleclans.Clan
class Clan extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
allies
List<String> allies
-
balance
double balance
-
banner
@Nullable org.bukkit.inventory.ItemStack banner
-
bb
List<String> bb
-
capeUrl
String capeUrl
-
colorTag
String colorTag
-
defaultRank
@Nullable String defaultRank
-
description
String description
-
fee
double fee
-
feeEnabled
boolean feeEnabled
-
flags
Flags flags
-
founded
long founded
-
friendlyFire
boolean friendlyFire
-
lastUsed
long lastUsed
-
members
List<ClanPlayer> members
-
name
String name
-
ranks
List<Rank> ranks
-
rivals
List<String> rivals
-
tag
String tag
-
verified
boolean verified
-
-
Class net.sacredlabyrinth.phaed.simpleclans.ClanPlayer
class ClanPlayer extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
allyChatMute
boolean allyChatMute
-
clan
@Nullable Clan clan
-
clanChatMute
boolean clanChatMute
-
deaths
int deaths
-
displayName
String displayName
-
flags
Flags flags
-
friendlyFire
boolean friendlyFire
-
joinDate
long joinDate
-
kills
Map<Kill.Type,
Integer> kills -
lastSeen
long lastSeen
-
leader
boolean leader
-
locale
@Nullable Locale locale
-
pastClans
Set<String> pastClans
-
resignTimes
Map<String,
Long> resignTimes -
tag
String tag
-
trusted
boolean trusted
-
uniqueId
UUID uniqueId
-
vote
@Nullable VoteResult vote
-
-
-
Package net.sacredlabyrinth.phaed.simpleclans.hooks.discord.exceptions
-
Exception Class net.sacredlabyrinth.phaed.simpleclans.hooks.discord.exceptions.CategoriesLimitException
class CategoriesLimitException extends DiscordHookException implements Serializable -
Exception Class net.sacredlabyrinth.phaed.simpleclans.hooks.discord.exceptions.ChannelExistsException
class ChannelExistsException extends DiscordHookException implements Serializable -
Exception Class net.sacredlabyrinth.phaed.simpleclans.hooks.discord.exceptions.ChannelsLimitException
class ChannelsLimitException extends DiscordHookException implements Serializable -
Exception Class net.sacredlabyrinth.phaed.simpleclans.hooks.discord.exceptions.DiscordHookException
class DiscordHookException extends Exception implements Serializable-
Serialized Fields
-
messageKey
String messageKey
-
-
-
Exception Class net.sacredlabyrinth.phaed.simpleclans.hooks.discord.exceptions.InvalidChannelException
class InvalidChannelException extends DiscordHookException implements Serializable
-