Uses of Enum Class
de.rpgframework.character.Attachment.Format
Packages that use Attachment.Format
-
Uses of Attachment.Format in de.rpgframework.character
Subclasses with type arguments of type Attachment.Format in de.rpgframework.characterMethods in de.rpgframework.character that return Attachment.FormatModifier and TypeMethodDescriptionAttachment.getFormat()static Attachment.FormatReturns the enum constant of this class with the specified name.static Attachment.Format[]Attachment.Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.rpgframework.character with parameters of type Attachment.FormatModifier and TypeMethodDescriptionCharacterProvider.addAttachment(CharacterHandle handle, Attachment.Type type, Attachment.Format format, String filename, byte[] data) Adding an attachment to a character.CharacterProvider.getFirstAttachment(CharacterHandle handle, Attachment.Type type, Attachment.Format format) Get a specific attachment with datavoidAttachment.setFormat(Attachment.Format format) Constructors in de.rpgframework.character with parameters of type Attachment.FormatModifierConstructorDescriptionAttachment(CharacterHandle parent, UUID uuid, Attachment.Type type, Attachment.Format format)