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 named net/minecraft/world/tick/WorldTickScheduler$ChunkVisitorintermediary net/minecraft/class_6757$class_6758official fkh$a
- 
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(long chunkPos, ChunkTickScheduler<T> chunkTickScheduler)  
- 
Method Details
- 
accept
- Mappings:
 Namespace Name Mixin selector named acceptLnet/minecraft/world/tick/WorldTickScheduler$ChunkVisitor;accept(JLnet/minecraft/world/tick/ChunkTickScheduler;)Vintermediary acceptLnet/minecraft/class_6757$class_6758;accept(JLnet/minecraft/class_6755;)Vofficial acceptLfkh$a;accept(JLfkf;)V
 
 -