Interface TimeSupplier.Nanoseconds

All Superinterfaces:
LongSupplier, TimeSupplier
Enclosing interface:
TimeSupplier

public static interface TimeSupplier.Nanoseconds extends TimeSupplier, LongSupplier
Mappings:
Namespace Name
named net/minecraft/util/TimeSupplier$Nanoseconds
intermediary net/minecraft/class_7576$class_7577
official azy$a
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.minecraft.util.TimeSupplier

    TimeSupplier.Nanoseconds
  • Method Summary

    Modifier and Type
    Method
    Description
    default long
    get(TimeUnit timeUnit)
     

    Methods inherited from interface java.util.function.LongSupplier

    getAsLong
  • Method Details

    • get

      default long get(TimeUnit timeUnit)
      Specified by:
      get in interface TimeSupplier
      Mappings:
      Namespace Name Mixin selector
      named get Lnet/minecraft/util/TimeSupplier;get(Ljava/util/concurrent/TimeUnit;)J
      intermediary get Lnet/minecraft/class_7576;get(Ljava/util/concurrent/TimeUnit;)J
      official get Lazy;get(Ljava/util/concurrent/TimeUnit;)J