aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/PluginFunction.java
blob: ec20c317a5ea8768adb376a71106c2bac5ce55d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Roughly Enough Items by Danielshe.
 * Licensed under the MIT License.
 */

package me.shedaniel.rei.api;

public enum PluginFunction {
    REGISTER_ITEMS,
    REGISTER_CATEGORIES,
    REGISTER_RECIPE_DISPLAYS,
    REGISTER_BOUNDS,
    REGISTER_OTHERS;
}