Interface NoneFeatureConfiguration
- All Superinterfaces:
FeatureConfiguration, Wrapper
A feature configuration that does nothing.
- Since:
- 2.3.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NoneFeatureConfigurationThe singleton instance ofNoneFeatureConfiguration.Fields inherited from interface FeatureConfiguration
NONE -
Method Summary
Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Field Details
-
INSTANCE
The singleton instance ofNoneFeatureConfiguration.
-