Class ButtonWrapper
java.lang.Object
com.hypherionmc.simplerpc.api.rpc.ButtonWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.firstdark.rpc.models.DiscordRichPresence.RPCButtonConvert the button to an RPC button, and parse any placeholders that might be present
-
Constructor Details
-
ButtonWrapper
public ButtonWrapper()
-
-
Method Details
-
rpcButton
public dev.firstdark.rpc.models.DiscordRichPresence.RPCButton rpcButton()Convert the button to an RPC button, and parse any placeholders that might be present- Returns:
- A ready to use
DiscordRichPresence.RPCButton
-