Package net.minecraft.client.multiplayer
Class ChunkBatchSizeCalculator
java.lang.Object
net.minecraft.client.multiplayer.ChunkBatchSizeCalculator
-
Field Summary
Modifier and TypeFieldDescriptionprivate double
private long
private static final int
private static final int
private int
-
Constructor Summary
-
Method Summary
-
Field Details
-
MAX_OLD_SAMPLES_WEIGHT
private static final int MAX_OLD_SAMPLES_WEIGHT- See Also:
-
CLAMP_COEFFICIENT
private static final int CLAMP_COEFFICIENT- See Also:
-
aggregatedNanosPerChunk
private double aggregatedNanosPerChunk -
oldSamplesWeight
private int oldSamplesWeight -
chunkBatchStartTime
private volatile long chunkBatchStartTime
-
-
Constructor Details
-
ChunkBatchSizeCalculator
public ChunkBatchSizeCalculator()
-
-
Method Details
-
onBatchStart
public void onBatchStart() -
onBatchFinished
public void onBatchFinished(int p_299163_) -
getDesiredChunksPerTick
public float getDesiredChunksPerTick()
-