Interface ChatType
- All Superinterfaces:
CopyableEntity<ChatType>
,DeepComparableEntity
,MappedEntity
- All Known Implementing Classes:
StaticChatType
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChatType
decode
(NBT nbt, ClientVersion version, @Nullable TypesBuilderData data) static NBT
encode
(ChatType chatType, ClientVersion version) @UnknownNullability("only nullable for 1.19") ChatTypeDecoration
@UnknownNullability("only nullable for 1.19") ChatTypeDecoration
@Nullable ChatType.NarrationPriority
@Nullable ChatTypeDecoration
static ChatType
readDirect
(PacketWrapper<?> wrapper) static void
writeDirect
(PacketWrapper<?> wrapper, ChatType chatType) Methods inherited from interface com.github.retrooper.packetevents.protocol.mapper.CopyableEntity
copy
Methods inherited from interface com.github.retrooper.packetevents.protocol.mapper.DeepComparableEntity
deepEquals, deepHashCode
Methods inherited from interface com.github.retrooper.packetevents.protocol.mapper.MappedEntity
getId, getName, isRegistered
-
Method Details
-
getChatDecoration
@UnknownNullability("only nullable for 1.19") ChatTypeDecoration getChatDecoration() -
getOverlayDecoration
-
getNarrationDecoration
@UnknownNullability("only nullable for 1.19") ChatTypeDecoration getNarrationDecoration() -
getNarrationPriority
-
readDirect
-
writeDirect
-
decode
-
encode
-