Package | Description |
---|---|
com.destroystokyo.paper.loottable | |
org.bukkit.block |
Classes used to manipulate the voxels in a
world ,
including special states. |
org.bukkit.entity.minecart |
Interfaces for various
Minecart types. |
Modifier and Type | Interface | Description |
---|---|---|
interface |
LootableBlockInventory |
Represents an Inventory that can generate loot, such as Chests inside of Fortresses and Mineshafts
|
interface |
LootableEntityInventory |
Represents an Inventory that can generate loot, such as Minecarts inside of Mineshafts
|
Modifier and Type | Method | Description |
---|---|---|
LootableInventory |
LootableInventoryReplenishEvent.getInventory() |
Constructor | Description |
---|---|
LootableInventoryReplenishEvent(Player player,
LootableInventory inventory) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
Chest |
Represents a captured state of a chest.
|
interface |
Dispenser |
Represents a captured state of a dispenser.
|
interface |
Dropper |
Represents a captured state of a dropper.
|
interface |
Hopper |
Represents a captured state of a hopper.
|
interface |
ShulkerBox |
Represents a captured state of a ShulkerBox.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
HopperMinecart |
Represents a Minecart with a Hopper inside it
|
interface |
StorageMinecart |
Represents a minecart with a chest.
|
Copyright © 2020. All rights reserved.