Class CustomDropProcessingInfo
java.lang.Object
me.lokka30.levelledmobs.customdrops.CustomDropProcessingInfo
Used to store information when a custom drop item is being requested either during mob spawn in
for equipped items or after mob death to get the items the mob will potentially drop
- Since:
- 2.4.1
-
Field Summary
Modifier and TypeFieldDescription@Nullable GroupLimits
final List<Map.Entry<org.bukkit.inventory.ItemStack,
CustomDropItem>> -
Method Summary
Modifier and TypeMethodDescriptionint
getDropItemsCountForGroup
(@NotNull CustomDropBase dropBase) int
getItemsDropsByGroup
(@NotNull CustomDropBase dropBase) int
getItemsDropsById
(@NotNull CustomDropBase dropBase) void
itemGotDropped
(@NotNull CustomDropBase dropBase, int amountDropped)
-
Field Details
-
lmEntity
-
groupLimits
-
customDropId
-
dropInstance
-
stackToItem
-
-
Method Details
-
itemGotDropped
-
getDropItemsCountForGroup
-
getItemsDropsById
-
getItemsDropsByGroup
-