Class SendToServerAction
java.lang.Object
de.oliver.fancynpcs.api.actions.NpcAction
de.oliver.fancynpcs.api.actions.types.SendToServerAction
The SendToServerAction class is a subclass of NpcAction that represents an action
to send data to the server using BungeeCord messaging.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.oliver.fancynpcs.api.actions.NpcAction
NpcAction.NpcActionData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(@NotNull ActionExecutionContext context, String value) Executes the action associated with this NpcAction.Methods inherited from class de.oliver.fancynpcs.api.actions.NpcAction
getName, requiresValue
-
Constructor Details
-
SendToServerAction
public SendToServerAction()
-
-
Method Details