Verwendungen von Klasse
de.rpgframework.character.Attachment
Packages, die Attachment verwenden
-
Verwendungen von Attachment in de.rpgframework.character
Felder in de.rpgframework.character mit Typparametern vom Typ AttachmentMethoden in de.rpgframework.character, die Attachment zurückgebenModifizierer und TypMethodeBeschreibungCharacterProvider.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 dataMethoden in de.rpgframework.character, die Typen mit Argumenten vom Typ Attachment zurückgebenModifizierer und TypMethodeBeschreibungCharacterHandle.getAttachments()IUserDatabase.getAttachments(CharacterHandle handle) LocalUserDatabase.getAttachments(CharacterHandle handle) CharacterProvider.listAttachments(CharacterHandle handle) Get a list of attachments without loading the dataMethoden in de.rpgframework.character mit Parametern vom Typ AttachmentModifizierer und TypMethodeBeschreibungvoidCharacterHandle.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) Methodenparameter in de.rpgframework.character mit Typargumenten vom Typ AttachmentModifizierer und TypMethodeBeschreibungstatic PropertiesFileBasedCharacterHandle.toProperties(CharacterHandle handle, Supplier<List<Attachment>> getAttachments)