Uses of Enum Class
com.mathmaster13.fynotek.BaseFynotekWord.Person
-
Uses of BaseFynotekWord.Person in com.mathmaster13.fynotek
Methods in com.mathmaster13.fynotek that return BaseFynotekWord.PersonModifier and TypeMethodDescriptionstatic BaseFynotekWord.PersonReturns the enum constant of this class with the specified name.static BaseFynotekWord.Person[]BaseFynotekWord.Person.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mathmaster13.fynotek with parameters of type BaseFynotekWord.PersonModifier and TypeMethodDescriptionabstract @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.@NotNull FynotekWordFynotekWord.personSuffix(@NotNull BaseFynotekWord.Person person) @NotNull OldFynotekWordOldFynotekWord.personSuffix(@NotNull BaseFynotekWord.Person person)