registerAttachmentType

open fun <T : Attachment> registerAttachmentType(name: String, constructor: (Player) -> T): AttachmentType<T>

Deprecated

All registration functions have been moved to the Addon class.