Package net.okocraft.box.api.feature
Interface FeatureFactory
public interface FeatureFactory
An interface to create the
BoxFeature.-
Method Summary
Modifier and TypeMethodDescription@NotNull BoxFeaturecreate(FeatureContext.Registration context) Creates a newBoxFeature.
-
Method Details
-
create
Creates a newBoxFeature.- Parameters:
context- aFeatureContext.Registrationcontext- Returns:
- a new
BoxFeature
-