Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<org.bukkit.entity.Player,Interaction> |
GuiInstance.interactions |
protected ConcurrentMap<org.bukkit.entity.Player,Interaction> |
GuiInstance.interactions |
Modifier and Type | Method and Description |
---|---|
Interaction |
Layout.getDefaultInteraction()
Gets the default interaction.
|
Interaction |
Layout.getDefaultInteraction()
Gets the default interaction.
|
Interaction |
GuiInstance.getInteraction(org.bukkit.entity.Player player)
Get a players interaction with this instance.
|
Interaction |
GuiInstance.getInteraction(org.bukkit.entity.Player player)
Get a players interaction with this instance.
|
Interaction |
Layout.startNewInteraction()
Starts new interaction interaction for this GUI.
|
Interaction |
Layout.startNewInteraction()
Starts new interaction interaction for this GUI.
|
Modifier and Type | Method and Description |
---|---|
Component |
ListItemBuilder.buildListItem(Interaction interaction,
int index,
T item)
Build list item component.
|
Component |
ListItemBuilder.buildListItem(Interaction interaction,
int index,
T item)
Build list item component.
|
String |
InputHandler.processInput(Interaction interaction,
String input)
When input changes this method will be called with the new input and should output what the
text input should actually be set to.
|
String |
InputHandler.processInput(Interaction interaction,
String input)
When input changes this method will be called with the new input and should output what the
text input should actually be set to.
|
String |
Layout.processText(org.bukkit.entity.Player player,
Interaction interaction,
String text)
Applies the layout's text processors to the given text.
|
String |
ModifierTextProcessor.processText(org.bukkit.entity.Player player,
Interaction interaction,
String text) |
String |
TextProcessor.processText(org.bukkit.entity.Player player,
Interaction interaction,
String text) |
String |
TextProcessor.processText(org.bukkit.entity.Player player,
Interaction interaction,
String text) |
String |
ModifierTextProcessor.processText(org.bukkit.entity.Player player,
Interaction interaction,
String text) |
String |
Layout.processText(org.bukkit.entity.Player player,
Interaction interaction,
String text)
Applies the layout's text processors to the given text.
|
byte[][] |
Layout.render(org.bukkit.entity.Player player,
Interaction interaction,
GuiPoint cursor,
String state)
Render this layout with the given parameters.
|
byte[][] |
Layout.render(org.bukkit.entity.Player player,
Interaction interaction,
GuiPoint cursor,
String state)
Render this layout with the given parameters.
|
Modifier and Type | Method and Description |
---|---|
static InputHandler |
InputHandler.limitHandler(BiFunction<Interaction,String,String> inputHandler,
int maxSize)
Creates an input handler that first applies the passed input handler and then substrings the input from the
start if it is longer then the provided maxSize
|
static InputHandler |
InputHandler.limitHandler(BiFunction<Interaction,String,String> inputHandler,
int maxSize)
Creates an input handler that first applies the passed input handler and then substrings the input from the
start if it is longer then the provided maxSize
|
Constructor and Description |
---|
Interaction(Layout layout,
Function<Interaction,GroupComponent> componentTreeGenerator)
Instantiates a new default Interaction.
|
Interaction(Layout layout,
Function<Interaction,GroupComponent> componentTreeGenerator)
Instantiates a new default Interaction.
|
Layout(String name,
Function<Interaction,GroupComponent> templateTreeGenerator,
GuiSize size)
Instantiates a new Layout.
|
Layout(String name,
Function<Interaction,GroupComponent> templateTreeGenerator,
GuiSize size)
Instantiates a new Layout.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger)
Executes the action for the given player in the given interaction.
|
void |
CheckAction.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
void |
CommandAction.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
void |
DelayAction.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
void |
GifControlAction.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
void |
ListAction.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
void |
MessageAction.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
void |
ViewChangeAction.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
void |
VisibilityAction.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
void |
VisibilityAction.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
void |
ViewChangeAction.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
void |
MessageAction.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
void |
ListAction.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
void |
GifControlAction.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
void |
DelayAction.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
void |
CommandAction.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
void |
CheckAction.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
void |
Action.execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger)
Executes the action for the given player in the given interaction.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Check.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger)
Performs the check for the given player in the given interaction.
|
boolean |
ItemCheck.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
boolean |
MoneyCheck.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
boolean |
NumberPlaceholderCheck.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
boolean |
PermissionCheck.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
boolean |
PlaceholderCheck.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
boolean |
PrimaryCheck.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
boolean |
StandbyCheck.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
boolean |
VisibilityCheck.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
boolean |
VisibilityCheck.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
boolean |
StandbyCheck.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
boolean |
PrimaryCheck.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
boolean |
PlaceholderCheck.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
boolean |
PermissionCheck.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
boolean |
NumberPlaceholderCheck.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
boolean |
MoneyCheck.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
boolean |
ItemCheck.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger) |
boolean |
Check.check(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger)
Performs the check for the given player in the given interaction.
|
Modifier and Type | Field and Description |
---|---|
protected Interaction |
Component.interaction |
protected Interaction |
Component.interaction |
Modifier and Type | Method and Description |
---|---|
Interaction |
Component.getInteraction()
Gets the interaction this component is used in.
|
Interaction |
Component.getInteraction()
Gets the interaction this component is used in.
|
Modifier and Type | Method and Description |
---|---|
AdaptiveComponent |
AdaptiveComponent.clone(Interaction interaction) |
CheckComponent |
CheckComponent.clone(Interaction interaction) |
ClickAnimationComponent |
ClickAnimationComponent.clone(Interaction interaction) |
abstract Component |
Component.clone(Interaction interaction)
Clone the component with the new interaction.
|
Component |
CustomComponent.clone(Interaction interaction) |
DummyComponent |
DummyComponent.clone(Interaction interaction) |
GifComponent |
GifComponent.clone(Interaction interaction) |
GroupComponent |
GroupComponent.clone(Interaction interaction) |
HoverComponent |
HoverComponent.clone(Interaction interaction) |
HoverDetectorComponent |
HoverDetectorComponent.clone(Interaction interaction) |
ImageComponent |
ImageComponent.clone(Interaction interaction) |
ListComponent<T> |
ListComponent.clone(Interaction interaction) |
PlaceholderTextComponent |
PlaceholderTextComponent.clone(Interaction interaction) |
RectComponent |
RectComponent.clone(Interaction interaction) |
RemoteImageComponent |
RemoteImageComponent.clone(Interaction interaction) |
TextComponent |
TextComponent.clone(Interaction interaction) |
TextInputComponent |
TextInputComponent.clone(Interaction interaction) |
ViewComponent |
ViewComponent.clone(Interaction interaction) |
ViewComponent |
ViewComponent.clone(Interaction interaction) |
TextInputComponent |
TextInputComponent.clone(Interaction interaction) |
TextComponent |
TextComponent.clone(Interaction interaction) |
RemoteImageComponent |
RemoteImageComponent.clone(Interaction interaction) |
RectComponent |
RectComponent.clone(Interaction interaction) |
PlaceholderTextComponent |
PlaceholderTextComponent.clone(Interaction interaction) |
ListComponent<T> |
ListComponent.clone(Interaction interaction) |
ImageComponent |
ImageComponent.clone(Interaction interaction) |
HoverDetectorComponent |
HoverDetectorComponent.clone(Interaction interaction) |
HoverComponent |
HoverComponent.clone(Interaction interaction) |
GroupComponent |
GroupComponent.clone(Interaction interaction) |
GifComponent |
GifComponent.clone(Interaction interaction) |
DummyComponent |
DummyComponent.clone(Interaction interaction) |
Component |
CustomComponent.clone(Interaction interaction) |
abstract Component |
Component.clone(Interaction interaction)
Clone the component with the new interaction.
|
ClickAnimationComponent |
ClickAnimationComponent.clone(Interaction interaction) |
CheckComponent |
CheckComponent.clone(Interaction interaction) |
AdaptiveComponent |
AdaptiveComponent.clone(Interaction interaction) |
static GroupComponent |
GroupComponent.createEmpty(Interaction interaction)
Create empty group component which can be used whenever a component is needed that renders nothing.
|
static GroupComponent |
GroupComponent.createEmpty(Interaction interaction)
Create empty group component which can be used whenever a component is needed that renders nothing.
|
AdaptiveComponent |
AdaptiveComponent.locateOn(Interaction interaction) |
CheckComponent |
CheckComponent.locateOn(Interaction interaction) |
ClickAnimationComponent |
ClickAnimationComponent.locateOn(Interaction interaction) |
Component |
Component.locateOn(Interaction interaction)
Locate the same component on a different interaction.
|
DummyComponent |
DummyComponent.locateOn(Interaction interaction) |
GifComponent |
GifComponent.locateOn(Interaction interaction) |
GroupComponent |
GroupComponent.locateOn(Interaction interaction) |
HoverComponent |
HoverComponent.locateOn(Interaction interaction) |
HoverDetectorComponent |
HoverDetectorComponent.locateOn(Interaction interaction) |
ImageComponent |
ImageComponent.locateOn(Interaction interaction) |
ListComponent<T> |
ListComponent.locateOn(Interaction interaction) |
PlaceholderTextComponent |
PlaceholderTextComponent.locateOn(Interaction interaction) |
RectComponent |
RectComponent.locateOn(Interaction interaction) |
RemoteImageComponent |
RemoteImageComponent.locateOn(Interaction interaction) |
TextComponent |
TextComponent.locateOn(Interaction interaction) |
TextInputComponent |
TextInputComponent.locateOn(Interaction interaction) |
ViewComponent |
ViewComponent.locateOn(Interaction interaction) |
ViewComponent |
ViewComponent.locateOn(Interaction interaction) |
TextInputComponent |
TextInputComponent.locateOn(Interaction interaction) |
TextComponent |
TextComponent.locateOn(Interaction interaction) |
RemoteImageComponent |
RemoteImageComponent.locateOn(Interaction interaction) |
RectComponent |
RectComponent.locateOn(Interaction interaction) |
PlaceholderTextComponent |
PlaceholderTextComponent.locateOn(Interaction interaction) |
ListComponent<T> |
ListComponent.locateOn(Interaction interaction) |
ImageComponent |
ImageComponent.locateOn(Interaction interaction) |
HoverDetectorComponent |
HoverDetectorComponent.locateOn(Interaction interaction) |
HoverComponent |
HoverComponent.locateOn(Interaction interaction) |
GroupComponent |
GroupComponent.locateOn(Interaction interaction) |
GifComponent |
GifComponent.locateOn(Interaction interaction) |
DummyComponent |
DummyComponent.locateOn(Interaction interaction) |
Component |
Component.locateOn(Interaction interaction)
Locate the same component on a different interaction.
|
ClickAnimationComponent |
ClickAnimationComponent.locateOn(Interaction interaction) |
CheckComponent |
CheckComponent.locateOn(Interaction interaction) |
AdaptiveComponent |
AdaptiveComponent.locateOn(Interaction interaction) |
Constructor and Description |
---|
AdaptiveComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
@NotNull Component defaultComponent)
Instantiates a new AdaptiveComponent.
|
AdaptiveComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
@NotNull Component defaultComponent)
Instantiates a new AdaptiveComponent.
|
CheckComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
Check check,
Component positive,
Component negative)
Instantiates a new CheckComponent.
|
CheckComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
Check check,
Component positive,
Component negative)
Instantiates a new CheckComponent.
|
ClickAnimationComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
@NotNull Component normal,
@NotNull Component clicked)
Instantiates a new ClickAnimationComponent.
|
ClickAnimationComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
@NotNull Component normal,
@NotNull Component clicked)
Instantiates a new ClickAnimationComponent.
|
Component(String id,
Action clickAction,
boolean hidden,
Interaction interaction)
Instantiates a new Component.
|
Component(String id,
Action clickAction,
boolean hidden,
Interaction interaction)
Instantiates a new Component.
|
CustomComponent(Interaction interaction)
Instantiates a new CustomComponent.
|
CustomComponent(Interaction interaction)
Instantiates a new CustomComponent.
|
DummyComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction)
Instantiates a new DummyComponent.
|
DummyComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction)
Instantiates a new DummyComponent.
|
GifComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
GifFrame[] gifFrames,
boolean pausedByDefault)
Instantiates a new GifComponent.
|
GifComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
GifFrame[] gifFrames,
boolean pausedByDefault)
Instantiates a new GifComponent.
|
GroupComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
List<Component> components)
Instantiates a new GroupComponent.
|
GroupComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
List<Component> components)
Instantiates a new GroupComponent.
|
HoverComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
@NotNull Component normal,
@NotNull Component hovered)
Instantiates a new HoverComponent.
|
HoverComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
@NotNull Component normal,
@NotNull Component hovered)
Instantiates a new HoverComponent.
|
HoverDetectorComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
Action onHoverEnter,
Action onHoverExit,
Component child)
Instantiates a new HoverDetectorComponent
|
HoverDetectorComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
Action onHoverEnter,
Action onHoverExit,
Component child)
Instantiates a new HoverDetectorComponent
|
ImageComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
BufferedImage image)
Instantiates a new ImageComponent.
|
ImageComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
BufferedImage image)
Instantiates a new ImageComponent.
|
ListComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
Function<Interaction,List<T>> itemListGenerator,
ListItemBuilder<T> itemComponentBuilder,
int pageSize,
int stepSize)
Instantiates a new ListComponent.
|
ListComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
Function<Interaction,List<T>> itemListGenerator,
ListItemBuilder<T> itemComponentBuilder,
int pageSize,
int stepSize)
Instantiates a new ListComponent.
|
ListComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
List<T> globalItemList,
ListItemBuilder<T> itemComponentBuilder,
int pageSize,
int stepSize)
Instantiates a new ListComponent.
|
ListComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
List<T> globalItemList,
ListItemBuilder<T> itemComponentBuilder,
int pageSize,
int stepSize)
Instantiates a new ListComponent.
|
PlaceholderTextComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
Font font,
String text,
Color color,
TextComponent.Alignment alignment)
Instantiates a new PlaceholderText component.
|
PlaceholderTextComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
Font font,
String text,
Color color,
TextComponent.Alignment alignment)
Instantiates a new PlaceholderText component.
|
RectangularComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
int width,
int height)
Instantiates a new RectangularComponent.
|
RectangularComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
int width,
int height)
Instantiates a new RectangularComponent.
|
RectComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
int width,
int height,
Color color)
Instantiates a new RectComponent
(same as
RectComponent.RectComponent(String, Action, boolean, Interaction, int, int, int, int, Color) with 0 border radius) |
RectComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
int width,
int height,
Color color)
Instantiates a new RectComponent
(same as
RectComponent.RectComponent(String, Action, boolean, Interaction, int, int, int, int, Color) with 0 border radius) |
RectComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
int width,
int height,
Color color,
int radius)
Instantiates a new RectComponent.
|
RectComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
int width,
int height,
Color color,
int radius)
Instantiates a new RectComponent.
|
RemoteImageComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
String imageUrl,
Component loading,
int x,
int y,
int width,
int height,
boolean dithering)
Instantiates a new Remote image component.
|
RemoteImageComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
String imageUrl,
Component loading,
int x,
int y,
int width,
int height,
boolean dithering)
Instantiates a new Remote image component.
|
TextComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
Font font,
String text,
Color color)
Instantiates a new TextComponent.
|
TextComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
Font font,
String text,
Color color)
Instantiates a new TextComponent.
|
TextComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
Font font,
String text,
Color color,
@NotNull TextComponent.Alignment alignment)
Instantiates a new TextComponent.
|
TextComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
Font font,
String text,
Color color,
@NotNull TextComponent.Alignment alignment)
Instantiates a new TextComponent.
|
TextInputComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
int width,
int height,
int padding,
Color backgroundColor,
Color backgroundColorActive,
Font font,
Color fontColor,
Color fontColorPlaceholder,
String placeHolder,
@NotNull String defaultInput,
InputHandler inputHandler,
boolean registerPlaceholder)
Instantiates a new TextInputComponent.
|
TextInputComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
int width,
int height,
int padding,
Color backgroundColor,
Color backgroundColorActive,
Font font,
Color fontColor,
Color fontColorPlaceholder,
String placeHolder,
@NotNull String defaultInput,
InputHandler inputHandler,
boolean registerPlaceholder)
Instantiates a new TextInputComponent.
|
ViewComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
Component defaultComponent,
List<Component> views)
Instantiates a new ViewComponent.
|
ViewComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
Component defaultComponent,
List<Component> views)
Instantiates a new ViewComponent.
|
Constructor and Description |
---|
ListComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
Function<Interaction,List<T>> itemListGenerator,
ListItemBuilder<T> itemComponentBuilder,
int pageSize,
int stepSize)
Instantiates a new ListComponent.
|
ListComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
Function<Interaction,List<T>> itemListGenerator,
ListItemBuilder<T> itemComponentBuilder,
int pageSize,
int stepSize)
Instantiates a new ListComponent.
|
Modifier and Type | Method and Description |
---|---|
Interaction |
InteractionDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Interaction |
InteractionDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Interaction |
InteractionDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctx) |
Interaction |
InteractionDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctx) |
Constructor and Description |
---|
InteractionDeserializer(Interaction interaction) |
InteractionDeserializer(Interaction interaction) |
Modifier and Type | Method and Description |
---|---|
Interaction |
GuiInteractionBeginEvent.getInteraction()
Gets the interaction the player joined.
|
Interaction |
GuiInteractionExitEvent.getInteraction()
Gets the interaction the player left.
|
Interaction |
GuiInteractionExitEvent.getInteraction()
Gets the interaction the player left.
|
Interaction |
GuiInteractionBeginEvent.getInteraction()
Gets the interaction the player joined.
|
Constructor and Description |
---|
GuiInteractionBeginEvent(Interaction interaction,
GuiInstance guiInstance,
org.bukkit.entity.Player player) |
GuiInteractionBeginEvent(Interaction interaction,
GuiInstance guiInstance,
org.bukkit.entity.Player player) |
GuiInteractionExitEvent(Interaction interaction,
GuiInstance guiInstance,
org.bukkit.entity.Player player) |
GuiInteractionExitEvent(Interaction interaction,
GuiInstance guiInstance,
org.bukkit.entity.Player player) |
Copyright © 2021. All rights reserved.