public class SpawnFakeMobEvent
extends org.bukkit.event.Event
implements org.bukkit.event.Cancellable
Constructor and Description |
---|
SpawnFakeMobEvent(org.bukkit.Location loc,
org.bukkit.entity.EntityType type,
FakeMob mob) |
Modifier and Type | Method and Description |
---|---|
static org.bukkit.event.HandlerList |
getHandlerList() |
org.bukkit.event.HandlerList |
getHandlers() |
org.bukkit.Location |
getLocation() |
FakeMob |
getMob() |
org.bukkit.entity.EntityType |
getType() |
boolean |
isCancelled() |
void |
setCancelled(boolean cancelled) |
public SpawnFakeMobEvent(org.bukkit.Location loc, org.bukkit.entity.EntityType type, FakeMob mob)
public org.bukkit.Location getLocation()
public org.bukkit.entity.EntityType getType()
public FakeMob getMob()
public org.bukkit.event.HandlerList getHandlers()
getHandlers
in class org.bukkit.event.Event
public static org.bukkit.event.HandlerList getHandlerList()
public boolean isCancelled()
isCancelled
in interface org.bukkit.event.Cancellable
public void setCancelled(boolean cancelled)
setCancelled
in interface org.bukkit.event.Cancellable
Copyright © 2014. All rights reserved.