Giving Credit
This commit is contained in:
@@ -4,6 +4,10 @@ import com.massivecraft.factions.zcore.util.TL;
|
||||
|
||||
public interface EconomyParticipator extends RelationParticipator {
|
||||
|
||||
/**
|
||||
* @author FactionsUUID Team
|
||||
*/
|
||||
|
||||
String getAccountId();
|
||||
|
||||
void msg(String str, Object... args);
|
||||
|
||||
@@ -5,6 +5,10 @@ import org.bukkit.ChatColor;
|
||||
|
||||
public interface RelationParticipator {
|
||||
|
||||
/**
|
||||
* @author FactionsUUID Team
|
||||
*/
|
||||
|
||||
String describeTo(RelationParticipator that);
|
||||
|
||||
String describeTo(RelationParticipator that, boolean ucfirst);
|
||||
|
||||
Reference in New Issue
Block a user