Package net.minecraft.world.tick
Interface TickScheduler<T>
- All Known Subinterfaces:
- BasicTickScheduler<T>,- QueryableTickScheduler<T>
- All Known Implementing Classes:
- ChunkTickScheduler,- MultiTickScheduler,- SimpleTickScheduler,- WorldTickScheduler
public interface TickScheduler<T>
- Mappings:
- Namespace - Name - official - efv- intermediary - net/minecraft/class_6762- named - net/minecraft/world/tick/TickScheduler
- 
Method Summary
- 
Method Details- 
scheduleTick- Mappings:
- Namespace - Name - Mixin selector - official - a- Lefv;a(Left;)V- intermediary - method_39363- Lnet/minecraft/class_6762;method_39363(Lnet/minecraft/class_6760;)V- named - scheduleTick- Lnet/minecraft/world/tick/TickScheduler;scheduleTick(Lnet/minecraft/world/tick/OrderedTick;)V
 
- 
isQueued- Mappings:
- Namespace - Name - Mixin selector - official - a- Lefv;a(Lgu;Ljava/lang/Object;)Z- intermediary - method_8674- Lnet/minecraft/class_6762;method_8674(Lnet/minecraft/class_2338;Ljava/lang/Object;)Z- named - isQueued- Lnet/minecraft/world/tick/TickScheduler;isQueued(Lnet/minecraft/util/math/BlockPos;Ljava/lang/Object;)Z
 
- 
getTickCountint getTickCount()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lefv;a()I- intermediary - method_20825- Lnet/minecraft/class_6762;method_20825()I- named - getTickCount- Lnet/minecraft/world/tick/TickScheduler;getTickCount()I
 
 
-