Uses of Enum Class
org.cloudburstmc.server.form.util.ImageType
Packages that use ImageType
Package
Description
-
Uses of ImageType in org.cloudburstmc.server.form
Methods in org.cloudburstmc.server.form with parameters of type ImageTypeModifier and TypeMethodDescriptionAdd a button with imageSimpleForm.SimpleFormBuilder.button(String text, ImageType imageType, String imageData, Consumer<CloudPlayer> action)Add a button with image and on click callbackSet an icon of the form The icon is visible only in case of server settings form -
Uses of ImageType in org.cloudburstmc.server.form.element
Constructors in org.cloudburstmc.server.form.element with parameters of type ImageTypeModifierConstructorDescriptionElementButton(String buttonText, ImageType imageType, String imageData) -
Uses of ImageType in org.cloudburstmc.server.form.util
Methods in org.cloudburstmc.server.form.util that return ImageTypeModifier and TypeMethodDescriptionImageData.getImageType()static ImageTypeReturns the enum constant of this class with the specified name.static ImageType[]ImageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.cloudburstmc.server.form.util with parameters of type ImageType