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