public class MythicMobDespawnEvent
extends org.bukkit.event.Event
Constructor and Description |
---|
MythicMobDespawnEvent(ActiveMob am) |
Modifier and Type | Method and Description |
---|---|
org.bukkit.entity.Entity |
getEntity()
Gets the Bukkit Entity of the mob that despawned
|
static org.bukkit.event.HandlerList |
getHandlerList() |
org.bukkit.event.HandlerList |
getHandlers() |
ActiveMob |
getMob()
Gets the ActiveMob instance of the mob that despawned
|
MythicMob |
getMobType()
Gets the Mythic mob type of the mob that despawned
|
public MythicMobDespawnEvent(ActiveMob am)
public ActiveMob getMob()
ActiveMob
public org.bukkit.entity.Entity getEntity()
public MythicMob getMobType()
MythicMob
public org.bukkit.event.HandlerList getHandlers()
getHandlers
in class org.bukkit.event.Event
public static org.bukkit.event.HandlerList getHandlerList()
Copyright © 2020. All rights reserved.