NPCInstance

data class NPCInstance(val location: Location, val kind: Identifier)(source)

An instance of a summoned NPC, also stored in the LevelDB file

Constructors

Link copied to clipboard
constructor(location: Location, kind: Identifier)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun save(): CompoundTag
Link copied to clipboard
fun summon(): UUID

Properties

Link copied to clipboard
Link copied to clipboard
val location: Location