Interface LevelTicks.PosAndContainerConsumer<T>

Enclosing class:
LevelTicks<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface static interface LevelTicks.PosAndContainerConsumer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(long p_193289_, LevelChunkTicks<T> p_193290_)
     
  • Method Details