Newline at end of file
This commit is contained in:
parent
2f96e747b5
commit
6599aac488
@ -1,7 +1,6 @@
|
||||
package com.massivecraft.factions;
|
||||
|
||||
|
||||
public interface EconomyParticipator extends RelationParticipator
|
||||
{
|
||||
public boolean msg(String msg, Object... args);
|
||||
}
|
||||
}
|
||||
|
@ -42,4 +42,4 @@ public class FactionEqualsPredicate implements Predicate<CommandSender>, Seriali
|
||||
return this.factionId.equals(mplayer.getFactionId());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -39,4 +39,4 @@ public class BoardAdapter implements JsonDeserializer<Board>, JsonSerializer<Boa
|
||||
return context.serialize(src.getMap(), Board.MAP_TYPE);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -66,4 +66,4 @@ public class BoardMapAdapter implements JsonDeserializer<Map<PS, TerritoryAccess
|
||||
return ret;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -113,4 +113,4 @@ public class TerritoryAccessAdapter implements JsonDeserializer<TerritoryAccess>
|
||||
return obj;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -34,4 +34,4 @@ public class EventFactionsCreate extends EventFactionsAbstractSender
|
||||
this.factionName = factionName;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -42,4 +42,4 @@ public class EventFactionsInvitedChange extends EventFactionsAbstractSender
|
||||
this.newInvited = newInvited;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -79,4 +79,4 @@ public class EventFactionsMembershipChange extends EventFactionsAbstractSender
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -43,4 +43,4 @@ public class EventFactionsRelationChange extends EventFactionsAbstractSender
|
||||
this.newRelation = newRelation;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -49,4 +49,3 @@ public class MiscUtil
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user