Interface DeltaTracker
- All Known Implementing Classes:
DeltaTracker.DefaultValue, DeltaTracker.Timer
public interface DeltaTracker
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfloatgetGameTimeDeltaPartialTick(boolean ignoreFrozenGame) floatfloat
-
Field Details
-
ZERO
-
ONE
-
-
Method Details
-
getGameTimeDeltaTicks
float getGameTimeDeltaTicks() -
getGameTimeDeltaPartialTick
float getGameTimeDeltaPartialTick(boolean ignoreFrozenGame) -
getRealtimeDeltaTicks
float getRealtimeDeltaTicks()
-