Uses of Interface
org.bukkit.loot.LootTable
-
Packages that use LootTable 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. -
-
Uses of LootTable in org.bukkit
Methods in org.bukkit that return LootTable Modifier and Type Method Description static @Nullable LootTableBukkit. getLootTable(@NotNull NamespacedKey key)Gets the specifiedLootTable.@Nullable LootTableServer. getLootTable(@NotNull NamespacedKey key)Gets the specifiedLootTable. -
Uses of LootTable in org.bukkit.event.world
Methods in org.bukkit.event.world that return LootTable Modifier and Type Method Description @NotNull LootTableLootGenerateEvent. getLootTable()Get the loot table used to generate loot.Constructors in org.bukkit.event.world with parameters of type LootTable Constructor Description LootGenerateEvent(@NotNull World world, @Nullable Entity entity, @Nullable InventoryHolder inventoryHolder, @NotNull LootTable lootTable, @NotNull LootContext lootContext, @NotNull List<ItemStack> items, boolean plugin) -
Uses of LootTable in org.bukkit.loot
Methods in org.bukkit.loot that return LootTable Modifier and Type Method Description @Nullable LootTableLootable. getLootTable()Gets the Loot Table attached to this block or entity.@NotNull LootTableLootTables. getLootTable()Get theLootTablecorresponding to this constant.Methods in org.bukkit.loot with parameters of type LootTable Modifier and Type Method Description voidLootable. setLootTable(@Nullable LootTable table)Set the loot table for a container or entity.
-