Uses of Enum Class
de.rpgframework.character.Attachment.Type
Packages that use Attachment.Type
-
Uses of Attachment.Type in de.rpgframework.character
Subclasses with type arguments of type Attachment.Type in de.rpgframework.characterMethods in de.rpgframework.character that return Attachment.TypeModifier and TypeMethodDescriptionAttachment.getType()static Attachment.TypeReturns the enum constant of this class with the specified name.static Attachment.Type[]Attachment.Type.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.TypeModifier 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.setType(Attachment.Type type) Constructors in de.rpgframework.character with parameters of type Attachment.TypeModifierConstructorDescriptionAttachment(CharacterHandle parent, UUID uuid, Attachment.Type type, Attachment.Format format)