EliteMobsLootDropper

public final class EliteMobsLootDropper

Thin direct-API wrapper around EliteMobs loot generation. Isolated so EliteMobs classes are only loaded when a caller has already verified that the EliteMobs plugin is enabled.

Functions

Link copied to clipboard
public static boolean dropCustomLoot(Player player, String filename, int level, Location location)
Link copied to clipboard
public static boolean dropProceduralLoot(Player player, int level, Location location)
Link copied to clipboard
public static boolean dropRandomLoot(Player player, int level, Location location)