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$ChunkVisitor- intermediary - net/minecraft/class_6757$class_6758- official - fcq$a
- 
Method SummaryModifier and TypeMethodDescriptionvoidaccept(long chunkPos, ChunkTickScheduler<T> chunkTickScheduler) 
- 
Method Details- 
accept- Mappings:
- Namespace - Name - Mixin selector - named - accept- Lnet/minecraft/world/tick/WorldTickScheduler$ChunkVisitor;accept(JLnet/minecraft/world/tick/ChunkTickScheduler;)V- intermediary - accept- Lnet/minecraft/class_6757$class_6758;accept(JLnet/minecraft/class_6755;)V- official - accept- Lfcq$a;accept(JLfco;)V
 
 
-