Record Class ChunkRegionSample
java.lang.Object
java.lang.Record
net.minecraft.util.profiling.jfr.sample.ChunkRegionSample
- Record Components:
- level-
- dimension-
- x-
- z-
- Mappings:
- Namespace - Name - named - net/minecraft/util/profiling/jfr/sample/ChunkRegionSample- intermediary - net/minecraft/class_9234- official - bpr- named - level- intermediary - comp_2341- official - a- named - dimension- intermediary - comp_2342- official - b- named - x- intermediary - comp_2343- official - c- named - z- intermediary - comp_2344- official - d
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of thedimensionrecord component.final booleanIndicates whether some other object is "equal to" this one.static ChunkRegionSamplefromEvent(RecordedEvent event) final inthashCode()Returns a hash code value for this object.level()Returns the value of thelevelrecord component.final StringtoString()Returns a string representation of this record class.intx()Returns the value of thexrecord component.intz()Returns the value of thezrecord component.
- 
Field Details
- 
Constructor Details- 
ChunkRegionSample
 
- 
- 
Method Details- 
fromEvent- Mappings:
- Namespace - Name - Mixin selector - named - fromEvent- Lnet/minecraft/util/profiling/jfr/sample/ChunkRegionSample;fromEvent(Ljdk/jfr/consumer/RecordedEvent;)Lnet/minecraft/util/profiling/jfr/sample/ChunkRegionSample;- intermediary - method_56985- Lnet/minecraft/class_9234;method_56985(Ljdk/jfr/consumer/RecordedEvent;)Lnet/minecraft/class_9234;- official - a- Lbpr;a(Ljdk/jfr/consumer/RecordedEvent;)Lbpr;
 
- 
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='.
- 
levelReturns the value of thelevelrecord component.- Returns:
- the value of the levelrecord component
 
- 
dimensionReturns the value of thedimensionrecord component.- Returns:
- the value of the dimensionrecord component
 
- 
xpublic int x()Returns the value of thexrecord component.- Returns:
- the value of the xrecord component
 
- 
zpublic int z()Returns the value of thezrecord component.- Returns:
- the value of the zrecord component
 
 
-