CancellableCreatureSpawnEvent, ItemSpawnEvent, ProjectileLaunchEvent, SpawnerSpawnEventpublic class EntitySpawnEvent extends EntityEvent implements Cancellable
If an Entity Spawn event is cancelled, the entity will not spawn.
Event.Resultentity| Constructor | Description | 
|---|---|
| EntitySpawnEvent(@NotNull Entity spawnee) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static @NotNull HandlerList | getHandlerList() | |
| @NotNull HandlerList | getHandlers() | |
| @NotNull Location | getLocation() | Gets the location at which the entity is spawning. | 
| boolean | isCancelled() | Gets the cancellation state of this event. | 
| void | setCancelled(boolean cancel) | Sets the cancellation state of this event. | 
getEntity, getEntityTypegetEventName, isAsynchronouspublic EntitySpawnEvent(@NotNull
                        @NotNull Entity spawnee)
public boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - true if you wish to cancel this event@NotNull public @NotNull Location getLocation()
@NotNull public @NotNull HandlerList getHandlers()
getHandlers in class Event@NotNull public static @NotNull HandlerList getHandlerList()
Copyright © 2020. All rights reserved.