Interface DebugDataStore.EventConsumer<T>

Enclosing interface:
DebugDataStore
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 static interface DebugDataStore.EventConsumer<T>
Mappings:
Namespace Name
named net/minecraft/world/debug/DebugDataStore$EventConsumer
intermediary net/minecraft/class_12021$class_12022
official bvu$a
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T value, int remainingTime, int expiry)
     
  • Method Details

    • accept

      void accept(T value, int remainingTime, int expiry)
      Mappings:
      Namespace Name Mixin selector
      named accept Lnet/minecraft/world/debug/DebugDataStore$EventConsumer;accept(Ljava/lang/Object;II)V
      intermediary accept Lnet/minecraft/class_12021$class_12022;accept(Ljava/lang/Object;II)V
      official accept Lbvu$a;accept(Ljava/lang/Object;II)V