public class TestRecipe implements Recipe { //[...] public static Type implements RecipeType { private Type() {} public static final Type INSTANCE = new Type(); public static final String ID = "test_recipe"; } }