Uses of Interface
net.neoforged.neoforgespi.locating.ForgeFeature.IFeatureTest
Packages that use ForgeFeature.IFeatureTest
-
Uses of ForgeFeature.IFeatureTest in net.neoforged.neoforgespi.locating
Classes in net.neoforged.neoforgespi.locating that implement ForgeFeature.IFeatureTestModifier and TypeClassDescriptionstatic final record
private static final record
static final record
Version based feature test.Fields in net.neoforged.neoforgespi.locating with type parameters of type ForgeFeature.IFeatureTestModifier and TypeFieldDescriptionprivate static final Map
<String, ForgeFeature.IFeatureTest<?>> ForgeFeature.features
Methods in net.neoforged.neoforgespi.locating with parameters of type ForgeFeature.IFeatureTestModifier and TypeMethodDescriptionstatic <T> void
ForgeFeature.registerFeature
(String featureName, ForgeFeature.IFeatureTest<T> featureTest)