Package org.spongepowered.api.network
Interface RconConnection
- 
- All Superinterfaces:
- Audience,- Contextual,- Pointered,- RemoteConnection,- Subject
 
 public interface RconConnection extends Audience, RemoteConnection, Subject Represents a connection by an RCON client.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAuthorized()Gets whether this client is authorized.voidsetAuthorized(boolean authorized)Sets whether this client is authorized.- 
Methods inherited from interface net.kyori.adventure.audience.AudienceclearTitle, filterAudience, forEachAudience, hideBossBar, openBook, openBook, playSound, playSound, playSound, resetTitle, sendActionBar, sendActionBar, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendPlayerListFooter, sendPlayerListFooter, sendPlayerListHeader, sendPlayerListHeader, sendPlayerListHeaderAndFooter, sendPlayerListHeaderAndFooter, sendTitlePart, showBossBar, showTitle, stopSound, stopSound
 - 
Methods inherited from interface org.spongepowered.api.service.context.ContextualfriendlyIdentifier, identifier
 - 
Methods inherited from interface net.kyori.adventure.pointer.Pointeredget, getOrDefault, getOrDefaultFrom, pointers
 - 
Methods inherited from interface org.spongepowered.api.network.RemoteConnectionaddress, close, virtualHost
 - 
Methods inherited from interface org.spongepowered.api.service.permission.SubjectassociatedObject, asSubjectReference, containingCollection, contextCause, hasPermission, hasPermission, hasPermission, isChildOf, isChildOf, isChildOf, isSubjectDataPersisted, option, option, option, parents, parents, parents, permissionValue, permissionValue, permissionValue, subjectData, transientSubjectData
 
- 
 
-