Interface ClockInstance

All Known Implementing Classes:
ClientClockManager.ClientClockInstance, ServerClockManager.ServerClockInstance

public interface ClockInstance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    float
     
    float
     
    long
     
  • Method Details

    • totalTicks

      long totalTicks()
    • partialTick

      float partialTick()
    • rate

      float rate()
    • isPaused

      boolean isPaused()