Uses of Class
ru.easydonate.easydonate4j.api.v3.data.model.plugin.easydonate.custom.messages.CustomMessagePosition
-
Packages that use CustomMessagePosition Package Description ru.easydonate.easydonate4j.api.v3.data.model.plugin.easydonate.custom.messages -
-
Uses of CustomMessagePosition in ru.easydonate.easydonate4j.api.v3.data.model.plugin.easydonate.custom.messages
Methods in ru.easydonate.easydonate4j.api.v3.data.model.plugin.easydonate.custom.messages that return CustomMessagePosition Modifier and Type Method Description static @NotNull CustomMessagePositionCustomMessagePosition. getByKey(@Nullable String key)@NotNull CustomMessagePositionCustomMessagesPluginSettings. getPosition()static CustomMessagePositionCustomMessagePosition. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomMessagePosition[]CustomMessagePosition. values()Returns an array containing the constants of this enum type, in the order they are declared.
-