Record Class ClearTitlesPacket
java.lang.Object
java.lang.Record
net.minestom.server.network.packet.server.play.ClearTitlesPacket
- All Implemented Interfaces:
SendablePacket
,ServerPacket
,ServerPacket.Play
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minestom.server.network.packet.server.ServerPacket
ServerPacket.ComponentHolding, ServerPacket.Configuration, ServerPacket.Login, ServerPacket.Play, ServerPacket.Status
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionClearTitlesPacket
(boolean reset) Creates an instance of aClearTitlesPacket
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.boolean
reset()
Returns the value of thereset
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
SERIALIZER
-
-
Constructor Details
-
ClearTitlesPacket
public ClearTitlesPacket(boolean reset) Creates an instance of aClearTitlesPacket
record class.- Parameters:
reset
- the value for thereset
record component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with thecompare
method from their corresponding wrapper classes. -
reset
public boolean reset()Returns the value of thereset
record component.- Returns:
- the value of the
reset
record component
-