Package-level declarations

Types

Link copied to clipboard
data class NPCData(val uuid: UUID = UUID.randomUUID(), val type: EntityType = EntityType.PLAYER, val name: Component, val skin: UUID, val loc: Pos, val handler: (PlayerEntityInteractEvent) -> Unit)
Link copied to clipboard
class NPCTask(npc: NPCData)