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 official blointermediary net/minecraft/class_9234named net/minecraft/util/profiling/jfr/sample/ChunkRegionSampleofficial aintermediary comp_2341named levelofficial bintermediary comp_2342named dimensionofficial cintermediary comp_2343named xofficial dintermediary comp_2344named z
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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 official aLblo;a(Ljdk/jfr/consumer/RecordedEvent;)Lblo;intermediary method_56985Lnet/minecraft/class_9234;method_56985(Ljdk/jfr/consumer/RecordedEvent;)Lnet/minecraft/class_9234;named fromEventLnet/minecraft/util/profiling/jfr/sample/ChunkRegionSample;fromEvent(Ljdk/jfr/consumer/RecordedEvent;)Lnet/minecraft/util/profiling/jfr/sample/ChunkRegionSample;
-
toString
Returns 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. -
hashCode
public 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. -
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
level
Returns the value of thelevelrecord component.- Returns:
- the value of the
levelrecord component
-
dimension
Returns the value of thedimensionrecord component.- Returns:
- the value of the
dimensionrecord component
-
x
public int x()Returns the value of thexrecord component.- Returns:
- the value of the
xrecord component
-
z
public int z()Returns the value of thezrecord component.- Returns:
- the value of the
zrecord component
-