Class CustomDropProcessingInfo

java.lang.Object
me.lokka30.levelledmobs.customdrops.CustomDropProcessingInfo

public class CustomDropProcessingInfo extends Object
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 Details

  • Method Details

    • itemGotDropped

      public void itemGotDropped(@NotNull @NotNull CustomDropBase dropBase, int amountDropped)
    • getDropItemsCountForGroup

      public int getDropItemsCountForGroup(@NotNull @NotNull CustomDropBase dropBase)
    • getItemsDropsById

      public int getItemsDropsById(@NotNull @NotNull CustomDropBase dropBase)
    • getItemsDropsByGroup

      public int getItemsDropsByGroup(@NotNull @NotNull CustomDropBase dropBase)