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 enm
intermediary net/minecraft/class_6762
named net/minecraft/world/tick/TickScheduler
-
Method Summary
-
Method Details
-
scheduleTick
- Mappings:
Namespace Name Mixin selector official a
Lenm;a(Lenk;)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
Lenm;a(Lhx;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
-
getTickCount
int getTickCount()- Mappings:
Namespace Name Mixin selector official a
Lenm;a()I
intermediary method_20825
Lnet/minecraft/class_6762;method_20825()I
named getTickCount
Lnet/minecraft/world/tick/TickScheduler;getTickCount()I
-