Package com.massivecraft.factions.util
Class RelationUtil
- java.lang.Object
-
- com.massivecraft.factions.util.RelationUtil
-
public class RelationUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RelationUtil()
-
Method Summary
Modifier and Type Method Description static java.lang.String
describeThatToMe(RelationParticipator that, RelationParticipator me)
static java.lang.String
describeThatToMe(RelationParticipator that, RelationParticipator me, boolean ucfirst)
static org.bukkit.ChatColor
getColorOfThatToMe(RelationParticipator that, RelationParticipator me)
static Faction
getFaction(RelationParticipator rp)
static Relation
getRelationTo(RelationParticipator me, RelationParticipator that)
static Relation
getRelationTo(RelationParticipator me, RelationParticipator that, boolean ignorePeaceful)
-
-
-
Method Detail
-
describeThatToMe
public static java.lang.String describeThatToMe(RelationParticipator that, RelationParticipator me, boolean ucfirst)
-
describeThatToMe
public static java.lang.String describeThatToMe(RelationParticipator that, RelationParticipator me)
-
getRelationTo
public static Relation getRelationTo(RelationParticipator me, RelationParticipator that)
-
getRelationTo
public static Relation getRelationTo(RelationParticipator me, RelationParticipator that, boolean ignorePeaceful)
-
getFaction
public static Faction getFaction(RelationParticipator rp)
-
getColorOfThatToMe
public static org.bukkit.ChatColor getColorOfThatToMe(RelationParticipator that, RelationParticipator me)
-
-