DefaultOwnedCreatureService

@Service
open class DefaultOwnedCreatureService(creatureStorageBoxRepository: CreatureStorageBoxRepository, ownedCreatureRepository: OwnedCreatureRepository, ownedCreatureStatRepository: OwnedCreatureStatRepository, ownedCreatureMoveRepository: OwnedCreatureMoveRepository, statReader: StatReader, moveReader: MoveReader)

Constructors

Link copied to clipboard
constructor(creatureStorageBoxRepository: CreatureStorageBoxRepository, ownedCreatureRepository: OwnedCreatureRepository, ownedCreatureStatRepository: OwnedCreatureStatRepository, ownedCreatureMoveRepository: OwnedCreatureMoveRepository, statReader: StatReader, moveReader: MoveReader)

Functions

Link copied to clipboard
@Transactional(rollbackFor = [Exception::class])
open fun capture(context: PreparedCaptureContext): CapturedCreatureSummary