Package net.minecraft.client.world
Class DummyClientTickScheduler<T>
java.lang.Object
net.minecraft.client.world.DummyClientTickScheduler<T>
- All Implemented Interfaces:
TickScheduler<T>
public class DummyClientTickScheduler<T> extends Object implements TickScheduler<T>
- Mappings:
Namespace Name official btkintermediary net/minecraft/class_1925named net/minecraft/client/world/DummyClientTickScheduler
-
Field Summary
Fields Modifier and Type Field Description private static DummyClientTickScheduler<Object>INSTANCE -
Constructor Summary
Constructors Constructor Description DummyClientTickScheduler() -
Method Summary
Modifier and Type Method Description static <T> DummyClientTickScheduler<T>get()booleanisScheduled(BlockPos pos, T object)booleanisTicking(BlockPos pos, T object)voidschedule(BlockPos pos, T object, int delay)voidschedule(BlockPos pos, T object, int delay, TickPriority priority)
-
Field Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official aLbtk;a:Lbtk;intermediary field_9182Lnet/minecraft/class_1925;field_9182:Lnet/minecraft/class_1925;named INSTANCELnet/minecraft/client/world/DummyClientTickScheduler;INSTANCE:Lnet/minecraft/client/world/DummyClientTickScheduler;
-
-
Constructor Details
-
DummyClientTickScheduler
public DummyClientTickScheduler()
-
-
Method Details
-
get
- Mappings:
Namespace Name Mixin selector official bLbtk;b()Lbtk;intermediary method_8339Lnet/minecraft/class_1925;method_8339()Lnet/minecraft/class_1925;named getLnet/minecraft/client/world/DummyClientTickScheduler;get()Lnet/minecraft/client/world/DummyClientTickScheduler;
-
isScheduled
- Specified by:
isScheduledin interfaceTickScheduler<T>- 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
- Specified by:
schedulein interfaceTickScheduler<T>- 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
- Specified by:
schedulein interfaceTickScheduler<T>- 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
- Specified by:
isTickingin interfaceTickScheduler<T>- 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
-