Uses of Enum Class
com.ultikits.ultitools.widgets.Toast.Style
Packages that use Toast.Style
Package
Description
-
Uses of Toast.Style in com.ultikits.ultitools.services
Methods in com.ultikits.ultitools.services with parameters of type Toast.StyleModifier and TypeMethodDescriptionbooleanNotificationService.sendToastNotification(org.bukkit.entity.Player player, String icon, String message, Toast.Style style) -
Uses of Toast.Style in com.ultikits.ultitools.services.impl
Methods in com.ultikits.ultitools.services.impl with parameters of type Toast.StyleModifier and TypeMethodDescriptionbooleanInMemoryNotificationService.sendToastNotification(org.bukkit.entity.Player player, String icon, String message, Toast.Style style) -
Uses of Toast.Style in com.ultikits.ultitools.widgets
Fields in com.ultikits.ultitools.widgets declared as Toast.StyleModifier and TypeFieldDescriptionprivate final Toast.StyleToast.styleThe visual style of the toast / 提示的视觉样式Methods in com.ultikits.ultitools.widgets that return Toast.StyleModifier and TypeMethodDescriptionstatic Toast.StyleReturns the enum constant of this class with the specified name.static Toast.Style[]Toast.Style.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ultikits.ultitools.widgets with parameters of type Toast.StyleModifier and TypeMethodDescriptionstatic voidToast.displayTo(org.bukkit.entity.Player player, String icon, String message, Toast.Style style) Displays a toast notification to the specified player.Constructors in com.ultikits.ultitools.widgets with parameters of type Toast.StyleModifierConstructorDescriptionprivateToast(String icon, String message, Toast.Style style) Private constructor - useToast.displayTo(Player, String, String, Style)instead.