public class EntitySpawnEvent extends EntityEvent
| Constructor and Description |
|---|
EntitySpawnEvent(Entity entity,
Position position) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(boolean cancelled) |
boolean |
isIgnored() |
Position |
position() |
entity, setEntitypublic EntitySpawnEvent(Entity entity, Position position)
entity - the entity spawnedposition - the position of the spawningpublic boolean isIgnored()
isIgnored in interface CancellableisIgnored in class EntityEventpublic void cancel(boolean cancelled)
cancel in interface Cancellablecancel in class EntityEventcancelled - set the cancellation state of the eventCopyright © 2016. All rights reserved.