public class PreCreatureSpawnEvent extends Event implements Cancellable
Event.Result| Constructor and Description | 
|---|
PreCreatureSpawnEvent(Location location,
                     EntityType type,
                     CreatureSpawnEvent.SpawnReason reason)  | 
| Modifier and Type | Method and Description | 
|---|---|
static HandlerList | 
getHandlerList()  | 
HandlerList | 
getHandlers()  | 
CreatureSpawnEvent.SpawnReason | 
getReason()  | 
Location | 
getSpawnLocation()  | 
EntityType | 
getType()  | 
boolean | 
isCancelled()
Gets the cancellation state of this event. 
 | 
void | 
setCancelled(boolean cancel)
Cancelling this event is more effecient than cancelling CreatureSpawnEvent 
 | 
void | 
setShouldAbortSpawn(boolean shouldAbortSpawn)
Set this if you are more blanket blocking all types of these spawns, and wish to abort the spawn process from
 trying more attempts after this cancellation. 
 | 
boolean | 
shouldAbortSpawn()  | 
callEvent, getEventName, isAsynchronouspublic PreCreatureSpawnEvent(@NotNull
                             Location location,
                             @NotNull
                             EntityType type,
                             @NotNull
                             CreatureSpawnEvent.SpawnReason reason)
@NotNull public Location getSpawnLocation()
@NotNull public EntityType getType()
@NotNull public CreatureSpawnEvent.SpawnReason getReason()
public boolean shouldAbortSpawn()
public void setShouldAbortSpawn(boolean shouldAbortSpawn)
shouldAbortSpawn - Set if the spawn process should be aborted vs trying more attempts@NotNull public HandlerList getHandlers()
getHandlers in class Event@NotNull public static HandlerList getHandlerList()
public boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
setCancelled in interface Cancellablecancel - true if you wish to cancel this event, and abort the spawn of this creatureCopyright © 2022. All rights reserved.