Package net.minecraft.client.world
Class DummyClientTickScheduler<T>
java.lang.Object
net.minecraft.client.world.DummyClientTickScheduler<T>
- All Implemented Interfaces:
TickScheduler<T>
- Mappings:
Namespace Name official bwe
intermediary net/minecraft/class_1925
named net/minecraft/client/world/DummyClientTickScheduler
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> DummyClientTickScheduler<T>
get()
int
getTicks()
boolean
isScheduled
(BlockPos pos, T object) boolean
void
void
schedule
(BlockPos pos, T object, int delay, TickPriority priority)
-
Field Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official a
Lbwe;a:Lbwe;
intermediary field_9182
Lnet/minecraft/class_1925;field_9182:Lnet/minecraft/class_1925;
named INSTANCE
Lnet/minecraft/client/world/DummyClientTickScheduler;INSTANCE:Lnet/minecraft/client/world/DummyClientTickScheduler;
-
-
Constructor Details
-
DummyClientTickScheduler
public DummyClientTickScheduler()
-
-
Method Details
-
get
- Mappings:
Namespace Name Mixin selector official b
Lbwe;b()Lbwe;
intermediary method_8339
Lnet/minecraft/class_1925;method_8339()Lnet/minecraft/class_1925;
named get
Lnet/minecraft/client/world/DummyClientTickScheduler;get()Lnet/minecraft/client/world/DummyClientTickScheduler;
-
isScheduled
- Specified by:
isScheduled
in interfaceTickScheduler<T>
- Mappings:
Namespace Name Mixin selector official a
Lbxh;a(Lgg;Ljava/lang/Object;)Z
intermediary method_8674
Lnet/minecraft/class_1951;method_8674(Lnet/minecraft/class_2338;Ljava/lang/Object;)Z
named isScheduled
Lnet/minecraft/world/TickScheduler;isScheduled(Lnet/minecraft/util/math/BlockPos;Ljava/lang/Object;)Z
-
schedule
- Specified by:
schedule
in interfaceTickScheduler<T>
- Mappings:
Namespace Name Mixin selector official a
Lbxh;a(Lgg;Ljava/lang/Object;I)V
intermediary method_8676
Lnet/minecraft/class_1951;method_8676(Lnet/minecraft/class_2338;Ljava/lang/Object;I)V
named schedule
Lnet/minecraft/world/TickScheduler;schedule(Lnet/minecraft/util/math/BlockPos;Ljava/lang/Object;I)V
-
schedule
- Specified by:
schedule
in interfaceTickScheduler<T>
- Mappings:
Namespace Name Mixin selector official a
Lbxh;a(Lgg;Ljava/lang/Object;ILbxj;)V
intermediary method_8675
Lnet/minecraft/class_1951;method_8675(Lnet/minecraft/class_2338;Ljava/lang/Object;ILnet/minecraft/class_1953;)V
named schedule
Lnet/minecraft/world/TickScheduler;schedule(Lnet/minecraft/util/math/BlockPos;Ljava/lang/Object;ILnet/minecraft/world/TickPriority;)V
-
isTicking
- Specified by:
isTicking
in interfaceTickScheduler<T>
- Mappings:
Namespace Name Mixin selector official b
Lbxh;b(Lgg;Ljava/lang/Object;)Z
intermediary method_8677
Lnet/minecraft/class_1951;method_8677(Lnet/minecraft/class_2338;Ljava/lang/Object;)Z
named isTicking
Lnet/minecraft/world/TickScheduler;isTicking(Lnet/minecraft/util/math/BlockPos;Ljava/lang/Object;)Z
-
getTicks
public int getTicks()- Specified by:
getTicks
in interfaceTickScheduler<T>
- Mappings:
Namespace Name Mixin selector official a
Lbxh;a()I
intermediary method_20825
Lnet/minecraft/class_1951;method_20825()I
named getTicks
Lnet/minecraft/world/TickScheduler;getTicks()I
-