Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.event.world | |
org.bukkit.loot |
Classes relevant to loot table manipulation and generation.
|
Modifier and Type | Method and Description |
---|---|
static @Nullable LootTable |
Bukkit.getLootTable(@NotNull NamespacedKey key)
Gets the specified
LootTable . |
@Nullable LootTable |
Server.getLootTable(@NotNull NamespacedKey key)
Gets the specified
LootTable . |
Modifier and Type | Method and Description |
---|---|
@NotNull LootTable |
LootGenerateEvent.getLootTable()
Get the loot table used to generate loot.
|
Constructor and Description |
---|
LootGenerateEvent(@NotNull World world,
@Nullable Entity entity,
@Nullable InventoryHolder inventoryHolder,
@NotNull LootTable lootTable,
@NotNull LootContext lootContext,
@NotNull List<ItemStack> items,
boolean plugin) |
Modifier and Type | Method and Description |
---|---|
@NotNull LootTable |
LootTables.getLootTable()
Get the
LootTable corresponding to this constant. |
@Nullable LootTable |
Lootable.getLootTable()
Gets the Loot Table attached to this block or entity.
|
Modifier and Type | Method and Description |
---|---|
void |
Lootable.setLootTable(@Nullable LootTable table)
Set the loot table for a container or entity.
|
default void |
Lootable.setLootTable(@Nullable LootTable table,
long seed)
Set the loot table and seed for a container or entity at the same time.
|
Copyright © 2021. All rights reserved.