sendStartLink()
sendStartLink
Method in MelodyManager
Class
sendStartLink
Method in MelodyManager
ClassThe sendStartLink
method is a part of the MelodyManager
class in the MelodyMine plugin. This method is used to send a start link to a player.
Method Signature
Parameters
Parameter
Type
Description
player
Player
The player to whom the start link is to be sent.
Usage
To use this method in another plugin, you need to import the MelodyManager
class and call the sendStartLink
method on its instance. Here is an example:
Make sure the player is online before calling this method, as it requires an active Player
object. If the player is offline, this method will not work as expected.
Last updated