trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-core
/
de.connect2x.trixnity.core.model.events.block
/
EventContentBlocks
Event
Content
Blocks
@
JvmInline
value
class
EventContentBlocks
Members
Constructors
Event
Content
Blocks
Link copied to clipboard
constructor
(
blocks
:
Set
<
EventContentBlock
>
)
constructor
(
vararg
blocks
:
EventContentBlock
)
Types
Serializer
Link copied to clipboard
class
Serializer
(
mappings
:
Set
<
EventContentBlockSerializerMapping
<
*
>
>
)
:
KSerializer
<
EventContentBlocks
>
Properties
size
Link copied to clipboard
val
size
:
Int
types
Link copied to clipboard
val
types
:
Set
<
EventContentBlock.Type
<
*
>
>
values
Link copied to clipboard
val
values
:
Collection
<
EventContentBlock
>
Functions
contains
Link copied to clipboard
fun
contains
(
block
:
EventContentBlock
)
:
Boolean
contains
Type
Link copied to clipboard
fun
containsType
(
key
:
EventContentBlock.Type
<
*
>
)
:
Boolean
get
Link copied to clipboard
operator
fun
<
T
:
EventContentBlock
>
get
(
type
:
EventContentBlock.Type
<
T
>
)
:
T
?
get
Unknown
Link copied to clipboard
fun
getUnknown
(
type
:
String
)
:
EventContentBlock.Unknown
?
is
Empty
Link copied to clipboard
fun
isEmpty
(
)
:
Boolean
minus
Link copied to clipboard
operator
fun
minus
(
other
:
EventContentBlock
)
:
EventContentBlocks
plus
Link copied to clipboard
operator
fun
plus
(
other
:
EventContentBlock
)
:
EventContentBlocks