/* * 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 }