Initial Release Commit

Standard Feature Placement.
This commit is contained in:
Driftay
2019-05-19 16:09:00 -04:00
parent 23b92e1246
commit 06e7eaf572
25 changed files with 314 additions and 17 deletions

View File

@@ -26,6 +26,11 @@ import java.util.List;
public interface FPlayer extends EconomyParticipator {
public void setAlt(boolean alt);
public boolean isAlt();
/**
* Used to know if stealth is toggled on or off
*
@@ -62,7 +67,7 @@ public interface FPlayer extends EconomyParticipator {
*
* @param faction faction to set.
*/
void setFaction(Faction faction);
void setFaction(Faction faction, boolean alt);
/**
* Gets the faction ID of the player.