Uses of Enum Class
io.github.somesourcecode.someguiapi.scene.lore.WrapType
Packages that use WrapType
-
Uses of WrapType in io.github.somesourcecode.someguiapi.scene.lore
Fields in io.github.somesourcecode.someguiapi.scene.lore declared as WrapTypeModifier and TypeFieldDescriptionstatic final WrapTypeTextParagraph.DEFAULT_WRAP_TYPEThe default type of wrapping.Methods in io.github.somesourcecode.someguiapi.scene.lore that return WrapTypeModifier and TypeMethodDescriptionTextParagraph.getWrapType()Returns the type of wrapping that is applied to the paragraph.static WrapTypeReturns the enum constant of this class with the specified name.static WrapType[]WrapType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.somesourcecode.someguiapi.scene.lore with parameters of type WrapTypeModifier and TypeMethodDescriptionTextParagraph.setWrapType(WrapType wrapType) Sets the type of wrapping that should be applied to the paragraph.