Class EmptyClientTickScheduler<T>

java.lang.Object
io.github.thecsdev.tcdcommons.client.world.tick.EmptyClientTickScheduler<T>
All Implemented Interfaces:
net.minecraft.world.tick.QueryableTickScheduler<T>, net.minecraft.world.tick.TickScheduler<T>

@Beta public class EmptyClientTickScheduler<T> extends Object implements net.minecraft.world.tick.QueryableTickScheduler<T>
  • Constructor Details

    • EmptyClientTickScheduler

      public EmptyClientTickScheduler()
  • Method Details

    • getTickCount

      public int getTickCount()
      Specified by:
      getTickCount in interface net.minecraft.world.tick.TickScheduler<T>
    • isQueued

      public boolean isQueued(net.minecraft.util.math.BlockPos pos, T type)
      Specified by:
      isQueued in interface net.minecraft.world.tick.TickScheduler<T>
    • scheduleTick

      public void scheduleTick(net.minecraft.world.tick.OrderedTick<T> orderedTick)
      Specified by:
      scheduleTick in interface net.minecraft.world.tick.TickScheduler<T>
    • isTicking

      public boolean isTicking(net.minecraft.util.math.BlockPos pos, T type)
      Specified by:
      isTicking in interface net.minecraft.world.tick.QueryableTickScheduler<T>