Index

A B C D E F G I K L M N P R S T U V W 
All Classes and Interfaces|All Packages

A

add(K, V) - Method in class com.xpdustry.simple_blacklist.Config.FieldMap
Same as #put() but does not replace an existing value.
all - Static variable in class com.xpdustry.simple_blacklist.Config
 

B

banip - Enum constant in enum class com.xpdustry.simple_blacklist.WorkingMode
 
banuuid - Enum constant in enum class com.xpdustry.simple_blacklist.WorkingMode
 
BlacklistedNicknameEvent(String, String, NetConnection, Packets.ConnectPacket) - Constructor for class com.xpdustry.simple_blacklist.Events.BlacklistedNicknameEvent
 

C

caseSensitive - Static variable in class com.xpdustry.simple_blacklist.Config
 
check() - Static method in class com.xpdustry.simple_blacklist.Config
 
CheckingNicknameEvent(String, String, NetConnection, Packets.ConnectPacket) - Constructor for class com.xpdustry.simple_blacklist.Events.CheckingNicknameEvent
 
checkOnlinePlayers() - Static method in class com.xpdustry.simple_blacklist.Manager
 
clear() - Method in class com.xpdustry.simple_blacklist.Config.FieldMap
 
columnify(Seq<String>, Seq<String>) - Static method in class com.xpdustry.simple_blacklist.Strings
 
com.xpdustry.simple_blacklist - package com.xpdustry.simple_blacklist
 
con - Variable in class com.xpdustry.simple_blacklist.Events.BlacklistedNicknameEvent
 
con - Variable in class com.xpdustry.simple_blacklist.Events.CheckingNicknameEvent
 
Config - Class in com.xpdustry.simple_blacklist
 
Config() - Constructor for class com.xpdustry.simple_blacklist.Config
 
Config.Field<T> - Class in com.xpdustry.simple_blacklist
 
Config.FieldMap<K,V> - Class in com.xpdustry.simple_blacklist
 
contains(K) - Method in class com.xpdustry.simple_blacklist.Config.FieldMap
 

D

debug(Object) - Static method in class com.xpdustry.simple_blacklist.Logger
 
debug(String, Object...) - Static method in class com.xpdustry.simple_blacklist.Logger
 
decode(Jval) - Static method in class com.xpdustry.simple_blacklist.Config
 
defaultMaker - Variable in class com.xpdustry.simple_blacklist.Config.Field
 
desc - Variable in class com.xpdustry.simple_blacklist.Config.Field
 
desc - Variable in enum class com.xpdustry.simple_blacklist.WorkingMode
 

E

empty - Static variable in class com.xpdustry.simple_blacklist.Logger
 
encode(T) - Static method in class com.xpdustry.simple_blacklist.Config
 
err(String) - Static method in class com.xpdustry.simple_blacklist.Logger
 
err(String, Object...) - Static method in class com.xpdustry.simple_blacklist.Logger
 
err(String, Throwable) - Static method in class com.xpdustry.simple_blacklist.Logger
 
err(String, Throwable, Object...) - Static method in class com.xpdustry.simple_blacklist.Logger
 
err(Throwable) - Static method in class com.xpdustry.simple_blacklist.Logger
 
Events - Class in com.xpdustry.simple_blacklist
 
Events() - Constructor for class com.xpdustry.simple_blacklist.Events
 
Events.BlacklistedNicknameEvent - Class in com.xpdustry.simple_blacklist
 
Events.CheckingNicknameEvent - Class in com.xpdustry.simple_blacklist
 
Events.NicknameListUpdatedEvent - Class in com.xpdustry.simple_blacklist
 
Events.RegexListUpdatedEvent - Class in com.xpdustry.simple_blacklist
 

F

Field(String, String, Prov<T>) - Constructor for class com.xpdustry.simple_blacklist.Config.Field
 
Field(String, String, Prov<T>, Func<Jval, T>, Func<T, Jval>) - Constructor for class com.xpdustry.simple_blacklist.Config.Field
 
Field(String, String, T) - Constructor for class com.xpdustry.simple_blacklist.Config.Field
 
Field(String, String, T, Func<Jval, T>, Func<T, Jval>) - Constructor for class com.xpdustry.simple_blacklist.Config.Field
 
FieldMap(String, String, Func<String, K>, Func<K, String>) - Constructor for class com.xpdustry.simple_blacklist.Config.FieldMap
 
FieldMap(String, String, Func<String, K>, Func<K, String>, Func<Jval, V>, Func<V, Jval>) - Constructor for class com.xpdustry.simple_blacklist.Config.FieldMap
 
FieldMap(String, String, Prov<ArrayMap<K, V>>, Func<String, K>, Func<K, String>) - Constructor for class com.xpdustry.simple_blacklist.Config.FieldMap
 
FieldMap(String, String, Prov<ArrayMap<K, V>>, Func<String, K>, Func<K, String>, Func<Jval, V>, Func<V, Jval>) - Constructor for class com.xpdustry.simple_blacklist.Config.FieldMap
 
file - Static variable in class com.xpdustry.simple_blacklist.Config
 
forceSave() - Static method in class com.xpdustry.simple_blacklist.Config
 

G

get() - Method in class com.xpdustry.simple_blacklist.Config.Field
 
get(K) - Method in class com.xpdustry.simple_blacklist.Config.FieldMap
 
getDefault() - Method in class com.xpdustry.simple_blacklist.Config.Field
 
getValues() - Static method in class com.xpdustry.simple_blacklist.Config
 

I

ignoreAdmins - Static variable in class com.xpdustry.simple_blacklist.Config
 
importNameBanList() - Method in class com.xpdustry.simple_blacklist.Main
 
info(Object) - Static method in class com.xpdustry.simple_blacklist.Logger
 
info(String, Object...) - Static method in class com.xpdustry.simple_blacklist.Logger
 
init() - Method in class com.xpdustry.simple_blacklist.Main
 
init(Fi) - Static method in class com.xpdustry.simple_blacklist.Config
 
init(Class<? extends Mod>) - Static method in class com.xpdustry.simple_blacklist.Logger
Sets the main topic using the mod class.
init(String) - Static method in class com.xpdustry.simple_blacklist.Logger
Sets the main topic
init(Mod) - Static method in class com.xpdustry.simple_blacklist.Logger
Sets the main topic using the mod.
isFalse(String) - Static method in class com.xpdustry.simple_blacklist.Strings
 
isTrue(String) - Static method in class com.xpdustry.simple_blacklist.Strings
 
isValidName(String) - Static method in class com.xpdustry.simple_blacklist.Manager
 

K

kick - Enum constant in enum class com.xpdustry.simple_blacklist.WorkingMode
 

L

lJust(Seq<String>, int) - Static method in class com.xpdustry.simple_blacklist.Strings
 
lJust(Seq<String>, int, String) - Static method in class com.xpdustry.simple_blacklist.Strings
 
lJust(String, int) - Static method in class com.xpdustry.simple_blacklist.Strings
 
lJust(String, int, String) - Static method in class com.xpdustry.simple_blacklist.Strings
Justify string to the left.
ln() - Static method in class com.xpdustry.simple_blacklist.Logger
Log an empty "info" line.
load() - Method in class com.xpdustry.simple_blacklist.Config.Field
 
load() - Static method in class com.xpdustry.simple_blacklist.Config
 
loaded - Variable in class com.xpdustry.simple_blacklist.Config.Field
 
loader - Variable in class com.xpdustry.simple_blacklist.Config.Field
 
log(Log.LogLevel, String) - Static method in class com.xpdustry.simple_blacklist.Logger
 
log(Log.LogLevel, String, Object...) - Static method in class com.xpdustry.simple_blacklist.Logger
 
logger - Static variable in class com.xpdustry.simple_blacklist.Logger
 
Logger - Class in com.xpdustry.simple_blacklist
 
Logger() - Constructor for class com.xpdustry.simple_blacklist.Logger
 
logImpl(Log.LogLevel, String, Throwable, Object...) - Static method in class com.xpdustry.simple_blacklist.Logger
 

M

Main - Class in com.xpdustry.simple_blacklist
 
Main() - Constructor for class com.xpdustry.simple_blacklist.Main
 
mainTopic - Static variable in class com.xpdustry.simple_blacklist.Logger
 
Manager - Class in com.xpdustry.simple_blacklist
 
Manager() - Constructor for class com.xpdustry.simple_blacklist.Manager
 
max(Iterable<T>, Intf<T>) - Static method in class com.xpdustry.simple_blacklist.Strings
 
message - Static variable in class com.xpdustry.simple_blacklist.Config
 
migrateOldSettings() - Static method in class com.xpdustry.simple_blacklist.Config
 
mode - Static variable in class com.xpdustry.simple_blacklist.Config
 
modified - Static variable in class com.xpdustry.simple_blacklist.Config
 
moveCorrupted() - Static method in class com.xpdustry.simple_blacklist.Config
 

N

name - Variable in class com.xpdustry.simple_blacklist.Config.Field
 
name - Variable in class com.xpdustry.simple_blacklist.Events.BlacklistedNicknameEvent
 
name - Variable in class com.xpdustry.simple_blacklist.Events.CheckingNicknameEvent
 
name - Variable in class com.xpdustry.simple_blacklist.Events.NicknameListUpdatedEvent
 
namesEnabled - Static variable in class com.xpdustry.simple_blacklist.Config
 
namesList - Static variable in class com.xpdustry.simple_blacklist.Config
 
needSettingsMigration() - Static method in class com.xpdustry.simple_blacklist.Config
 
newPattern(String) - Static method in class com.xpdustry.simple_blacklist.Config
Helper for regex list.
NicknameListUpdatedEvent(String, int) - Constructor for class com.xpdustry.simple_blacklist.Events.NicknameListUpdatedEvent
 
normalise(String) - Static method in class com.xpdustry.simple_blacklist.Strings
 

P

packet - Variable in class com.xpdustry.simple_blacklist.Events.BlacklistedNicknameEvent
 
packet - Variable in class com.xpdustry.simple_blacklist.Events.CheckingNicknameEvent
 
put(K, V) - Method in class com.xpdustry.simple_blacklist.Config.FieldMap
 

R

recompileRegexList() - Static method in class com.xpdustry.simple_blacklist.Config
Helper for regex list.
regex - Variable in class com.xpdustry.simple_blacklist.Events.RegexListUpdatedEvent
 
regexEnabled - Static variable in class com.xpdustry.simple_blacklist.Config
 
regexList - Static variable in class com.xpdustry.simple_blacklist.Config
 
RegexListUpdatedEvent(Pattern, int) - Constructor for class com.xpdustry.simple_blacklist.Events.RegexListUpdatedEvent
 
registerClientCommands(CommandHandler) - Method in class com.xpdustry.simple_blacklist.Main
 
registerListener() - Static method in class com.xpdustry.simple_blacklist.Manager
 
registerServerCommands(CommandHandler) - Method in class com.xpdustry.simple_blacklist.Main
 
remove(K) - Method in class com.xpdustry.simple_blacklist.Config.FieldMap
 
rJust(Seq<String>, int) - Static method in class com.xpdustry.simple_blacklist.Strings
 
rJust(Seq<String>, int, String) - Static method in class com.xpdustry.simple_blacklist.Strings
 
rJust(String, int) - Static method in class com.xpdustry.simple_blacklist.Strings
 
rJust(String, int, String) - Static method in class com.xpdustry.simple_blacklist.Strings
Justify string to the right.

S

save() - Method in class com.xpdustry.simple_blacklist.Config.Field
 
save() - Static method in class com.xpdustry.simple_blacklist.Config
 
saver - Variable in class com.xpdustry.simple_blacklist.Config.Field
 
set(T) - Method in class com.xpdustry.simple_blacklist.Config.Field
 
setDefault() - Method in class com.xpdustry.simple_blacklist.Config.Field
 
setModified() - Static method in class com.xpdustry.simple_blacklist.Config
 
sJust(Seq<String>, Seq<String>, int) - Static method in class com.xpdustry.simple_blacklist.Strings
 
sJust(Seq<String>, Seq<String>, int, String) - Static method in class com.xpdustry.simple_blacklist.Strings
 
sJust(String, String, int) - Static method in class com.xpdustry.simple_blacklist.Strings
 
sJust(String, String, int, String) - Static method in class com.xpdustry.simple_blacklist.Strings
Justify string to the sides.
slf4mdPresent - Static variable in class com.xpdustry.simple_blacklist.Logger
Will use slf4j when slf4md plugin is present
Strings - Class in com.xpdustry.simple_blacklist
 
Strings() - Constructor for class com.xpdustry.simple_blacklist.Strings
 

T

tagsColors - Static variable in class com.xpdustry.simple_blacklist.Logger
 
topicFormat - Static variable in class com.xpdustry.simple_blacklist.Logger
 
toString() - Method in class com.xpdustry.simple_blacklist.Config.Field
 

U

uses - Variable in class com.xpdustry.simple_blacklist.Events.NicknameListUpdatedEvent
 
uses - Variable in class com.xpdustry.simple_blacklist.Events.RegexListUpdatedEvent
 
uuid - Variable in class com.xpdustry.simple_blacklist.Events.BlacklistedNicknameEvent
 
uuid - Variable in class com.xpdustry.simple_blacklist.Events.CheckingNicknameEvent
 

V

value - Variable in class com.xpdustry.simple_blacklist.Config.Field
 
valueOf(String) - Static method in enum class com.xpdustry.simple_blacklist.WorkingMode
Returns the enum constant of this class with the specified name.
values - Static variable in class com.xpdustry.simple_blacklist.Config
 
values() - Static method in enum class com.xpdustry.simple_blacklist.WorkingMode
Returns an array containing the constants of this enum class, in the order they are declared.

W

warn(String) - Static method in class com.xpdustry.simple_blacklist.Logger
 
warn(String, Object...) - Static method in class com.xpdustry.simple_blacklist.Logger
 
WorkingMode - Enum Class in com.xpdustry.simple_blacklist
 
write() - Static method in class com.xpdustry.simple_blacklist.Config
 
A B C D E F G I K L M N P R S T U V W 
All Classes and Interfaces|All Packages