Package com.nexomc.nexo.recipes
Class CustomRecipe
-
- All Implemented Interfaces:
public final class CustomRecipe
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCustomRecipe.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisValidDyeRecipeprivate final Stringnameprivate final Stringgroupprivate final ItemStackresultprivate final List<ItemStack>ingredientspublic final static CustomRecipe.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description CustomRecipe(String name, String group, ItemStack result, List<ItemStack> ingredients, Boolean ordered)
-