Index
All Classes and Interfaces|All Packages
A
- add(T) - Method in class com.xpdustry.simple_blacklist.Config.FieldList
- all - Static variable in class com.xpdustry.simple_blacklist.Config
- array() - Method in class com.xpdustry.simple_blacklist.util.JsonWriterBuilder
- array(String) - Method in class com.xpdustry.simple_blacklist.util.JsonWriterBuilder
B
- banip - Enum constant in enum class com.xpdustry.simple_blacklist.Config.WorkingMode
- banuuid - Enum constant in enum class com.xpdustry.simple_blacklist.Config.WorkingMode
- bits2int(boolean...) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- BlacklistedNicknameEvent(String, String, NetConnection, Packets.ConnectPacket) - Constructor for class com.xpdustry.simple_blacklist.Events.BlacklistedNicknameEvent
C
- cannotLog(Log.LogLevel) - Method in class com.xpdustry.simple_blacklist.util.Logger
-
Return
trueif the log level is not enough to log the message. - 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
- cJust(Seq<String>, int) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- cJust(Seq<String>, int, String) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- cJust(String, int) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- cJust(String, int, String) - Static method in class com.xpdustry.simple_blacklist.util.Strings
-
Justify string to the center.
- clear() - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
-
Clears all preference values.
- clear() - Method in class com.xpdustry.simple_blacklist.util.JsonWriterBuilder
- close() - Method in class com.xpdustry.simple_blacklist.util.JsonWriterBuilder
- com.xpdustry.simple_blacklist - package com.xpdustry.simple_blacklist
- com.xpdustry.simple_blacklist.util - package com.xpdustry.simple_blacklist.util
- 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.FieldList<T> - Class in com.xpdustry.simple_blacklist
- Config.FieldMap<K,
V> - Class in com.xpdustry.simple_blacklist - Config.WorkingMode - Enum Class in com.xpdustry.simple_blacklist
- contains(K) - Method in class com.xpdustry.simple_blacklist.Config.FieldMap
- contains(T) - Method in class com.xpdustry.simple_blacklist.Config.FieldList
D
- debug(Object) - Method in class com.xpdustry.simple_blacklist.util.Logger
- debug(String, Object...) - Method in class com.xpdustry.simple_blacklist.util.Logger
- defaultValue - 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.Config.WorkingMode
E
- elementType - Variable in class com.xpdustry.simple_blacklist.Config.FieldList
- empty - Static variable in class com.xpdustry.simple_blacklist.util.Logger
- err(String) - Method in class com.xpdustry.simple_blacklist.util.Logger
- err(String, Object...) - Method in class com.xpdustry.simple_blacklist.util.Logger
- err(String, Throwable) - Method in class com.xpdustry.simple_blacklist.util.Logger
- err(String, Throwable, Object...) - Method in class com.xpdustry.simple_blacklist.util.Logger
- err(Throwable) - Method in class com.xpdustry.simple_blacklist.util.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
- exists() - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
-
Return whether the file exists or not.
F
- Field(String, String, T) - Constructor for class com.xpdustry.simple_blacklist.Config.Field
- FieldList(String, String, Class<T>) - Constructor for class com.xpdustry.simple_blacklist.Config.FieldList
- FieldList(String, String, Class<T>, Seq<T>) - Constructor for class com.xpdustry.simple_blacklist.Config.FieldList
- FieldMap(String, String, Class<K>, Class<V>) - Constructor for class com.xpdustry.simple_blacklist.Config.FieldMap
- FieldMap(String, String, Class<K>, Class<V>, ObjectMap<K, V>) - Constructor for class com.xpdustry.simple_blacklist.Config.FieldMap
- file - Variable in class com.xpdustry.simple_blacklist.util.JsonSettings
- file() - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
-
Returns the file used for writing settings to.
- forceDebug - Static variable in class com.xpdustry.simple_blacklist.util.Logger
-
Force debug log level of all logger instances, even
Log.LogLevelis not todebug. - forcesave() - Method in class com.xpdustry.simple_blacklist.Config.Field
- forcesave() - Method in class com.xpdustry.simple_blacklist.Config.FieldList
- forcesave() - Method in class com.xpdustry.simple_blacklist.Config.FieldMap
G
- get() - Method in class com.xpdustry.simple_blacklist.Config.Field
- get(int) - Method in class com.xpdustry.simple_blacklist.Config.FieldList
- get(String, Class<T>, Class<E>, Class<K>, T) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- get(String, Class<T>, Class<E>, T) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- get(String, Class<T>, T) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- get(K) - Method in class com.xpdustry.simple_blacklist.Config.FieldMap
- getBool(String) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- getBool(String, boolean) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- getBoolOnce(String) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
-
Returns
falseonce, and never again. - getBoolOnce(String, Runnable) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
-
Runs the specified code once, and never again.
- getDouble(String) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- getDouble(String, double) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- getFloat(String) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- getFloat(String, float) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- getInt(String) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- getInt(String, int) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- getJson() - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- getJson() - Method in class com.xpdustry.simple_blacklist.util.JsonWriterBuilder
- getLong(String) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- getLong(String, long) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- getOrPut(String, Class<T>, Class<E>, Class<K>, T) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
-
Put and return
defif thenamekey is not found - getOrPut(String, Class<T>, Class<E>, T) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
-
Put and return
defif thenamekey is not found - getOrPut(String, Class<T>, T) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- getString(String) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- getString(String, String) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
H
- has(String) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
I
- ignoreAdmins - Static variable in class com.xpdustry.simple_blacklist.Config
- info(Object) - Method in class com.xpdustry.simple_blacklist.util.Logger
- info(String, Object...) - Method in class com.xpdustry.simple_blacklist.util.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.util.Logger
-
Sets the main topic using the mod class.
- init(String) - Static method in class com.xpdustry.simple_blacklist.util.Logger
-
Sets the main topic
- init(Mod) - Static method in class com.xpdustry.simple_blacklist.util.Logger
-
Sets the main topic using the mod.
- int2bits(long) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- int2bits(long, int) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- isFalse(String) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- isTrue(String) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- isValidName(String) - Static method in class com.xpdustry.simple_blacklist.Manager
J
- json - Variable in class com.xpdustry.simple_blacklist.util.JsonSettings
- jsonPrettyPrint(JsonValue, JsonWriter.OutputType) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- jsonPrettyPrint(JsonValue, Writer, JsonWriter.OutputType) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- jsonPrettyPrint(JsonValue, Writer, JsonWriter.OutputType, int) - Static method in class com.xpdustry.simple_blacklist.util.Strings
-
Re-implementation of
JsonValue.prettyPrint(OutputType, Writer), because the ident isn't correct and the max object size before new line is too big. - JsonSettings - Class in com.xpdustry.simple_blacklist.util
- JsonSettings(Fi) - Constructor for class com.xpdustry.simple_blacklist.util.JsonSettings
- JsonWriterBuilder - Class in com.xpdustry.simple_blacklist.util
-
Build a JsonValue object
- JsonWriterBuilder() - Constructor for class com.xpdustry.simple_blacklist.util.JsonWriterBuilder
K
- keys() - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- keyType - Variable in class com.xpdustry.simple_blacklist.Config.FieldMap
- kick - Enum constant in enum class com.xpdustry.simple_blacklist.Config.WorkingMode
L
- lJust(Seq<String>, int) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- lJust(Seq<String>, int, String) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- lJust(String, int) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- lJust(String, int, String) - Static method in class com.xpdustry.simple_blacklist.util.Strings
-
Justify string to the left.
- load() - Method in class com.xpdustry.simple_blacklist.Config.Field
- load() - Method in class com.xpdustry.simple_blacklist.Config.FieldList
- load() - Method in class com.xpdustry.simple_blacklist.Config.FieldMap
- load() - Static method in class com.xpdustry.simple_blacklist.Config
- load() - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
-
Loads all values.
- loaded - Variable in class com.xpdustry.simple_blacklist.Config.Field
- loadValues(Fi) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- log(Log.LogLevel, String) - Method in class com.xpdustry.simple_blacklist.util.Logger
- log(Log.LogLevel, String, Object...) - Method in class com.xpdustry.simple_blacklist.util.Logger
- log(Log.LogLevel, String, Throwable, Object...) - Method in class com.xpdustry.simple_blacklist.util.Logger
- Logger - Class in com.xpdustry.simple_blacklist.util
-
Log messages to console with topics
- Logger() - Constructor for class com.xpdustry.simple_blacklist.util.Logger
-
Will only use the
Logger.mainTopic. - Logger(Class<?>) - Constructor for class com.xpdustry.simple_blacklist.util.Logger
- Logger(String) - Constructor for class com.xpdustry.simple_blacklist.util.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.util.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.util.Strings
- maxLength(Iterable<String>) - Static method in class com.xpdustry.simple_blacklist.util.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 - Variable in class com.xpdustry.simple_blacklist.Config.Field
- modified - Variable in class com.xpdustry.simple_blacklist.util.JsonSettings
- modified() - Method in class com.xpdustry.simple_blacklist.Config.Field
- modified() - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
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
- name(String) - Method in class com.xpdustry.simple_blacklist.util.JsonWriterBuilder
- nameCaseSensitive - Static variable in class com.xpdustry.simple_blacklist.Config
- 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
- NicknameListUpdatedEvent(String, int) - Constructor for class com.xpdustry.simple_blacklist.Events.NicknameListUpdatedEvent
- none() - Method in class com.xpdustry.simple_blacklist.util.Logger
-
Log an empty "info" line
- normalise(String) - Static method in class com.xpdustry.simple_blacklist.util.Strings
O
- object() - Method in class com.xpdustry.simple_blacklist.util.JsonWriterBuilder
- object(String) - Method in class com.xpdustry.simple_blacklist.util.JsonWriterBuilder
P
- packet - Variable in class com.xpdustry.simple_blacklist.Events.BlacklistedNicknameEvent
- packet - Variable in class com.xpdustry.simple_blacklist.Events.CheckingNicknameEvent
- pop() - Method in class com.xpdustry.simple_blacklist.util.JsonWriterBuilder
- put(String, Class<E>, Class<K>, Object) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
-
Note that
keyTypeis not supported and ignored. - put(String, Class<E>, Object) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- put(String, Object) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- put(K, V) - Method in class com.xpdustry.simple_blacklist.Config.FieldMap
R
- reader - Variable in class com.xpdustry.simple_blacklist.util.JsonSettings
- 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
- registerListeners() - Static method in class com.xpdustry.simple_blacklist.Manager
- registerServerCommands(CommandHandler) - Method in class com.xpdustry.simple_blacklist.Main
- remove(String) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- remove(K) - Method in class com.xpdustry.simple_blacklist.Config.FieldMap
- remove(T) - Method in class com.xpdustry.simple_blacklist.Config.FieldList
- repeat(String, int) - Static method in class com.xpdustry.simple_blacklist.util.Strings
-
Taken from the
String.repeat(int)method of JDK 11 - rJust(Seq<String>, int) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- rJust(Seq<String>, int, String) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- rJust(String, int) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- rJust(String, int, String) - Static method in class com.xpdustry.simple_blacklist.util.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
- save() - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
-
Saves all values.
- saveValues(Fi) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- set(String, Object) - Method in class com.xpdustry.simple_blacklist.util.JsonWriterBuilder
- set(T) - Method in class com.xpdustry.simple_blacklist.Config.Field
- setJson(Json) - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- setOutputType(JsonWriter.OutputType) - Method in class com.xpdustry.simple_blacklist.util.JsonWriterBuilder
- setQuoteLongValues(boolean) - Method in class com.xpdustry.simple_blacklist.util.JsonWriterBuilder
- settings - Static variable in class com.xpdustry.simple_blacklist.Config
- size() - Method in class com.xpdustry.simple_blacklist.util.JsonSettings
- sJust(Seq<String>, Seq<String>, int) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- sJust(Seq<String>, Seq<String>, int, String) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- sJust(String, String, int) - Static method in class com.xpdustry.simple_blacklist.util.Strings
- sJust(String, String, int, String) - Static method in class com.xpdustry.simple_blacklist.util.Strings
-
Justify string to the sides.
- slf4jLogger - Static variable in class com.xpdustry.simple_blacklist.util.Logger
- slf4mdPresent - Static variable in class com.xpdustry.simple_blacklist.util.Logger
-
Will use slf4j when slf4md plugin is present
- Strings - Class in com.xpdustry.simple_blacklist.util
- Strings() - Constructor for class com.xpdustry.simple_blacklist.util.Strings
T
- tagsColors - Static variable in class com.xpdustry.simple_blacklist.util.Logger
- topic - Variable in class com.xpdustry.simple_blacklist.util.Logger
- topicFormat - Static variable in class com.xpdustry.simple_blacklist.util.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
- value(Object) - Method in class com.xpdustry.simple_blacklist.util.JsonWriterBuilder
- valueOf(String) - Static method in enum class com.xpdustry.simple_blacklist.Config.WorkingMode
-
Returns the enum constant of this class with the specified name.
- values - Variable in class com.xpdustry.simple_blacklist.util.JsonSettings
- values() - Static method in enum class com.xpdustry.simple_blacklist.Config.WorkingMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valueType - Variable in class com.xpdustry.simple_blacklist.Config.FieldMap
W
- warn(String) - Method in class com.xpdustry.simple_blacklist.util.Logger
- warn(String, Object...) - Method in class com.xpdustry.simple_blacklist.util.Logger
All Classes and Interfaces|All Packages