Record Class PacketSample
java.lang.Object
java.lang.Record
net.minecraft.util.profiling.jfr.sample.PacketSample
- Record Components:
- side-
- protocolId-
- packetId-
- Mappings:
- Namespace - Name - named - net/minecraft/util/profiling/jfr/sample/PacketSample- intermediary - net/minecraft/class_6769- official - bpw- named - side- intermediary - comp_259- official - a- named - protocolId- intermediary - comp_260- official - b- named - packetId- intermediary - comp_261- official - c
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.static PacketSamplefromEvent(RecordedEvent event) final inthashCode()Returns a hash code value for this object.packetId()Returns the value of thepacketIdrecord component.Returns the value of theprotocolIdrecord component.side()Returns the value of thesiderecord component.final StringtoString()Returns a string representation of this record class.
- 
Field Details- 
sideThe field for thesiderecord component.
- 
protocolIdThe field for theprotocolIdrecord component.
- 
packetIdThe field for thepacketIdrecord component.
 
- 
- 
Constructor Details- 
PacketSample
 
- 
- 
Method Details- 
fromEvent- Mappings:
- Namespace - Name - Mixin selector - named - fromEvent- Lnet/minecraft/util/profiling/jfr/sample/PacketSample;fromEvent(Ljdk/jfr/consumer/RecordedEvent;)Lnet/minecraft/util/profiling/jfr/sample/PacketSample;- intermediary - method_39447- Lnet/minecraft/class_6769;method_39447(Ljdk/jfr/consumer/RecordedEvent;)Lnet/minecraft/class_6769;- official - a- Lbpw;a(Ljdk/jfr/consumer/RecordedEvent;)Lbpw;
 
- 
toStringReturns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
- 
hashCodepublic final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
- 
equalsIndicates 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).
- 
sideReturns the value of thesiderecord component.- Returns:
- the value of the siderecord component
 
- 
protocolIdReturns the value of theprotocolIdrecord component.- Returns:
- the value of the protocolIdrecord component
 
- 
packetIdReturns the value of thepacketIdrecord component.- Returns:
- the value of the packetIdrecord component
 
 
-