Interface TimeSupplier

All Known Subinterfaces:
TimeSupplier.Nanoseconds
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TimeSupplier
Mappings:
Namespace Name
official aov
intermediary net/minecraft/class_7576
named net/minecraft/util/TimeSupplier
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    get(TimeUnit timeUnit)
     
  • Method Details

    • get

      long get(TimeUnit timeUnit)
      Mappings:
      Namespace Name Mixin selector
      official get Laov;get(Ljava/util/concurrent/TimeUnit;)J
      intermediary get Lnet/minecraft/class_7576;get(Ljava/util/concurrent/TimeUnit;)J
      named get Lnet/minecraft/util/TimeSupplier;get(Ljava/util/concurrent/TimeUnit;)J