net.minecraft.util.worldupdate

public class WorldUpgrader

bqf
net.minecraft.util.worldupdate.WorldUpgrader
net.minecraft.class_1257
net.minecraft.unmapped.C_jzcarjio
net.minecraft.world.updater.WorldUpdater
net.minecraft.world.updater.WorldUpdater
net.minecraft.src.C_458_
net.minecraft.util.worldupdate.WorldUpgrader

Field summary

Modifier and TypeField
static final org.slf4j.Logger
a
LOGGER
field_5756
f_irolykku
LOGGER
LOGGER
f_18797_
private static final ThreadFactory
b
THREAD_FACTORY
field_5757
f_nxnlomkm
UPDATE_THREAD_FACTORY
UPDATE_THREAD_FACTORY
f_18798_
private static final String
c
NEW_DIRECTORY_PREFIX
field_48723
f_nzcxovsz
NEW_PREFIX
NEW_PREFIX
f_315260_
static final MutableComponent
d
STATUS_UPGRADING_POI
field_48724
f_itsyqabx
UPGRADING_POI_TEXT
UPGRADING_POI
f_314932_
static final MutableComponent
e
STATUS_FINISHED_POI
field_48725
f_ndykkudb
FINISHED_POI_TEXT
FINISHED_POI
f_316185_
static final MutableComponent
f
STATUS_UPGRADING_ENTITIES
field_48726
f_hsjzkecg
UPGRADING_ENTITIES_TEXT
UPGRADING_ENTITIES
f_315886_
static final MutableComponent
g
STATUS_FINISHED_ENTITIES
field_48727
f_waxkuxwz
FINISHED_ENTITIES_TEXT
FINISHED_ENTITIES
f_317146_
static final MutableComponent
h
STATUS_UPGRADING_CHUNKS
field_48728
f_zgbdxxsa
UPGRADING_CHUNKS_TEXT
UPGRADING_CHUNKS
f_314844_
static final MutableComponent
i
STATUS_FINISHED_CHUNKS
field_48729
f_gibhqwaa
FINISHED_CHUNKS_TEXT
FINISHED_CHUNKS
f_316515_
final Registry<LevelStem>
j
dimensions
field_40113
f_nnezkpjj
dimensionOptionsRegistry
registry
f_243889_
final Set<ResourceKey<Level>>
k
levels
field_40114
f_deqlyobn
worldKeys
worlds
f_243666_
final boolean
l
eraseCache
field_19225
f_frolskzm
eraseCache
eraseCache
f_18800_
final boolean
m
recreateRegionFiles
field_48730
f_cpslsylz
recreateRegionFiles
recreateRegionFiles
f_316532_
final LevelStorageSource$LevelStorageAccess
n
levelStorage
field_24083
f_qmjqucjz
session
session
f_18801_
private final Thread
o
thread
field_5767
f_nbwdozdh
updateThread
updateThread
f_18802_
final com.mojang.datafixers.DataFixer
p
dataFixer
field_24084
f_riylnter
dataFixer
dataFixer
f_18803_
volatile boolean
q
running
field_5760
f_citxosrw
keepUpgradingChunks
keepUpgradingChunks
f_18804_
private volatile boolean
r
finished
field_5759
f_pitthneu
done
done
f_18805_
volatile float
s
progress
field_5763
f_uhbjghsq
progress
progress
f_18806_
volatile int
t
totalChunks
field_5768
f_dzpntfoo
totalChunkCount
totalChunkCount
f_18807_
volatile int
u
totalFiles
field_48731
f_ibejvsgl
totalRegionCount
totalRegionCount
f_314234_
volatile int
v
converted
field_5766
f_aqzmpnqd
upgradedChunkCount
upgradedChunkCount
f_18808_
volatile int
w
skipped
field_5764
f_ozofrqqg
skippedChunkCount
skippedChunkCount
f_18809_
final it.unimi.dsi.fastutil.objects.Reference2FloatMap<ResourceKey<Level>>
x
progressMap
field_5762
f_jtmnbhag
dimensionProgress
dimensionProgress
f_18810_
volatile Component
y
status
field_5765
f_vkuqljbv
status
status
f_18811_
static final Pattern
z
REGEX
field_17622
f_pkngycxy
REGION_FILE_PATTERN
REGION_FILE_PATTERN
f_18812_
final DimensionDataStorage
A
overworldDataStorage
field_5755
f_hhfimkvd
persistentStateManager
persistentStateManager
f_18813_

Constructor summary

ModifierConstructor
public (LevelStorageSource$LevelStorageAccess session, com.mojang.datafixers.DataFixer dataFixer, RegistryAccess dynamicRegistryManager, boolean eraseCache, boolean recreateRegionFiles)

Method summary

Modifier and TypeMethod
public void
a()
cancel()
method_5402()
m_cpnvjmte()
cancel()
cancel()
m_18820_()
private void
i()
work()
method_5404()
m_ttzfkvij()
updateWorld()
updateWorld()
m_18838_()
public boolean
b()
isFinished()
method_5403()
m_ejyoaaiq()
isDone()
isDone()
m_18829_()
public Set<ResourceKey<Level>>
c()
levels()
method_28304()
m_bfxislhb()
getWorlds()
getWorlds()
m_246941_()
public float
a(akq<dcw> arg0)
dimensionProgress(ResourceKey<Level> arg0)
method_5393(class_5321<class_1937> arg0)
m_knoisijv(C_xhhleach<C_cdctfzbn> arg0)
getProgress(RegistryKey<World> world)
getProgress(RegistryKey<World> world)
m_18827_(C_5264_<C_1596_> arg0)
public float
d()
getProgress()
method_5401()
m_ptgwpfqg()
getProgress()
getProgress()
m_18833_()
public int
e()
getTotalChunks()
method_5397()
m_odmmiwiy()
getTotalChunkCount()
getTotalChunkCount()
m_18834_()
public int
f()
getConverted()
method_5400()
m_mwciwufv()
getUpgradedChunkCount()
getUpgradedChunkCount()
m_18835_()
public int
g()
getSkipped()
method_5399()
m_hyjkdwpo()
getSkippedChunkCount()
getSkippedChunkCount()
m_18836_()
public Component
h()
getStatus()
method_5394()
m_qycehcat()
getStatus()
getStatus()
m_18837_()
static Path
a(Path arg0)
resolveRecreateDirectory(Path arg0)
method_56987(Path arg0)
m_qltezbme(Path arg0)
getNewDirectoryPath(Path current)
resolveRecreationDirectory(Path current)
m_324714_(Path p_330107_)