Package net.minestom.server.command
Class ConsoleSender
java.lang.Object
net.minestom.server.command.ConsoleSender
- All Implemented Interfaces:
Audience,Identified,Pointered,CommandSender,Taggable,TagReadable,TagWritable
Represents the console when sending a command to the server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Identityidentity()@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, 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
sendMessageMethods inherited from interface net.kyori.adventure.pointer.Pointered
get, getOrDefault, getOrDefaultFromMethods inherited from interface net.minestom.server.tag.Taggable
getAndSetTag, getAndUpdateTag, getTag, hasTag, removeTag, setTag, updateAndGetTag, updateTag
-
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
-
tagHandler
- Specified by:
tagHandlerin interfaceTaggable
-
identity
- Specified by:
identityin interfaceIdentified
-
pointers
-