public class GuiInteractionBeginEvent
extends org.bukkit.event.Event
Constructor and Description |
---|
GuiInteractionBeginEvent(Interaction interaction,
GuiInstance guiInstance,
org.bukkit.entity.Player player) |
Modifier and Type | Method and Description |
---|---|
GuiInstance |
getGuiInstance()
Gets the GUI-Instance the interaction belongs to.
|
static org.bukkit.event.HandlerList |
getHandlerList() |
org.bukkit.event.HandlerList |
getHandlers() |
Interaction |
getInteraction()
Gets the interaction the player joined.
|
org.bukkit.entity.Player |
getPlayer()
Gets player.
|
public GuiInteractionBeginEvent(Interaction interaction, GuiInstance guiInstance, org.bukkit.entity.Player player)
public Interaction getInteraction()
public GuiInstance getGuiInstance()
public org.bukkit.entity.Player getPlayer()
public org.bukkit.event.HandlerList getHandlers()
getHandlers
in class org.bukkit.event.Event
public static org.bukkit.event.HandlerList getHandlerList()
Copyright © 2021. All rights reserved.