net.minecraft.world.updater

public class WorldUpdater

agu
net.minecraft.class_1257
net.minecraft.world.updater.WorldUpdater
net.minecraft.unmapped.C_63795010
net.minecraft.util.WorldOptimizer
net.minecraft.util.WorldOptimizer

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
field_5756
LOGGER
f_91175281
field_212219_a
LOGGER
private static final ThreadFactory
b
field_5757
UPDATE_THREAD_FACTORY
f_90642022
field_212220_b
THREAD_FACTORY
private final String
c
field_5758
levelName
f_15835245
field_212237_s
worldName
private final boolean
d
field_19225
eraseCache
f_85902812
field_219957_d
field_219957_d
private final WorldSaveHandler
e
field_5761
worldSaveHandler
f_36233940
field_212221_c
worldStorage
private final Thread
f
field_5767
updateThread
f_15886208
field_212223_e
thread
private final File
g
field_17621
worldDirectory
f_94557087
field_219958_g
folder
private volatile boolean
h
field_5760
keepUpgradingChunks
f_98932242
field_212224_f
active
private volatile boolean
i
field_5759
isDone
f_27652231
field_212225_g
done
private volatile float
j
field_5763
progress
f_91251397
field_212232_n
totalProgress
private volatile int
k
field_5768
totalChunkCount
f_18627379
field_212233_o
totalChunks
private volatile int
l
field_5766
upgradedChunkCount
f_81309529
field_212234_p
converted
private volatile int
m
field_5764
skippedChunkCount
f_58463210
field_212235_q
skipped
private final it.unimi.dsi.fastutil.objects.Object2FloatMap<DimensionType>
n
field_5762
dimensionProgress
f_00646263
field_212544_m
progress
private volatile Text
o
field_5765
status
f_85152595
field_212236_r
statusText
private static final Pattern
p
field_17622
REGION_FILE_PATTERN
f_68765014
field_219959_p
REGION_FILE_PATTERN
private final PersistentStateManager
q
field_5755
persistentStateManager
f_70966317
field_219960_q
savedDataManager

Constructor summary

ModifierConstructor
public (String arg0, LevelStorage arg1, LevelProperties arg2, boolean arg3)

Method summary

Modifier and TypeMethod
public void
a()
method_5402()
cancel()
m_67141268()
func_212217_a()
cancel()
private void
i()
method_5404()
updateWorld()
m_02910907()
func_212216_o()
optimize()
private List<ChunkPos>
b(byi arg0)
method_17830(class_2874 arg0)
getChunkPositions(DimensionType arg0)
m_32329085(DimensionType arg0)
func_219953_b(DimensionType arg0)
func_219953_b(DimensionType arg0)
public boolean
b()
method_5403()
isDone()
m_39023156()
func_212218_b()
isFinished()
public int
d()
method_5397()
getTotalChunkCount()
m_94735791()
func_212211_j()
getTotalChunks()
public int
e()
method_5400()
getUpgradedChunkCount()
m_63432642()
func_212208_k()
getConverted()
public int
f()
method_5399()
getSkippedChunkCount()
m_44556679()
func_212209_l()
getSkipped()
public Text
g()
method_5394()
getStatus()
m_25779707()
func_212215_m()
getStatusText()
public float
a(byi arg0)
method_5393(class_2874 arg0)
getProgress(DimensionType arg0)
m_34939460(DimensionType arg0)
func_212543_a(DimensionType arg0)
getProgress(DimensionType arg0)
public float
c()
method_5401()
getProgress()
m_72882516()
func_212207_i()
getTotalProgress()