Package me.totalfreedom.economy
Interface TransactionResult
public interface TransactionResult
A class that represents the result of a transaction
-
Method Summary
Modifier and TypeMethodDescriptionnet.kyori.adventure.text.Componentboolean
-
Method Details
-
getMessage
String getMessage() -
isSuccessful
boolean isSuccessful() -
getComponent
net.kyori.adventure.text.Component getComponent()
-