Class GenesisPointsAPI
java.lang.Object
studio.magemonkey.genesis.pointsystem.GenesisPointsAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GenesisPointsPluginGet a points plugin objectstatic GenesisPointsPluginGet the first available points pluginstatic voidregister(GenesisPointsPlugin points) Register a points plugin
-
Constructor Details
-
GenesisPointsAPI
public GenesisPointsAPI()
-
-
Method Details
-
register
Register a points plugin- Parameters:
points- the points to register
-
get
Get a points plugin object- Parameters:
name- name of points plugin- Returns:
- points plugin
-
getFirstAvailable
Get the first available points plugin- Returns:
- points plugin
-