Package net.minecraft.client.multiplayer
Class ChunkBatchSizeCalculator
java.lang.Object
net.minecraft.client.multiplayer.ChunkBatchSizeCalculator
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate doubleprivate longprivate static final intprivate static final intprivate int
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
MAX_OLD_SAMPLES_WEIGHTprivate static final int MAX_OLD_SAMPLES_WEIGHT- See Also:
 
- 
CLAMP_COEFFICIENTprivate static final int CLAMP_COEFFICIENT- See Also:
 
- 
aggregatedNanosPerChunkprivate double aggregatedNanosPerChunk
- 
oldSamplesWeightprivate int oldSamplesWeight
- 
chunkBatchStartTimeprivate volatile long chunkBatchStartTime
 
- 
- 
Constructor Details- 
ChunkBatchSizeCalculatorpublic ChunkBatchSizeCalculator()
 
- 
- 
Method Details- 
onBatchStartpublic void onBatchStart()
- 
onBatchFinishedpublic void onBatchFinished(int p_299163_) 
- 
getDesiredChunksPerTickpublic float getDesiredChunksPerTick()
 
-