Uses of Class
com.comphenix.packetwrapper.wrappers.data.WrappedLastSeenMessagesUpdate
Packages that use WrappedLastSeenMessagesUpdate
Package
Description
-
Uses of WrappedLastSeenMessagesUpdate in com.comphenix.packetwrapper.wrappers.data
Fields in com.comphenix.packetwrapper.wrappers.data with type parameters of type WrappedLastSeenMessagesUpdateModifier and TypeFieldDescriptionstatic final com.comphenix.protocol.reflect.EquivalentConverter<WrappedLastSeenMessagesUpdate>
WrappedLastSeenMessagesUpdate.CONVERTER
-
Uses of WrappedLastSeenMessagesUpdate in com.comphenix.packetwrapper.wrappers.play.serverbound
Methods in com.comphenix.packetwrapper.wrappers.play.serverbound that return WrappedLastSeenMessagesUpdateModifier and TypeMethodDescriptionWrapperPlayClientChat.getLastSeenMessages()
Retrieves the value of field 'lastSeenMessages'WrapperPlayClientChatCommand.getLastSeenMessages()
Retrieves the value of field 'lastSeenMessages'Methods in com.comphenix.packetwrapper.wrappers.play.serverbound with parameters of type WrappedLastSeenMessagesUpdateModifier and TypeMethodDescriptionvoid
WrapperPlayClientChat.setLastSeenMessages
(WrappedLastSeenMessagesUpdate value) Sets the value of field 'lastSeenMessages'void
WrapperPlayClientChatCommand.setLastSeenMessages
(WrappedLastSeenMessagesUpdate value) Sets the value of field 'lastSeenMessages'