Uses of Class
de.rpgframework.character.Attachment
Packages that use Attachment
-
Uses of Attachment in de.rpgframework.character
Fields in de.rpgframework.character with type parameters of type AttachmentMethods in de.rpgframework.character that return AttachmentModifier 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 dataMethods in de.rpgframework.character that return types with arguments of type AttachmentModifier and TypeMethodDescriptionCharacterHandle.getAttachments()IUserDatabase.getAttachments(CharacterHandle handle) LocalUserDatabase.getAttachments(CharacterHandle handle) CharacterProvider.listAttachments(CharacterHandle handle) Get a list of attachments without loading the dataMethods in de.rpgframework.character with parameters of type AttachmentModifier and TypeMethodDescriptionvoidCharacterHandle.addAttachment(Attachment att) Add a cached attachmentvoidIUserDatabase.createAttachment(CharacterHandle handle, Attachment attach) voidLocalUserDatabase.createAttachment(CharacterHandle rawHandle, Attachment attach) voidCharacterProvider.deleteAttachment(CharacterHandle handle, Attachment attach) Remove an attachment from a character.voidIUserDatabase.deleteAttachment(CharacterHandle handle, Attachment attach) voidLocalUserDatabase.deleteAttachment(CharacterHandle rawHandle, Attachment attach) byte[]IUserDatabase.getAttachmentData(CharacterHandle handle, Attachment attach) byte[]LocalUserDatabase.getAttachmentData(CharacterHandle rawHandle, Attachment attach) voidCharacterProvider.modifyAttachment(CharacterHandle handle, Attachment attach) Write modifications made to this attachment to storage.voidIUserDatabase.modifyAttachment(CharacterHandle handle, Attachment attach) Modify a character in the database.voidLocalUserDatabase.modifyAttachment(CharacterHandle rawHandle, Attachment attach) voidIUserDatabase.modifyAttachmentData(CharacterHandle handle, Attachment attach) voidLocalUserDatabase.modifyAttachmentData(CharacterHandle rawHandle, Attachment attach) voidCharacterHandle.removeAttachment(Attachment att) byte[]IUserDatabase.retrieveAttachment(CharacterHandle handle, Attachment attach) Retrieve data for an attachmentbyte[]LocalUserDatabase.retrieveAttachment(CharacterHandle rawHandle, Attachment attach) Method parameters in de.rpgframework.character with type arguments of type AttachmentModifier and TypeMethodDescriptionstatic PropertiesFileBasedCharacterHandle.toProperties(CharacterHandle handle, Supplier<List<Attachment>> getAttachments)