adding new stuff
This commit is contained in:
@@ -237,6 +237,10 @@ public interface FPlayer extends EconomyParticipator {
|
||||
|
||||
public boolean attemptClaim(Faction forFaction, FLocation location, boolean notifyFailure);
|
||||
|
||||
public void setInVault(boolean status);
|
||||
|
||||
public boolean isInVault();
|
||||
|
||||
public void msg(String str, Object... args);
|
||||
|
||||
public String getId();
|
||||
@@ -275,6 +279,15 @@ public interface FPlayer extends EconomyParticipator {
|
||||
|
||||
public boolean canFlyAtLocation(FLocation location);
|
||||
|
||||
public boolean isEnteringPassword();
|
||||
|
||||
public void setEnteringPassword(boolean toggle, String warp);
|
||||
|
||||
public String getEnteringWarp();
|
||||
|
||||
public boolean checkIfNearbyEnemies();
|
||||
|
||||
|
||||
// -------------------------------
|
||||
// Warmups
|
||||
// -------------------------------
|
||||
@@ -289,4 +302,4 @@ public interface FPlayer extends EconomyParticipator {
|
||||
|
||||
public void clearWarmup();
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user