Package net.orbyfied.j8.command
Interface Sender
public interface Sender
A command sender of any internal type,
based on the implementation.
-
Method Summary
Modifier and TypeMethodDescriptiondefault <T> Tas()booleanhasPermission(String perm) default booleanvoidsendMessage(net.md_5.bungee.api.chat.BaseComponent[] components) unwrap()
-
Method Details
-
sendMessage
void sendMessage(net.md_5.bungee.api.chat.BaseComponent[] components) -
hasPermission
-
is
-
as
default <T> T as() -
unwrap
Object unwrap()
-