public class DropManager extends Object
Constructor and Description |
---|
DropManager(MythicMobs core) |
Modifier and Type | Method and Description |
---|---|
static void |
Drop(org.bukkit.Location loc,
int exp,
List<org.bukkit.inventory.ItemStack> drops) |
Optional<DropTable> |
getDropTable(String name) |
Collection<DropTable> |
getDropTables() |
void |
loadDropTables() |
void |
queueSecondPass(Runnable r) |
void |
runSecondPass() |
public DropManager(MythicMobs core)
public void loadDropTables()
public void runSecondPass()
public void queueSecondPass(Runnable r)
public Collection<DropTable> getDropTables()
public static void Drop(org.bukkit.Location loc, int exp, List<org.bukkit.inventory.ItemStack> drops)
Copyright © 2020. All rights reserved.