Package net.minecraft.client
Interface DeltaTracker
- All Known Implementing Classes:
DeltaTracker.DefaultValue
,DeltaTracker.Timer
public interface DeltaTracker
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
getGameTimeDeltaPartialTick
(boolean p_345465_) float
float
-
Field Details
-
ZERO
-
ONE
-
-
Method Details
-
getGameTimeDeltaTicks
float getGameTimeDeltaTicks() -
getGameTimeDeltaPartialTick
float getGameTimeDeltaPartialTick(boolean p_345465_) -
getRealtimeDeltaTicks
float getRealtimeDeltaTicks()
-