Don't take fall damage after flying

This commit is contained in:
Trent Hensler
2018-03-04 17:27:48 -08:00
parent 055adf2e9e
commit 07eb3756e4
4 changed files with 48 additions and 2 deletions

View File

@@ -55,6 +55,10 @@ public interface FPlayer extends EconomyParticipator {
public void setRole(Role role);
public boolean shouldTakeFallDamage();
public void setTakeFallDamage(boolean fallDamage);
public double getPowerBoost();
public void setPowerBoost(double powerBoost);