Package net.minecraft.client
Class DeltaTracker.DefaultValue
java.lang.Object
net.minecraft.client.DeltaTracker.DefaultValue
- All Implemented Interfaces:
DeltaTracker
- Enclosing interface:
DeltaTracker
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.DeltaTracker
DeltaTracker.DefaultValue, DeltaTracker.Timer
-
Field Summary
Fields inherited from interface net.minecraft.client.DeltaTracker
ONE, ZERO
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
getGameTimeDeltaPartialTick
(boolean p_348527_) float
float
-
Field Details
-
value
private final float value
-
-
Constructor Details
-
DefaultValue
DefaultValue(float p_348484_)
-
-
Method Details
-
getGameTimeDeltaTicks
public float getGameTimeDeltaTicks()- Specified by:
getGameTimeDeltaTicks
in interfaceDeltaTracker
-
getGameTimeDeltaPartialTick
public float getGameTimeDeltaPartialTick(boolean p_348527_) - Specified by:
getGameTimeDeltaPartialTick
in interfaceDeltaTracker
-
getRealtimeDeltaTicks
public float getRealtimeDeltaTicks()- Specified by:
getRealtimeDeltaTicks
in interfaceDeltaTracker
-