Console Sender
The sender for the org.kryptonmc.api.Server. This is the sender that is used by the console.
This purely exists so it can be is
checked if necessary, to determine whether a given Sender is the console or not.
Functions
Link copied to clipboard
Converts this subject to its equivalent Adventure permission checker.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@NotNull
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Gets the value for the given permission.
Link copied to clipboard
Checks if this subject has the given permission.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun sendMessage(@NotNull signedMessage: @NotNull SignedMessage, boundChatType: @NotNull ChatType.Bound)
open fun sendMessage(@NotNull source: @NotNull Identified, @NotNull message: @NotNull ComponentLike)
@ApiStatus.ScheduledForRemoval(inVersion = "5.0.0" )
@ApiStatus.ScheduledForRemoval(inVersion = "5.0.0" )
open fun sendMessage(@NotNull message: @NotNull ComponentLike, boundChatType: @NotNull ChatType.Bound)
@ApiStatus.ScheduledForRemoval(inVersion = "5.0.0" )
@ApiStatus.ScheduledForRemoval(inVersion = "5.0.0" )
@ApiStatus.ScheduledForRemoval(inVersion = "5.0.0" )
@ApiStatus.ScheduledForRemoval(inVersion = "5.0.0" )
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun sendPlayerListHeaderAndFooter(@NotNull header: @NotNull Component, @NotNull footer: @NotNull Component)
open fun sendPlayerListHeaderAndFooter(@NotNull header: @NotNull ComponentLike, @NotNull footer: @NotNull ComponentLike)
Link copied to clipboard
Link copied to clipboard