mirror of
https://github.com/veralol/VeraSpigotAPI.git
synced 2024-11-10 01:01:32 +01:00
More kb options
This commit is contained in:
parent
be065961ba
commit
2ebbd91a79
@ -4,9 +4,13 @@ public interface KnockbackProfile {
|
|||||||
|
|
||||||
String getName();
|
String getName();
|
||||||
|
|
||||||
double getFriction();
|
double getHorizontalFriction();
|
||||||
|
|
||||||
double getVertical();
|
double getVerticalFriction();
|
||||||
|
|
||||||
|
double getVerticalMin();
|
||||||
|
|
||||||
|
double getVerticalMax();
|
||||||
|
|
||||||
double getHorizontal();
|
double getHorizontal();
|
||||||
|
|
||||||
@ -40,6 +44,7 @@ public interface KnockbackProfile {
|
|||||||
|
|
||||||
Integer getPotionTicks();
|
Integer getPotionTicks();
|
||||||
|
|
||||||
|
|
||||||
void setName(String name);
|
void setName(String name);
|
||||||
|
|
||||||
void setFriction(double friction);
|
void setFriction(double friction);
|
||||||
@ -78,4 +83,8 @@ public interface KnockbackProfile {
|
|||||||
|
|
||||||
void setPotionTicks(Integer potionTicks);
|
void setPotionTicks(Integer potionTicks);
|
||||||
|
|
||||||
|
void setVerticalMin(double verticalMin);
|
||||||
|
|
||||||
|
void setVerticalMax(double verticalMax);
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user