Class PlaySoundAction
java.lang.Object
de.oliver.fancynpcs.api.actions.NpcAction
de.oliver.fancynpcs.api.actions.types.PlaySoundAction
-
Nested Class Summary
Nested classes/interfaces inherited from class 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 NpcAction
getName, requiresValue
-
Constructor Details
-
PlaySoundAction
public PlaySoundAction()
-
-
Method Details