1 2 3 4 5 6 7 8 9 10
package dev.isxander.yacl.api; import net.minecraft.text.Text; /** * Used for the default value formatter of {@link dev.isxander.yacl.gui.controllers.EnumController} */ public interface NameableEnum { Text getDisplayName(); }