Package com.massivecraft.factions.iface
Interface EconomyParticipator
-
- All Superinterfaces:
RelationParticipator
- All Known Implementing Classes:
JSONFaction,JSONFPlayer,MemoryFaction,MemoryFPlayer
public interface EconomyParticipator extends RelationParticipator
-
-
Method Summary
Modifier and Type Method Description java.lang.StringgetAccountId()voidmsg(TL translation, java.lang.Object... args)voidmsg(java.lang.String str, java.lang.Object... args)-
Methods inherited from interface com.massivecraft.factions.iface.RelationParticipator
describeTo, describeTo, getColorTo, getRelationTo, getRelationTo
-
-
-
-
Method Detail
-
getAccountId
java.lang.String getAccountId()
-
msg
void msg(java.lang.String str, java.lang.Object... args)
-
msg
void msg(TL translation, java.lang.Object... args)
-
-