public class EntityInteractEvent extends EntityEvent implements Cancellable
Event.Result
修飾子とタイプ | フィールドと説明 |
---|---|
protected Block |
block |
entity
コンストラクタと説明 |
---|
EntityInteractEvent(Entity entity,
Block block) |
修飾子とタイプ | メソッドと説明 |
---|---|
Block |
getBlock()
Returns the involved block
|
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
boolean |
isCancelled()
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancel)
Sets the cancellation state of this event.
|
getEntity, getEntityType
getEventName, isAsynchronous
protected Block block
public boolean isCancelled()
Cancellable
isCancelled
インタフェース内 Cancellable
public void setCancelled(boolean cancel)
Cancellable
setCancelled
インタフェース内 Cancellable
cancel
- true if you wish to cancel this eventpublic Block getBlock()
public HandlerList getHandlers()
getHandlers
クラス内 Event
public static HandlerList getHandlerList()
Copyright © 2016. All rights reserved.