Skip to content

@minecraft/server


@minecraft/server / EmptyLootItem

Class: EmptyLootItem ​

Defined in: @minecraft/server/index.d.ts:8318

Represents a completely empty entry in a loot pool. If this entry is chosen, no items will drop.

Extends ​

Properties ​

quality ​

readonly quality: number

Defined in: @minecraft/server/index.d.ts:15848

Remarks ​

Gets the quality of a given loot pool entry.

Inherited from ​

LootPoolEntry.quality


subTable? ​

readonly optional subTable?: LootPoolEntry

Defined in: @minecraft/server/index.d.ts:15854

Remarks ​

Gets the subtable of a given loot pool entry.

Inherited from ​

LootPoolEntry.subTable


weight ​

readonly weight: number

Defined in: @minecraft/server/index.d.ts:15860

Remarks ​

Gets the weight of a given loot pool entry.

Inherited from ​

LootPoolEntry.weight