aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/DisplayVisibility.java
blob: 0bfdb024c75e730eee0f6ce80f03317c8e40e4ee (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,
    @Deprecated CONFIG_OPTIONAL,
    NEVER_VISIBLE,
    PASS
}