Uses of Record Class
net.minecraft.util.path.SymlinkEntry
Packages that use SymlinkEntry
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of SymlinkEntry in net.minecraft.resource
Method parameters in net.minecraft.resource with type arguments of type SymlinkEntryModifier and TypeMethodDescriptionResourcePackOpener.open
(Path path, List<SymlinkEntry> foundSymlinks) -
Uses of SymlinkEntry in net.minecraft.util.path
Fields in net.minecraft.util.path with type parameters of type SymlinkEntryModifier and TypeFieldDescriptionprivate final List
<SymlinkEntry> SymlinkValidationException.symlinks
Methods in net.minecraft.util.path that return types with arguments of type SymlinkEntryModifier and TypeMethodDescriptionMethod parameters in net.minecraft.util.path with type arguments of type SymlinkEntryModifier and TypeMethodDescriptionstatic String
SymlinkValidationException.getMessage
(Path path, List<SymlinkEntry> symlinks) void
SymlinkFinder.validate
(Path path, List<SymlinkEntry> results) void
SymlinkFinder.validateRecursively
(Path path, List<SymlinkEntry> results) Constructor parameters in net.minecraft.util.path with type arguments of type SymlinkEntry