Modifier and Type | Method and Description |
---|---|
Optional<Drop> |
MythicDropLoadEvent.getDrop() |
Optional<Drop> |
MythicMobLootDropEvent.getIntangibleDrop(Class<? extends IIntangibleDrop> clazz)
Gets a specific intangible drop from the drop table
|
Collection<Drop> |
MythicMobLootDropEvent.getIntangibleDrops()
Gets the map of the mob's intangible/currency drops from the LootBag
|
Collection<Drop> |
MythicMobLootDropEvent.getPhysicalDrops()
Gets the list of the mob's item drops from the LootBag
|
Modifier and Type | Method and Description |
---|---|
void |
MythicDropLoadEvent.register(Drop drop)
Registers a custom drop in MythicMobs, tied to the
drop name in the event.
|
Modifier and Type | Class and Description |
---|---|
class |
MMOItemsSupport.MMOItemsDrop |
Modifier and Type | Class and Description |
---|---|
class |
InvalidDrop |
Modifier and Type | Method and Description |
---|---|
Drop |
Drop.addAmount(Drop other) |
Drop |
Drop.clone() |
static Drop |
Drop.getDrop(String fileName,
String drop) |
Modifier and Type | Method and Description |
---|---|
Collection<Drop> |
LootBag.getDrops() |
Modifier and Type | Method and Description |
---|---|
LootBag |
LootBag.add(Drop type)
Deprecated.
|
LootBag |
LootBag.add(DropMetadata data,
Drop type) |
Drop |
Drop.addAmount(Drop other) |
Modifier and Type | Class and Description |
---|---|
class |
CommandDrop |
class |
CustomDrop |
class |
DropTableDrop |
class |
ExperienceDrop |
class |
HeroesExperienceDrop |
class |
ItemDrop |
class |
McMMODrop |
class |
MythicDropsDrop |
class |
MythicItemDrop |
class |
NothingDrop |
class |
PhatLootsDrop |
class |
SkillAPIDrop |
class |
VaultDrop |
Modifier and Type | Field and Description |
---|---|
protected Drop |
CustomDrop.drop |
Modifier and Type | Method and Description |
---|---|
Optional<Drop> |
CustomDrop.getDrop() |
Modifier and Type | Method and Description |
---|---|
static void |
MythicLogger.errorDropConfig(Drop drop,
MythicLineConfig config,
String error) |
Copyright © 2020. All rights reserved.