Uses of Class
com.mathmaster13.fynotek.BaseFynotekWord
-
Uses of BaseFynotekWord in com.mathmaster13.fynotek
Subclasses of BaseFynotekWord in com.mathmaster13.fynotekModifier and TypeClassDescriptionfinal classA class for handling words in Fynotek, a conlang by mochaspen.final classA class for handling words in an older version of Fynotek.Methods in com.mathmaster13.fynotek that return BaseFynotekWordModifier and TypeMethodDescriptionabstract @NotNull BaseFynotekWordBaseFynotekWord.ablaut(@NotNull BaseFynotekWord.Ablaut ablaut) Returns a copy of this BaseFynotekWord marked for the specified ablaut.@NotNull BaseFynotekWordBaseFynotekWord.inflect(@Nullable Inflection inflection) Returns a copy of this word inflected for the inflection specified byinflection.@NotNull BaseFynotekWordBaseFynotekWord.match(@NotNull BaseFynotekWord word) Returns a copy of this word inflected for the same case or tense asword.abstract @NotNull BaseFynotekWordBaseFynotekWord.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 BaseFynotekWordBaseFynotekWord.verbTense(@NotNull BaseFynotekWord.Tense tense) Returns a copy of this word inflected for the verb tense specified bytenseOfVerb.Methods in com.mathmaster13.fynotek with parameters of type BaseFynotekWordModifier and TypeMethodDescription@NotNull BaseFynotekWordBaseFynotekWord.match(@NotNull BaseFynotekWord word) Returns a copy of this word inflected for the same case or tense asword.@NotNull FynotekWordFynotekWord.match(@NotNull BaseFynotekWord word) Returns a copy of this word inflected for the same case or tense asword.@NotNull OldFynotekWordOldFynotekWord.match(@NotNull BaseFynotekWord word) Returns a copy of this word inflected for the same case or tense asword.