Uses of Record Class
net.minecraft.world.updater.WorldUpdater.Region
-
Uses of WorldUpdater.Region in net.minecraft.world.updater
Modifier and TypeFieldDescriptionprivate final ListIterator
<WorldUpdater.Region> WorldUpdater.WorldData.files
The field for thefiles
record component.Modifier and TypeMethodDescriptionprivate ListIterator
<WorldUpdater.Region> WorldUpdater.Update.enumerateRegions
(StorageKey key, Path regionDirectory) WorldUpdater.WorldData.files()
Returns the value of thefiles
record component.private static List
<WorldUpdater.Region> WorldUpdater.Update.listRegions
(StorageKey key, Path regionDirectory) ModifierConstructorDescription(package private)
WorldData
(RegistryKey<World> registryKey, T t, ListIterator<WorldUpdater.Region> listIterator)