public class PlayerInteractFakeMobEvent
extends org.bukkit.event.Event
Modifier and Type | Class and Description |
---|---|
static class |
PlayerInteractFakeMobEvent.Action |
Constructor and Description |
---|
PlayerInteractFakeMobEvent(org.bukkit.entity.Player player,
FakeMob mob,
PlayerInteractFakeMobEvent.Action action) |
Modifier and Type | Method and Description |
---|---|
PlayerInteractFakeMobEvent.Action |
getAction() |
static org.bukkit.event.HandlerList |
getHandlerList() |
org.bukkit.event.HandlerList |
getHandlers() |
FakeMob |
getMob() |
org.bukkit.entity.Player |
getPlayer() |
public PlayerInteractFakeMobEvent(org.bukkit.entity.Player player, FakeMob mob, PlayerInteractFakeMobEvent.Action action)
public org.bukkit.entity.Player getPlayer()
public FakeMob getMob()
public PlayerInteractFakeMobEvent.Action getAction()
public org.bukkit.event.HandlerList getHandlers()
getHandlers
in class org.bukkit.event.Event
public static org.bukkit.event.HandlerList getHandlerList()
Copyright © 2014. All rights reserved.