Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addPersonalToLanguageMap() - Static method in class com.mrbysco.spellchecker.util.DictionaryUtil
- addToDictionary(EditBox, String) - Static method in class com.mrbysco.spellchecker.util.SuggestionUtil
-
Adds a word to the dictionary and then refreshes the suggestions
- AddToPersonal(String) - Static method in class com.mrbysco.spellchecker.util.DictionaryUtil
B
- buildLanguageMap(String) - Static method in class com.mrbysco.spellchecker.util.DictionaryUtil
C
- ChatScreenAccessor - Interface in com.mrbysco.spellchecker.mixin
- ChatScreenMixin - Class in com.mrbysco.spellchecker.mixin
- ChatScreenMixin() - Constructor for class com.mrbysco.spellchecker.mixin.ChatScreenMixin
- checking_threshold - Variable in class com.mrbysco.spellchecker.config.SpellCheckerConfig.Client
- CLIENT - Static variable in class com.mrbysco.spellchecker.config.SpellCheckerConfig
- clientSpec - Static variable in class com.mrbysco.spellchecker.config.SpellCheckerConfig
- com.mrbysco.spellchecker - package com.mrbysco.spellchecker
- com.mrbysco.spellchecker.config - package com.mrbysco.spellchecker.config
- com.mrbysco.spellchecker.language - package com.mrbysco.spellchecker.language
- com.mrbysco.spellchecker.mixin - package com.mrbysco.spellchecker.mixin
- com.mrbysco.spellchecker.platform - package com.mrbysco.spellchecker.platform
- com.mrbysco.spellchecker.platform.services - package com.mrbysco.spellchecker.platform.services
- com.mrbysco.spellchecker.util - package com.mrbysco.spellchecker.util
- CommonClass - Class in com.mrbysco.spellchecker
- CommonClass() - Constructor for class com.mrbysco.spellchecker.CommonClass
- Constants - Class in com.mrbysco.spellchecker
- Constants() - Constructor for class com.mrbysco.spellchecker.Constants
- containsWordAlready(String) - Static method in class com.mrbysco.spellchecker.util.DictionaryUtil
- currentLocale - Static variable in class com.mrbysco.spellchecker.util.SuggestionUtil
D
- DA_DK - Enum constant in enum class com.mrbysco.spellchecker.language.LanguageEnum
- DE_CH - Enum constant in enum class com.mrbysco.spellchecker.language.LanguageEnum
- DE_DE - Enum constant in enum class com.mrbysco.spellchecker.language.LanguageEnum
- DictionaryUtil - Class in com.mrbysco.spellchecker.util
- DictionaryUtil() - Constructor for class com.mrbysco.spellchecker.util.DictionaryUtil
- drawInfoTooltip(GuiGraphics, Font, List<String>, int, int) - Static method in class com.mrbysco.spellchecker.util.SuggestionRendering
E
- EditBoxAccessor - Interface in com.mrbysco.spellchecker.mixin
- EN_GB - Enum constant in enum class com.mrbysco.spellchecker.language.LanguageEnum
- EN_US - Enum constant in enum class com.mrbysco.spellchecker.language.LanguageEnum
- equals(Object) - Method in record class com.mrbysco.spellchecker.util.LocationData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.mrbysco.spellchecker.util.SuggestionInfo
-
Indicates whether some other object is "equal to" this one.
- ES_ES - Enum constant in enum class com.mrbysco.spellchecker.language.LanguageEnum
F
- FR_FR - Enum constant in enum class com.mrbysco.spellchecker.language.LanguageEnum
G
- getCheckingThreshold() - Method in class com.mrbysco.spellchecker.platform.NeoForgePlatformHelper
- getCheckingThreshold() - Method in interface com.mrbysco.spellchecker.platform.services.IPlatformHelper
-
Gets the configured checking threshold
- getConfigDir() - Method in class com.mrbysco.spellchecker.platform.NeoForgePlatformHelper
- getConfigDir() - Method in interface com.mrbysco.spellchecker.platform.services.IPlatformHelper
-
Gets the path to the mods directory
- getConfiguredLocale() - Method in class com.mrbysco.spellchecker.platform.NeoForgePlatformHelper
- getConfiguredLocale() - Method in interface com.mrbysco.spellchecker.platform.services.IPlatformHelper
-
Gets the configured language to be used for spell checking
- getDict() - Static method in class com.mrbysco.spellchecker.CommonClass
- getDictionaryWords(String) - Static method in class com.mrbysco.spellchecker.util.DictionaryUtil
- getLocale() - Method in enum class com.mrbysco.spellchecker.language.LanguageEnum
- getMaxSuggestions() - Method in class com.mrbysco.spellchecker.platform.NeoForgePlatformHelper
- getMaxSuggestions() - Method in interface com.mrbysco.spellchecker.platform.services.IPlatformHelper
-
Gets the configured max suggestions
- getSuggestions(String) - Static method in class com.mrbysco.spellchecker.util.SuggestionUtil
-
Get suggestions for a word
H
- hashCode() - Method in record class com.mrbysco.spellchecker.util.LocationData
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.mrbysco.spellchecker.util.SuggestionInfo
-
Returns a hash code value for this object.
- hoverBoolean(int, int, int, int, int, int) - Static method in class com.mrbysco.spellchecker.util.SuggestionUtil
I
- init() - Static method in class com.mrbysco.spellchecker.CommonClass
- input - Variable in class com.mrbysco.spellchecker.mixin.ChatScreenMixin
- IPlatformHelper - Interface in com.mrbysco.spellchecker.platform.services
- IT_IT - Enum constant in enum class com.mrbysco.spellchecker.language.LanguageEnum
K
- keepSuggestion(EditBox, int, int, String, ArrayList<String>) - Static method in class com.mrbysco.spellchecker.util.SuggestionUtil
-
Keeps the suggested word
- keptSuggestions - Static variable in class com.mrbysco.spellchecker.util.SuggestionUtil
L
- language_to_check - Variable in class com.mrbysco.spellchecker.config.SpellCheckerConfig.Client
- LanguageEnum - Enum Class in com.mrbysco.spellchecker.language
- load(Class<T>) - Static method in class com.mrbysco.spellchecker.platform.Services
- LocationData - Record Class in com.mrbysco.spellchecker.util
- LocationData(String, String) - Constructor for record class com.mrbysco.spellchecker.util.LocationData
-
Creates an instance of a
LocationDatarecord class. - LOGGER - Static variable in class com.mrbysco.spellchecker.Constants
M
- max_suggestions - Variable in class com.mrbysco.spellchecker.config.SpellCheckerConfig.Client
- MOD_ID - Static variable in class com.mrbysco.spellchecker.Constants
- MOD_NAME - Static variable in class com.mrbysco.spellchecker.Constants
N
- NeoForgePlatformHelper - Class in com.mrbysco.spellchecker.platform
- NeoForgePlatformHelper() - Constructor for class com.mrbysco.spellchecker.platform.NeoForgePlatformHelper
- NL_NL - Enum constant in enum class com.mrbysco.spellchecker.language.LanguageEnum
- NO_NO - Enum constant in enum class com.mrbysco.spellchecker.language.LanguageEnum
O
- onFileChange(ModConfigEvent.Reloading) - Static method in class com.mrbysco.spellchecker.config.SpellCheckerConfig
- onKeyPressed(int, int, int, EditBox) - Static method in class com.mrbysco.spellchecker.util.SuggestionUtil
-
Called when a key is pressed in the chat box
- onLoad(ModConfigEvent.Loading) - Static method in class com.mrbysco.spellchecker.config.SpellCheckerConfig
- onMouseClicked(double, double, int, ChatScreen) - Static method in class com.mrbysco.spellchecker.util.SuggestionUtil
P
- personalDictionary - Static variable in class com.mrbysco.spellchecker.util.DictionaryUtil
- personalFolder - Static variable in class com.mrbysco.spellchecker.util.DictionaryUtil
- PLATFORM - Static variable in class com.mrbysco.spellchecker.platform.Services
- posX() - Method in record class com.mrbysco.spellchecker.util.SuggestionInfo
-
Returns the value of the
posXrecord component. - posY() - Method in record class com.mrbysco.spellchecker.util.SuggestionInfo
-
Returns the value of the
posYrecord component.
R
- refreshSuggestions(EditBox) - Static method in class com.mrbysco.spellchecker.util.SuggestionUtil
-
Refreshes the suggestions for the current input
- renderSuggestions(GuiGraphics, int, int, float, ChatScreen) - Static method in class com.mrbysco.spellchecker.util.SuggestionRendering
S
- Services - Class in com.mrbysco.spellchecker.platform
- Services() - Constructor for class com.mrbysco.spellchecker.platform.Services
- setDict(SpellDictionary) - Static method in class com.mrbysco.spellchecker.CommonClass
- show_suggestions_live - Variable in class com.mrbysco.spellchecker.config.SpellCheckerConfig.Client
- showSuggestionsLive() - Method in class com.mrbysco.spellchecker.platform.NeoForgePlatformHelper
- showSuggestionsLive() - Method in interface com.mrbysco.spellchecker.platform.services.IPlatformHelper
-
Show spell suggestions live
- spellchecker_getDisplayPos() - Method in interface com.mrbysco.spellchecker.mixin.EditBoxAccessor
- spellchecker_getEditbox() - Method in interface com.mrbysco.spellchecker.mixin.ChatScreenAccessor
- spellchecker_keyPressed(int, int, int, CallbackInfoReturnable<Boolean>) - Method in class com.mrbysco.spellchecker.mixin.ChatScreenMixin
- spellchecker_mouseClicked(double, double, int, CallbackInfoReturnable<Boolean>) - Method in class com.mrbysco.spellchecker.mixin.ChatScreenMixin
- spellchecker_render(GuiGraphics, int, int, float, CallbackInfo) - Method in class com.mrbysco.spellchecker.mixin.ChatScreenMixin
- SpellCheckerConfig - Class in com.mrbysco.spellchecker.config
- SpellCheckerConfig() - Constructor for class com.mrbysco.spellchecker.config.SpellCheckerConfig
- SpellCheckerConfig.Client - Class in com.mrbysco.spellchecker.config
- SpellCheckerNeoForge - Class in com.mrbysco.spellchecker
- SpellCheckerNeoForge(IEventBus, Dist, ModContainer) - Constructor for class com.mrbysco.spellchecker.SpellCheckerNeoForge
- stripWord(String, String) - Static method in class com.mrbysco.spellchecker.util.SuggestionUtil
-
Strips a word of all non-alphanumeric characters
- SuggestionInfo - Record Class in com.mrbysco.spellchecker.util
- SuggestionInfo(int, int, List<String>, String) - Constructor for record class com.mrbysco.spellchecker.util.SuggestionInfo
-
Creates an instance of a
SuggestionInforecord class. - SuggestionRendering - Class in com.mrbysco.spellchecker.util
- SuggestionRendering() - Constructor for class com.mrbysco.spellchecker.util.SuggestionRendering
- suggestions() - Method in record class com.mrbysco.spellchecker.util.SuggestionInfo
-
Returns the value of the
suggestionsrecord component. - SuggestionUtil - Class in com.mrbysco.spellchecker.util
- SuggestionUtil() - Constructor for class com.mrbysco.spellchecker.util.SuggestionUtil
- SV_SE - Enum constant in enum class com.mrbysco.spellchecker.language.LanguageEnum
T
- toString() - Method in record class com.mrbysco.spellchecker.util.LocationData
-
Returns a string representation of this record class.
- toString() - Method in record class com.mrbysco.spellchecker.util.SuggestionInfo
-
Returns a string representation of this record class.
V
- valueOf(String) - Static method in enum class com.mrbysco.spellchecker.language.LanguageEnum
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.mrbysco.spellchecker.language.LanguageEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- word() - Method in record class com.mrbysco.spellchecker.util.LocationData
-
Returns the value of the
wordrecord component. - word() - Method in record class com.mrbysco.spellchecker.util.SuggestionInfo
-
Returns the value of the
wordrecord component. - wordPosition - Static variable in class com.mrbysco.spellchecker.util.SuggestionUtil
- wordSuggestions - Static variable in class com.mrbysco.spellchecker.util.SuggestionUtil
- wordsUntil() - Method in record class com.mrbysco.spellchecker.util.LocationData
-
Returns the value of the
wordsUntilrecord component. - wronglySpelledWords - Static variable in class com.mrbysco.spellchecker.util.SuggestionUtil
All Classes and Interfaces|All Packages|Constant Field Values