startCall()
startCall
Method in MelodyManager
Class
startCall
Method in MelodyManager
ClassThe startCall
method is used to initiate a call between two players in the MelodyMine plugin. This method sets up the call and sends a request to the target player.
Method Signature
Parameters
melodyPlayer
MelodyPlayer
The player who initiates the call.
targetPlayer
MelodyPlayer
The player who is the target of the call.
Example
Here is an example of how to use the startCall
method in another plugin:
In this example, the initiateCall
method in the ExamplePlugin
class retrieves the MelodyPlayer
instances for the initiator and target players using their UUIDs. It then uses the startCall
method of the MelodyManager
class to initiate a call between them. If the call is successfully initiated, a message is logged to the console. If one or both of the players are not found, a warning is logged instead.
Last updated