Package net.minecraft.world.tick
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.
- Mappings:
Namespace Name official enh$a
intermediary net/minecraft/class_6757$class_6758
named net/minecraft/world/tick/WorldTickScheduler$ChunkVisitor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(long chunkPos, ChunkTickScheduler<T> chunkTickScheduler)
-
Method Details
-
accept
- Mappings:
Namespace Name Mixin selector official accept
Lenh$a;accept(JLenf;)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
-