Record Class TrackedWaypointPacket.Icon
java.lang.Object
java.lang.Record
net.minestom.server.network.packet.server.play.TrackedWaypointPacket.Icon
- Enclosing class:
TrackedWaypointPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TrackedWaypointPacket.Iconstatic final Keystatic final NetworkBuffer.Type<TrackedWaypointPacket.Icon> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolor()Returns the value of thecolorrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.style()Returns the value of thestylerecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
DEFAULT_STYLE
-
DEFAULT
-
NETWORK_TYPE
-
-
Constructor Details
-
Icon
-
Icon
-
-
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 withObjects::equals(Object,Object). -
style
Returns the value of thestylerecord component.- Returns:
- the value of the
stylerecord component
-
color
-