Class ClientTickHandler

java.lang.Object
org.moddingx.libx.render.ClientTickHandler

public class ClientTickHandler extends Object
On the client, this counts the ticks in game. Useful for rendering code.
  • Constructor Details

    • ClientTickHandler

      public ClientTickHandler()
  • Method Details

    • ticksInGame

      public static int ticksInGame()
    • tick

      public static void tick(net.minecraftforge.event.TickEvent.ClientTickEvent event)