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