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