ServerPlayerMixinCast_ITaterzenEditor

open class ServerPlayerMixinCast_ITaterzenEditor : ITaterzenEditor

Additional methods for players to track TaterzenNPC

Properties

editorMode
Link copied to clipboard
private open var editorMode: ITaterzenEditor.EditorMode

Functions

getEditingMessageIndex
Link copied to clipboard
open fun getEditingMessageIndex(): Int
Gets the index of the message player is editing for selected TaterzenNPC.
selectNpc
Link copied to clipboard
open fun selectNpc(@Nullable npc: @Nullable TaterzenNPC): Boolean
Selects TaterzenNPC to be editoed.
setEditingMessageIndex
Link copied to clipboard
open fun setEditingMessageIndex(selected: Int)
Sets the index of message that's being edited by the player.

Inherited functions

getNpc
Link copied to clipboard
@Nullable
open fun getNpc(): @Nullable TaterzenNPC
Gets the selected Taterzen of player.