Record Class ServerTickTimeSample

java.lang.Object
java.lang.Record
net.minecraft.util.profiling.jfr.sample.ServerTickTimeSample
Record Components:
time -
averageTickMs -

public record ServerTickTimeSample(Instant time, Duration averageTickMs) extends Record
Mappings:
Namespace Name
official bab
intermediary net/minecraft/class_6532
named net/minecraft/util/profiling/jfr/sample/ServerTickTimeSample
official a
intermediary comp_52
named time
official b
intermediary comp_53
named averageTickMs
  • Field Details

    • time

      private final Instant time
      The field for the time record component.
    • averageTickMs

      private final Duration averageTickMs
      The field for the averageTickMs record component.
  • Constructor Details

    • ServerTickTimeSample

      public ServerTickTimeSample(Instant instant, Duration duration)
  • Method Details

    • fromEvent

      public static ServerTickTimeSample fromEvent(RecordedEvent event)
      Mappings:
      Namespace Name Mixin selector
      official a Lbab;a(Ljdk/jfr/consumer/RecordedEvent;)Lbab;
      intermediary method_38058 Lnet/minecraft/class_6532;method_38058(Ljdk/jfr/consumer/RecordedEvent;)Lnet/minecraft/class_6532;
      named fromEvent Lnet/minecraft/util/profiling/jfr/sample/ServerTickTimeSample;fromEvent(Ljdk/jfr/consumer/RecordedEvent;)Lnet/minecraft/util/profiling/jfr/sample/ServerTickTimeSample;
    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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 Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • time

      public Instant time()
      Returns the value of the time record component.
      Returns:
      the value of the time record component
    • averageTickMs

      public Duration averageTickMs()
      Returns the value of the averageTickMs record component.
      Returns:
      the value of the averageTickMs record component