Uses of Interface
net.minecraft.server.packs.linkfs.PathContents
Packages that use PathContents
-
Uses of PathContents in net.minecraft.server.packs.linkfs
Classes in net.minecraft.server.packs.linkfs that implement PathContentsModifier and TypeClassDescriptionstatic final record
static final record
Fields in net.minecraft.server.packs.linkfs declared as PathContentsModifier and TypeFieldDescriptionstatic final PathContents
PathContents.MISSING
private final PathContents
LinkFSPath.pathContents
static final PathContents
PathContents.RELATIVE
Methods in net.minecraft.server.packs.linkfs with parameters of type PathContentsModifier and TypeMethodDescriptionprivate static boolean
LinkFSPath.isRelativeOrMissing
(PathContents pPathContents) Constructors in net.minecraft.server.packs.linkfs with parameters of type PathContentsModifierConstructorDescriptionLinkFSPath
(LinkFileSystem pFileSystem, String pName, LinkFSPath pParent, PathContents pPathContents)