Implement /f fly (#1023)
This commit is contained in:
@@ -261,6 +261,16 @@ public interface FPlayer extends EconomyParticipator {
|
||||
|
||||
public void setId(String id);
|
||||
|
||||
public boolean isFlying();
|
||||
|
||||
public void setFlying(boolean fly);
|
||||
|
||||
public void setFFlying(boolean fly, boolean damage);
|
||||
|
||||
public boolean canFlyAtLocation();
|
||||
|
||||
public boolean canFlyAtLocation(FLocation location);
|
||||
|
||||
// -------------------------------
|
||||
// Warmups
|
||||
// -------------------------------
|
||||
|
||||
Reference in New Issue
Block a user