Package net.neoforged.fml.jarcontents
Interface JarContents.PathFilter
- Enclosing interface:
JarContents
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable JarContents.PathFilterand(@Nullable JarContents.PathFilter a, @Nullable JarContents.PathFilter b) boolean
-
Method Details
-
test
-
and
@Nullable static @Nullable JarContents.PathFilter and(@Nullable @Nullable JarContents.PathFilter a, @Nullable @Nullable JarContents.PathFilter b)
-