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 bwe
intermediary net/minecraft/class_1925
named net/minecraft/client/world/DummyClientTickScheduler
  • Field Details

    • INSTANCE

      private static final DummyClientTickScheduler<Object> 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

      public static <T> DummyClientTickScheduler<T> 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

      public boolean isScheduled(BlockPos pos, T object)
      Specified by:
      isScheduled in interface TickScheduler<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

      public void schedule(BlockPos pos, T object, int delay)
      Specified by:
      schedule in interface TickScheduler<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

      public void schedule(BlockPos pos, T object, int delay, TickPriority priority)
      Specified by:
      schedule in interface TickScheduler<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

      public boolean isTicking(BlockPos pos, T object)
      Specified by:
      isTicking in interface TickScheduler<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 interface TickScheduler<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