Template
mirror of
https://github.com/LOOHP/Limbo.git
synced 2026-09-06 11:48:54 +00:00
Use Adventure Key replacing NamespacedKey
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
|
||||
package com.loohp.limbo.commands;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
import net.kyori.adventure.audience.Audience;
|
||||
import net.kyori.adventure.audience.MessageType;
|
||||
import net.kyori.adventure.bossbar.BossBar;
|
||||
@@ -32,6 +30,8 @@ import net.kyori.adventure.text.Component;
|
||||
import net.kyori.adventure.title.TitlePart;
|
||||
import net.md_5.bungee.api.chat.BaseComponent;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
public interface CommandSender extends Audience {
|
||||
|
||||
void sendMessage(BaseComponent[] component, UUID uuid);
|
||||
|
||||
Reference in New Issue
Block a user