File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
PlayerLevels-API/src/main/java/net/jandie1505/playerlevels/api/core/reward Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3
3
import net .jandie1505 .playerlevels .core .rewards .IntervalRewardData ;
4
4
import net .jandie1505 .playerlevels .core .rewards .MilestoneRewardData ;
5
5
import net .jandie1505 .playerlevels .core .rewards .RewardConfig ;
6
+ import org .jetbrains .annotations .ApiStatus ;
6
7
import org .jetbrains .annotations .NotNull ;
7
8
import org .jetbrains .annotations .Nullable ;
8
9
@@ -23,6 +24,7 @@ public interface RewardsManager {
23
24
* @return Milestone Reward
24
25
*/
25
26
@ SuppressWarnings ("UnusedReturnValue" )
27
+ @ ApiStatus .Experimental
26
28
@ NotNull MilestoneReward addMilestoneReward (@ NotNull RewardConfig config , @ NotNull MilestoneRewardData data );
27
29
28
30
/**
@@ -33,6 +35,7 @@ public interface RewardsManager {
33
35
* @return Interval Reward
34
36
*/
35
37
@ SuppressWarnings ("UnusedReturnValue" )
38
+ @ ApiStatus .Experimental
36
39
@ NotNull IntervalReward addIntervalReward (@ NotNull RewardConfig config , @ NotNull IntervalRewardData data );
37
40
38
41
// ----- MANAGE REWARDS -----
You can’t perform that action at this time.
0 commit comments