Uses of Class
net.minecraft.world.level.validation.DirectoryValidator
Package
Description
-
Uses of DirectoryValidator in net.minecraft.client
-
Uses of DirectoryValidator in net.minecraft.client.gui.screens.worldselection
Modifier and TypeFieldDescriptionprivate final DirectoryValidator
CreateWorldScreen.packValidator
-
Uses of DirectoryValidator in net.minecraft.client.resources
-
Uses of DirectoryValidator in net.minecraft.server.packs.repository
Modifier and TypeFieldDescriptionprivate final DirectoryValidator
BuiltInPackSource.validator
private final DirectoryValidator
FolderRepositorySource.validator
private final DirectoryValidator
PackDetector.validator
Modifier and TypeMethodDescriptionstatic PackRepository
ServerPacksSource.createPackRepository
(Path p_251569_, DirectoryValidator p_300268_) static void
FolderRepositorySource.discoverPacks
(Path p_248794_, DirectoryValidator p_299329_, boolean p_255987_, BiConsumer<Path, Pack.ResourcesSupplier> p_248580_) ModifierConstructorDescriptionBuiltInPackSource
(PackType p_249137_, VanillaPackResources p_250453_, ResourceLocation p_251151_, DirectoryValidator p_300643_) protected
FolderPackDetector
(DirectoryValidator p_301187_, boolean p_300568_) FolderRepositorySource
(Path p_251796_, PackType p_251664_, PackSource p_250854_, DirectoryValidator p_300828_) protected
PackDetector
(DirectoryValidator p_300595_) ServerPacksSource
(DirectoryValidator p_300750_) -
Uses of DirectoryValidator in net.minecraft.world.level.storage
Modifier and TypeFieldDescriptionprivate final DirectoryValidator
LevelStorageSource.worldDirValidator
Modifier and TypeMethodDescriptionLevelStorageSource.getWorldDirValidator()
static DirectoryValidator
LevelStorageSource.parseValidator
(Path p_289968_) ModifierConstructorDescriptionLevelStorageSource
(Path p_289985_, Path p_289978_, DirectoryValidator p_289922_, com.mojang.datafixers.DataFixer p_289940_)