Class ShapelessRecipeData
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.recipe.data.ShapelessRecipeData
- All Implemented Interfaces:
RecipeData
-
Constructor Summary
ConstructorsConstructorDescriptionShapelessRecipeData(@NonNull String group, @NonNull CraftingBookCategory category, @NonNull Ingredient[] ingredients, @Nullable ItemStack result) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean@NonNull CraftingBookCategory@NonNull StringgetGroup()@NonNull Ingredient[]@Nullable ItemStackinthashCode()@NonNull StringtoString()
-
Constructor Details
-
ShapelessRecipeData
public ShapelessRecipeData(@NonNull @NonNull String group, @NonNull @NonNull CraftingBookCategory category, @NonNull @NonNull Ingredient[] ingredients, @Nullable ItemStack result)
-
-
Method Details