offerInterview

fun offerInterview(player: ServerPlayer)(source)

Offers a main-pool interview to the player with a default prompt.


fun offerInterview(player: ServerPlayer, prompt: Component)(source)

Offers a main-pool interview to the player with a custom prompt.


fun offerInterview(player: ServerPlayer, prompt: Component, pool: LorekeeperInterviewManager.QuestionPool, entityId: UUID? = null, startContext: LorekeeperInterviewManager.InterviewStartContext? = null)(source)

Offers an interview from the specified question pool with a custom prompt.