mirror of
https://github.com/veralol/VeraSpigotAPI.git
synced 2024-11-10 01:01:32 +01:00
more implementations
This commit is contained in:
parent
006bf11639
commit
a1081861c1
@ -8,6 +8,8 @@ public interface ApiImplementation {
|
||||
|
||||
KnockbackProfile getKnockbackProfile(String name);
|
||||
|
||||
void setActiveKnockbackProfile(KnockbackProfile knockbackProfile);
|
||||
|
||||
class DEFAULT implements ApiImplementation {
|
||||
|
||||
@Override
|
||||
@ -20,6 +22,11 @@ public interface ApiImplementation {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setActiveKnockbackProfile(KnockbackProfile knockbackProfile) {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user