Modifier and Type | Method and Description |
---|---|
static BukkitEntityType |
BukkitEntityType.getMythicEntity(MythicMob mm) |
Modifier and Type | Method and Description |
---|---|
MythicMob |
BukkitAPIHelper.getMythicMob(String type)
Returns whether the given entity is a MythicMob
|
Modifier and Type | Method and Description |
---|---|
org.bukkit.entity.Entity |
BukkitAPIHelper.spawnMythicMob(MythicMob type,
org.bukkit.Location location,
int level)
Spawns a Mythic Mob and returns the Bukkit Entity object
|
Modifier and Type | Method and Description |
---|---|
MythicMob |
MythicMobDespawnEvent.getMobType()
Gets the Mythic mob type of the mob that despawned
|
MythicMob |
MythicMobLootDropEvent.getMobType()
Gets the Mythic mob type of the mob that died
|
MythicMob |
MythicMobSpawnEvent.getMobType()
Get the type of the mob being spawned
|
MythicMob |
MythicMobDeathEvent.getMobType()
Gets the Mythic mob type of the mob that died
|
Modifier and Type | Method and Description |
---|---|
static void |
MythicLogger.errorMobConfig(MythicMob mob,
MythicConfig config,
String error) |
Modifier and Type | Method and Description |
---|---|
MythicMob |
MobManager.determineMobType(AbstractEntity l) |
MythicMob |
MobManager.getMythicMob(String s) |
MythicMob |
MobManager.getMythicMobByDisplayCompat(AbstractEntity l) |
static MythicMob |
EggManager.getMythicMobFromEgg(String s) |
MythicMob |
ActiveMob.getType() |
Modifier and Type | Method and Description |
---|---|
Collection<MythicMob> |
MobManager.getMobTypes()
Gets a collection of all loaded mob types
|
Optional<MythicMob> |
MobManager.getVanillaType(MythicEntityType type)
Returns the vanilla override for the given MythicEntityType
if an override for that type has been loaded
|
Collection<MythicMob> |
MobManager.getVanillaTypes()
Gets a collection of all mob types that are Vanilla overrides
|
Modifier and Type | Method and Description |
---|---|
int |
MythicMob.compareTo(MythicMob mm) |
static int |
MobManager.getMythicMobLevel(MythicMob mm,
AbstractEntity l) |
static boolean |
EggManager.giveMythicEgg(MythicMob mm,
org.bukkit.entity.Player player,
int amount) |
ActiveMob |
MobManager.registerActiveMob(AbstractEntity l,
MythicMob mm,
int level) |
void |
MobManager.SetupMythicMobCompat(org.bukkit.entity.LivingEntity l,
MythicMob mm) |
Constructor and Description |
---|
ActiveMob(UUID uuid,
AbstractEntity e,
MythicMob type,
double level) |
Modifier and Type | Field and Description |
---|---|
protected MythicMob |
SummonMechanic.mm |
protected MythicMob |
SummonPassengerMechanic.mount |
Modifier and Type | Field and Description |
---|---|
protected MythicMob |
Projectile.bulletMob |
Modifier and Type | Field and Description |
---|---|
List<MythicMob> |
RandomSpawner.mobTypes |
Modifier and Type | Method and Description |
---|---|
void |
MythicSpawner.setType(MythicMob type)
Sets the mob type the spawner spawns
|
Modifier and Type | Method and Description |
---|---|
void |
MythicSpawner.setTypes(Collection<MythicMob> types)
Sets the mob types the spawner spawns
|
Copyright © 2020. All rights reserved.