public class GermInteractEntityEvent
extends org.bukkit.event.player.PlayerEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
GermInteractEntityEvent.Hand |
static class |
GermInteractEntityEvent.InteractType |
| Constructor and Description |
|---|
GermInteractEntityEvent(org.bukkit.entity.Player who,
int entityId,
org.bukkit.util.Vector at,
GermInteractEntityEvent.InteractType interactType,
GermInteractEntityEvent.Hand hand) |
| Modifier and Type | Method and Description |
|---|---|
org.bukkit.util.Vector |
getAt() |
int |
getEntityId() |
GermInteractEntityEvent.Hand |
getHand() |
static org.bukkit.event.HandlerList |
getHandlerList() |
org.bukkit.event.HandlerList |
getHandlers() |
GermInteractEntityEvent.InteractType |
getInteractType() |
public GermInteractEntityEvent(org.bukkit.entity.Player who,
int entityId,
org.bukkit.util.Vector at,
GermInteractEntityEvent.InteractType interactType,
GermInteractEntityEvent.Hand hand)
public GermInteractEntityEvent.Hand getHand()
public org.bukkit.util.Vector getAt()
public int getEntityId()
public GermInteractEntityEvent.InteractType getInteractType()
public org.bukkit.event.HandlerList getHandlers()
getHandlers in class org.bukkit.event.Eventpublic static org.bukkit.event.HandlerList getHandlerList()