JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
de.luckymcdev.foundryengine.mixin.clock
ClockInstanceAccessor
Contents
Description
Method Summary
Method Details
isPaused()
getTotalTicks()
getPartialTick()
getRate()
Hide sidebar
Show sidebar
Interface ClockInstanceAccessor
public interface
ClockInstanceAccessor
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
float
getPartialTick
()
float
getRate
()
long
getTotalTicks
()
boolean
isPaused
()
Method Details
isPaused
boolean
isPaused
()
getTotalTicks
long
getTotalTicks
()
getPartialTick
float
getPartialTick
()
getRate
float
getRate
()