Uses of Class
com.mathmaster13.fynotek.BaseFynotekWord
-
Uses of BaseFynotekWord in com.mathmaster13.fynotek
Modifier and TypeClassDescriptionfinal class
A class for handling words in Fynotek, a conlang by mochaspen.final class
A class for handling words in an older version of Fynotek.Modifier and TypeMethodDescriptionabstract @NotNull BaseFynotekWord
BaseFynotekWord.ablaut
(@NotNull BaseFynotekWord.Ablaut ablaut) Returns a copy of this BaseFynotekWord marked for the specified ablaut.@NotNull BaseFynotekWord
BaseFynotekWord.inflect
(@Nullable Inflection inflection) Returns a copy of this word inflected for the inflection specified byinflection
.@NotNull BaseFynotekWord
BaseFynotekWord.match
(@NotNull BaseFynotekWord word) Returns a copy of this word inflected for the same case or tense asword
.abstract @NotNull BaseFynotekWord
BaseFynotekWord.personSuffix
(@NotNull BaseFynotekWord.Person person) Returns a copy of this word with a suffix added to mark the first, second, or third person.abstract @NotNull BaseFynotekWord
BaseFynotekWord.verbTense
(@NotNull BaseFynotekWord.Tense tense) Returns a copy of this word inflected for the verb tense specified bytenseOfVerb
.Modifier and TypeMethodDescription@NotNull BaseFynotekWord
BaseFynotekWord.match
(@NotNull BaseFynotekWord word) Returns a copy of this word inflected for the same case or tense asword
.@NotNull FynotekWord
FynotekWord.match
(@NotNull BaseFynotekWord word) Returns a copy of this word inflected for the same case or tense asword
.@NotNull OldFynotekWord
OldFynotekWord.match
(@NotNull BaseFynotekWord word) Returns a copy of this word inflected for the same case or tense asword
.