mirror of
https://github.com/veralol/VeraSpigotAPI.git
synced 2024-11-10 01:01:32 +01:00
Push final changes to knockback
This commit is contained in:
parent
e7f1e61312
commit
b4c9ea5415
@ -13,7 +13,7 @@ public interface KnockbackImplementation {
|
||||
|
||||
void setActiveKnockbackProfile(Player player, KnockbackProfile knockbackProfile);
|
||||
|
||||
void createKnockbackProfile(String name);
|
||||
KnockbackProfile createKnockbackProfile(String name);
|
||||
|
||||
class DEFAULT implements KnockbackImplementation {
|
||||
|
||||
@ -38,8 +38,8 @@ public interface KnockbackImplementation {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void createKnockbackProfile(String name) {
|
||||
|
||||
public KnockbackProfile createKnockbackProfile(String name) {
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user