kumamc-api
1.0.0-beta.7
kumamc-api
/
net.projecttl.kuma.mc.api.tasks
Package-level
declarations
Types
Types
NPCData
Link copied to clipboard
data
class
NPCData
(
val
uuid
:
UUID
=
UUID.randomUUID()
,
val
type
:
EntityType
=
EntityType.PLAYER
,
val
name
:
List
<
Component
>
,
val
skin
:
UUID
,
val
loc
:
Pos
,
val
handler
:
PlayerEntityInteractEvent
.
(
)
->
Unit
)
NPCTask
Link copied to clipboard
class
NPCTask
(
npc
:
NPCData
)