Uses of Record Class
net.minecraft.world.updater.WorldUpdater.Region
Packages that use WorldUpdater.Region
-
Uses of WorldUpdater.Region in net.minecraft.world.updater
Fields in net.minecraft.world.updater with type parameters of type WorldUpdater.RegionModifier and TypeFieldDescriptionprivate final ListIterator
<WorldUpdater.Region> WorldUpdater.WorldData.files
The field for thefiles
record component.Methods in net.minecraft.world.updater that return types with arguments of type WorldUpdater.RegionModifier 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) Constructor parameters in net.minecraft.world.updater with type arguments of type WorldUpdater.RegionModifierConstructorDescription(package private)
WorldData
(RegistryKey<World> registryKey, T t, ListIterator<WorldUpdater.Region> listIterator)