Class WrapperPlayServerClearTitles
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.clientbound.WrapperPlayServerClearTitles
-
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 valuesWrapperPlayServerClearTitles
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Retrieves the value of field 'resetTimes'void
setResetTimes
(boolean value) Sets the value of field 'resetTimes'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
-
WrapperPlayServerClearTitles
public WrapperPlayServerClearTitles()Constructs a new wrapper and initialize it with a packet handle with default values -
WrapperPlayServerClearTitles
public WrapperPlayServerClearTitles(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getResetTimes
public boolean getResetTimes()Retrieves the value of field 'resetTimes'- Returns:
- 'resetTimes'
-
setResetTimes
public void setResetTimes(boolean value) Sets the value of field 'resetTimes'- Parameters:
value
- New value for field 'resetTimes'
-