Package net.minecraft.client
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 p_348668_) floatfloat
-
Field Details
-
ZERO
-
ONE
-
-
Method Details
-
getGameTimeDeltaTicks
float getGameTimeDeltaTicks() -
getGameTimeDeltaPartialTick
float getGameTimeDeltaPartialTick(boolean p_348668_) -
getRealtimeDeltaTicks
float getRealtimeDeltaTicks()
-