Package net.minecraft.world
Interface TickScheduler<T>
- All Known Implementing Classes:
ChunkTickScheduler,DummyClientTickScheduler,MultiTickScheduler,ServerTickScheduler,SimpleTickScheduler
public interface TickScheduler<T>
- Mappings:
Namespace Name official bunintermediary net/minecraft/class_1951named net/minecraft/world/TickScheduler
-
Method Summary
-
Method Details
-
isScheduled
- Mappings:
Namespace Name Mixin selector official aLbun;a(Lfx;Ljava/lang/Object;)Zintermediary method_8674Lnet/minecraft/class_1951;method_8674(Lnet/minecraft/class_2338;Ljava/lang/Object;)Znamed isScheduledLnet/minecraft/world/TickScheduler;isScheduled(Lnet/minecraft/util/math/BlockPos;Ljava/lang/Object;)Z
-
schedule
- Mappings:
Namespace Name Mixin selector official aLbun;a(Lfx;Ljava/lang/Object;I)Vintermediary method_8676Lnet/minecraft/class_1951;method_8676(Lnet/minecraft/class_2338;Ljava/lang/Object;I)Vnamed scheduleLnet/minecraft/world/TickScheduler;schedule(Lnet/minecraft/util/math/BlockPos;Ljava/lang/Object;I)V
-
schedule
- Mappings:
Namespace Name Mixin selector official aLbun;a(Lfx;Ljava/lang/Object;ILbup;)Vintermediary method_8675Lnet/minecraft/class_1951;method_8675(Lnet/minecraft/class_2338;Ljava/lang/Object;ILnet/minecraft/class_1953;)Vnamed scheduleLnet/minecraft/world/TickScheduler;schedule(Lnet/minecraft/util/math/BlockPos;Ljava/lang/Object;ILnet/minecraft/world/TickPriority;)V
-
isTicking
- Mappings:
Namespace Name Mixin selector official bLbun;b(Lfx;Ljava/lang/Object;)Zintermediary method_8677Lnet/minecraft/class_1951;method_8677(Lnet/minecraft/class_2338;Ljava/lang/Object;)Znamed isTickingLnet/minecraft/world/TickScheduler;isTicking(Lnet/minecraft/util/math/BlockPos;Ljava/lang/Object;)Z
-