mirror of
https://github.com/veralol/VeraSpigotAPI.git
synced 2024-11-10 01:01:32 +01:00
Fix knockback
This commit is contained in:
parent
6cd53aaf79
commit
b1a11b3cc5
@ -12,9 +12,9 @@ public interface KnockbackProfile {
|
||||
|
||||
double getVerticalMax();
|
||||
|
||||
double getHorizontal();
|
||||
double getVertical();
|
||||
|
||||
double getVerticalLimit();
|
||||
double getHorizontal();
|
||||
|
||||
double getExtraVertical();
|
||||
|
||||
@ -49,7 +49,7 @@ public interface KnockbackProfile {
|
||||
|
||||
void setHorizontal(double horizontal);
|
||||
|
||||
void setVerticalLimit(double verticalLimit);
|
||||
void setVertical(double vertical);
|
||||
|
||||
void setExtraVertical(double extraVertical);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user