MineJSv0.5.1

RegistryData

interface RegistryData { entries: { data: Record<string, any> | null; entry_id: string }[]; registry_id: string; }

Source: typing.ts:18

Representing the data in Registry Data packet


Properties

entries: { data: Record<string, any> | null; entry_id: string }[]

registry_id: string