public class EntityMountEvent extends EntityEvent implements Cancellable
Event.Resultentity| Constructor and Description | 
|---|
| EntityMountEvent(Entity what,
                Entity mount) | 
| Modifier and Type | Method and Description | 
|---|---|
| static HandlerList | getHandlerList() | 
| HandlerList | getHandlers() | 
| Entity | getMount() | 
| boolean | isCancelled()Gets the cancellation state of this event. | 
| void | setCancelled(boolean cancel)Sets the cancellation state of this event. | 
getEntity, getEntityTypegetEventName, isAsynchronouspublic Entity getMount()
public boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - true if you wish to cancel this eventpublic HandlerList getHandlers()
getHandlers in class Eventpublic static HandlerList getHandlerList()
Copyright © 2017. All rights reserved.