Added new sendTitle overload
This commit is contained in:
parent
cad689a542
commit
6a456c20e8
1 changed files with 6 additions and 0 deletions
|
@ -1507,4 +1507,10 @@ public class DiscordPlayerSender extends DiscordSenderBase implements Player {
|
||||||
public Set<String> getListeningPluginChannels() {
|
public Set<String> getListeningPluginChannels() {
|
||||||
return player.getListeningPluginChannels();
|
return player.getListeningPluginChannels();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void sendTitle(String arg0, String arg1, int arg2, int arg3, int arg4) {
|
||||||
|
player.sendTitle(arg0, arg1, arg2, arg3, arg4);
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue