Class WrapperPlayServerDeleteChatMessage
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.clientbound.WrapperPlayServerDeleteChatMessage
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.comphenix.protocol.PacketType
The packet type that is wrapped by this wrapper.Fields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new wrapper and initialize it with a packet handle with default valuesWrapperPlayServerDeleteChatMessage
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Modifier and TypeMethodDescriptioncom.comphenix.protocol.events.InternalStructure
Retrieves the value of field 'messageSignature' ProtocolLib currently does not provide a wrapper for this type.void
setMessageSignatureInternal
(com.comphenix.protocol.events.InternalStructure value) Sets the value of field 'messageSignature' ProtocolLib currently does not provide a wrapper for this type.Methods inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
broadcastPacket, equals, getHandle, hashCode, receivePacket, sendPacket
-
Field Details
-
TYPE
public static final com.comphenix.protocol.PacketType TYPEThe packet type that is wrapped by this wrapper.
-
-
Constructor Details
-
WrapperPlayServerDeleteChatMessage
public WrapperPlayServerDeleteChatMessage()Constructs a new wrapper and initialize it with a packet handle with default values -
WrapperPlayServerDeleteChatMessage
public WrapperPlayServerDeleteChatMessage(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getMessageSignatureInternal
public com.comphenix.protocol.events.InternalStructure getMessageSignatureInternal()Retrieves the value of field 'messageSignature' ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure- Returns:
- 'messageSignature'
-
setMessageSignatureInternal
public void setMessageSignatureInternal(com.comphenix.protocol.events.InternalStructure value) Sets the value of field 'messageSignature' ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure- Parameters:
value
- New value for field 'messageSignature'
-