Package-level declarations

Types

Link copied to clipboard
class ChannelAlreadyActiveException(val playerId: UUID, val channelId: String) : Exception
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ChannelMemberAlreadyException(playerId: UUID, val channelId: String) : Exception
Link copied to clipboard
class ChannelMemberLimitExceededException(val channelId: String, val limit: Int) : Exception
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ChannelNotMemberException(playerId: UUID, channelId: String) : Exception
Link copied to clipboard
class ChannelPlayerAlreadyBannedException(val playerId: UUID, val channelId: String) : Exception
Link copied to clipboard
class ChannelPlayerBannedException(playerId: UUID, val channelId: String) : Exception
Link copied to clipboard
class ChannelPlayerBypassBanException(playerId: UUID, val channelId: String) : Exception
Link copied to clipboard
class ChannelPlayerBypassKickException(playerId: UUID, val channelId: String) : Exception
Link copied to clipboard
class ChannelPlayerNotBannedException(playerId: UUID, val channelId: String) : Exception
class ChannelPrivateRequiresInvitationException(val playerId: UUID, val channelId: String) : Exception
Link copied to clipboard
class ChannelRuntimeException(message: String, cause: Throwable? = null) : Exception
Link copied to clipboard
class ChannelStorageLoadException(message: String, cause: Throwable? = null) : Exception

Exception thrown when there is an error loading channel storage.

Link copied to clipboard
class ChannelStorageSaveException(message: String, cause: Throwable? = null) : Exception

Exception thrown when there is an error saving channel storage.

Link copied to clipboard

Exception thrown when required permissions are missing.