Class FixedPathPackResources.Builder
java.lang.Object
net.minecraft.server.packs.FixedPathPackResources.Builder
- Enclosing class:
FixedPathPackResources
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild(PackLocationInfo location) copyAndReverse(Collection<Path> input) voidexposeNamespace(Collection<String> namespaces) voidpushPathForType(PackType packType, Path path) voidpushRootPath(Path path) voidsetMetadata(ResourceMetadata metadata) private static booleanvalidateDirPath(Path path)
-
Field Details
-
rootPaths
-
pathsForType
-
metadata
-
namespaces
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
validateDirPath
-
pushRootPath
-
pushPathForType
-
setMetadata
-
exposeNamespace
-
build
-
copyAndReverse
-