Skip to content

helix / LootTableRef

Class: LootTableRef

Defined in: core/values/loot-table.ts:154

A reference to a registered loot table (<ns>:name), usable in commands/entries.

Implements

Constructors

Constructor

new LootTableRef(id): LootTableRef

Defined in: core/values/loot-table.ts:155

Parameters

id

string

Returns

LootTableRef

Properties

id

readonly id: string

Defined in: core/values/loot-table.ts:155

Methods

render()

render(): string

Defined in: core/values/loot-table.ts:156

Returns

string

Implementation of

CommandValue.render

Released under the MIT License · Credits