File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
core/src/main/java/com/wizardlybump17/wlib/command/sender Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 33import com .wizardlybump17 .wlib .util .bukkit .collector .ComponentCollector ;
44import net .kyori .adventure .text .Component ;
55import net .kyori .adventure .text .ComponentLike ;
6+ import org .bukkit .Bukkit ;
67import org .bukkit .command .BlockCommandSender ;
78import org .bukkit .command .ConsoleCommandSender ;
89import org .bukkit .entity .Entity ;
1617
1718public class BukkitCommandSender implements CommandSender <org .bukkit .command .CommandSender > {
1819
20+ public static final @ NotNull BukkitCommandSender CONSOLE = new BukkitCommandSender (Bukkit .getConsoleSender ());
21+
1922 private final @ NotNull org .bukkit .command .CommandSender handle ;
2023
2124 public BukkitCommandSender (@ NotNull org .bukkit .command .CommandSender handle ) {
You can’t perform that action at this time.
0 commit comments