Interface ChatType
- All Superinterfaces:
CopyableEntity<ChatType>,DeepComparableEntity,MappedEntity
- All Known Implementing Classes:
StaticChatType
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionstatic ChatTypedecode(NBT nbt, ClientVersion version, @Nullable TypesBuilderData data) static NBTencode(ChatType chatType, ClientVersion version) @UnknownNullability("only nullable for 1.19") ChatTypeDecoration@UnknownNullability("only nullable for 1.19") ChatTypeDecoration@Nullable ChatType.NarrationPriority@Nullable ChatTypeDecorationstatic ChatTypereadDirect(PacketWrapper<?> wrapper) static voidwriteDirect(PacketWrapper<?> wrapper, ChatType chatType) Methods inherited from interface com.github.retrooper.packetevents.protocol.mapper.CopyableEntity
copyMethods inherited from interface com.github.retrooper.packetevents.protocol.mapper.DeepComparableEntity
deepEquals, deepHashCodeMethods 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
-