Class WrapperPlayServerCustomChatCompletions
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.clientbound.WrapperPlayServerCustomChatCompletions
-
Nested Class Summary
Nested Classes -
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 valuesWrapperPlayServerCustomChatCompletions
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the value of field 'action'com.comphenix.protocol.events.InternalStructure
Deprecated.Retrieves the value of field 'entries'void
Sets the value of field 'action'void
setActionInternal
(com.comphenix.protocol.events.InternalStructure value) Deprecated.void
setEntries
(List<String> value) Sets the value of field 'entries'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
-
WrapperPlayServerCustomChatCompletions
public WrapperPlayServerCustomChatCompletions()Constructs a new wrapper and initialize it with a packet handle with default values -
WrapperPlayServerCustomChatCompletions
public WrapperPlayServerCustomChatCompletions(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getActionInternal
Deprecated.Retrieves the value of field 'action' ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure- Returns:
- 'action'
-
setActionInternal
Deprecated.Sets the value of field 'action' 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 'action'
-
getAction
Retrieves the value of field 'action'- Returns:
- 'action'
-
setAction
Sets the value of field 'action'- Parameters:
value
- New value for field 'action'
-
getEntries
Retrieves the value of field 'entries'- Returns:
- 'entries'
-
setEntries
Sets the value of field 'entries'- Parameters:
value
- New value for field 'entries'
-