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

package me.shedaniel.rei.api;

public enum DisplayVisibility {
    ALWAYS_VISIBLE,
    CONFIG_OPTIONAL,
    NEVER_VISIBLE,
    PASS
}