Interface WorldTickScheduler.ChunkVisitor<T>

Enclosing class:
WorldTickScheduler<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 private static interface WorldTickScheduler.ChunkVisitor<T>
Mappings:
Namespace Name
official ebl$a
intermediary net/minecraft/class_6757$class_6758
named net/minecraft/world/tick/WorldTickScheduler$ChunkVisitor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(long chunkPos, ChunkTickScheduler<T> chunkTickScheduler)
     
  • Method Details

    • accept

      void accept(long chunkPos, ChunkTickScheduler<T> chunkTickScheduler)
      Mappings:
      Namespace Name Mixin selector
      official accept Lebl$a;accept(JLebj;)V
      intermediary accept Lnet/minecraft/class_6757$class_6758;accept(JLnet/minecraft/class_6755;)V
      named accept Lnet/minecraft/world/tick/WorldTickScheduler$ChunkVisitor;accept(JLnet/minecraft/world/tick/ChunkTickScheduler;)V