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 TypeMethodDescriptionidentity()
pointers()
void
sendMessage
(String message) Sends a raw string message.void
sendMessage
(Identity source, Component message, MessageType type) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.kyori.adventure.audience.Audience
clearResourcePacks, clearTitle, closeDialog, 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, showDialog, showTitle, stopSound, stopSound
Methods inherited from interface net.minestom.server.command.CommandSender
sendMessage
Methods inherited from interface net.kyori.adventure.pointer.Pointered
get, getOrDefault, getOrDefaultFrom
Methods 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:CommandSender
Sends a raw string message.- Specified by:
sendMessage
in interfaceCommandSender
- Parameters:
message
- the message to send
-
sendMessage
- Specified by:
sendMessage
in interfaceAudience
-
tagHandler
- Specified by:
tagHandler
in interfaceTaggable
-
identity
- Specified by:
identity
in interfaceIdentified
-
pointers
-