aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/PluginFunction.java
blob: 30844767fb63208db3552ad1fc5291c5b50eb6dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * 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_SPEED_CRAFT,
    REGISTER_BOUNDS,
    REGISTER_OTHERS;
}