CaveSpiderNpc

interface CaveSpiderNpc : Npc

Properties

Link copied to clipboard
abstract var name: String

Functions

Link copied to clipboard
abstract suspend fun delete()
Link copied to clipboard
abstract suspend fun getHideNameTag(): Boolean
Link copied to clipboard
Link copied to clipboard
abstract suspend fun getLeftClickRedirect(): Boolean
Link copied to clipboard
abstract suspend fun getLookAtPlayers(): Boolean
Link copied to clipboard
open suspend fun getName(): String
Link copied to clipboard
abstract suspend fun getNpcType(): Npc.NpcType
Link copied to clipboard
Link copied to clipboard
abstract suspend fun setHideNameTag(newHideNameTag: Boolean): Npc
Link copied to clipboard
abstract suspend fun setLeftClickRedirect(newLeftClickRedirect: Boolean): Npc
Link copied to clipboard
abstract suspend fun setLookAtPlayers(newLookAtPlayers: Boolean): Npc
Link copied to clipboard
abstract suspend fun setName(newName: String): Npc
Link copied to clipboard
abstract suspend fun setNpcType(newNpcType: Npc.NpcType): Npc