public class VehicleEntityCollisionEvent extends VehicleCollisionEvent implements Cancellable
Event.Resultvehicle| コンストラクタと説明 |
|---|
VehicleEntityCollisionEvent(Vehicle vehicle,
Entity entity) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Entity |
getEntity() |
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
boolean |
isCancelled()
Gets the cancellation state of this event.
|
boolean |
isCollisionCancelled() |
boolean |
isPickupCancelled() |
void |
setCancelled(boolean cancel)
Sets the cancellation state of this event.
|
void |
setCollisionCancelled(boolean cancel) |
void |
setPickupCancelled(boolean cancel) |
getVehiclegetEventName, isAsynchronouspublic Entity getEntity()
public boolean isCancelled()
CancellableisCancelled インタフェース内 Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled インタフェース内 Cancellablecancel - true if you wish to cancel this eventpublic boolean isPickupCancelled()
public void setPickupCancelled(boolean cancel)
public boolean isCollisionCancelled()
public void setCollisionCancelled(boolean cancel)
public HandlerList getHandlers()
getHandlers クラス内 Eventpublic static HandlerList getHandlerList()
Copyright © 2016. All rights reserved.