Package net.minestom.server.command
Class ConsoleSender
java.lang.Object
net.minestom.server.command.ConsoleSender
- All Implemented Interfaces:
Audience,Identified,Pointered,CommandSender,PermissionHandler,Taggable,TagReadable,TagWritable
Represents the console when sending a command to the server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCasts this object to aConsoleSender.@NotNull Set<Permission>Returns all permissions associated to this handler.@NotNull Identityidentity()booleanGets if the sender is aConsoleSender.@NotNull Pointerspointers()voidsendMessage(@NotNull String message) Sends a raw string message.voidsendMessage(@NotNull Identity source, @NotNull Component message, @NotNull MessageType type) @NotNull TagHandlerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.kyori.adventure.audience.Audience
clearResourcePacks, clearTitle, deleteMessage, deleteMessage, filterAudience, forEachAudience, hideBossBar, openBook, openBook, playSound, playSound, playSound, removeResourcePacks, removeResourcePacks, removeResourcePacks, removeResourcePacks, resetTitle, sendActionBar, sendActionBar, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendPlayerListFooter, sendPlayerListFooter, sendPlayerListHeader, sendPlayerListHeader, sendPlayerListHeaderAndFooter, sendPlayerListHeaderAndFooter, sendResourcePacks, sendResourcePacks, sendResourcePacks, sendTitlePart, showBossBar, showTitle, stopSound, stopSoundMethods inherited from interface net.minestom.server.command.CommandSender
asPlayer, isPlayer, sendMessageMethods inherited from interface net.minestom.server.permission.PermissionHandler
addPermission, getPermission, hasPermission, hasPermission, hasPermission, removePermission, removePermissionMethods inherited from interface net.kyori.adventure.pointer.Pointered
get, getOrDefault, getOrDefaultFrom
-
Constructor Details
-
ConsoleSender
public ConsoleSender()
-
-
Method Details
-
sendMessage
Description copied from interface:CommandSenderSends a raw string message.- Specified by:
sendMessagein interfaceCommandSender- Parameters:
message- the message to send
-
sendMessage
public void sendMessage(@NotNull @NotNull Identity source, @NotNull @NotNull Component message, @NotNull @NotNull MessageType type) - Specified by:
sendMessagein interfaceAudience
-
getAllPermissions
Description copied from interface:PermissionHandlerReturns all permissions associated to this handler. The returned collection should be modified only by subclasses.- Specified by:
getAllPermissionsin interfacePermissionHandler- Returns:
- the permissions of this handler.
-
isConsole
public boolean isConsole()Description copied from interface:CommandSenderGets if the sender is aConsoleSender.Consider using
instanceofinstead.- Specified by:
isConsolein interfaceCommandSender- Returns:
- true if 'this' is the console, false otherwise
-
asConsole
Description copied from interface:CommandSenderCasts this object to aConsoleSender. No checks are performed,ClassCastExceptioncan very much happen.- Specified by:
asConsolein interfaceCommandSender- See Also:
-
tagHandler
- Specified by:
tagHandlerin interfaceTaggable
-
identity
- Specified by:
identityin interfaceIdentified
-
pointers
-