public interface LootTable
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.bukkit.inventory.ItemStack> |
getDrops(StackedEntity stackedEntity,
int lootBonusLevel,
int stackAmount)
Get the vanilla drops of an stacked entity using a fortune level and a stack size.
|
int |
getExp(StackedEntity stackedEntity,
int stackAmount)
Get the vanilla exp of a the entity using a stack size.
|
java.util.List<org.bukkit.inventory.ItemStack> getDrops(StackedEntity stackedEntity, int lootBonusLevel, int stackAmount)
stackedEntity - the stacked entitylootBonusLevel - the fortune levelstackAmount - the stack sizeint getExp(StackedEntity stackedEntity, int stackAmount)
stackedEntity - The stacked entity objectstackAmount - the stack size