| Interface | Description |
|---|---|
| Action |
A functional interface defining an action performed for a player in the context of an
Interaction. |
| Class | Description |
|---|---|
| CheckAction |
The CheckAction performs different actions depending on whether a check passes.
|
| CommandAction |
The CommandAction executes a command.
|
| DelayAction |
The DelayAction executes its child actions after a certain amount of ticks
|
| GifControlAction |
The GifControlAction changes whether a
GifComponent is paused or not
for a player. |
| ListAction |
The ListAction executes multiple actions in sequence.
|
| MessageAction |
The MessageAction sends a message.
|
| ViewChangeAction |
The ViewChangeAction changes which components is displayed by a
ViewComponent to a certain player. |
| VisibilityAction |
The VisibilityAction changes the visibility of a component.
|
Copyright © 2021. All rights reserved.