1 2 3 4 5 6 7
package dev.isxander.yacl.api; import net.minecraft.text.Text; public interface NameableEnum { Text getDisplayName(); }