Class Recipe
java.lang.Object
com.github.retrooper.packetevents.protocol.recipe.Recipe
-
Constructor Summary
ConstructorDescriptionRecipe
(@NotNull RecipeType type, @NotNull String identifier, RecipeData data) -
Method Summary
Modifier and TypeMethodDescription@NotNull RecipeData
getData()
@NotNull String
@NotNull RecipeType
getType()
toString()
-
Constructor Details
-
Recipe
public Recipe(@NotNull @NotNull RecipeType type, @NotNull @NotNull String identifier, RecipeData data)
-
-
Method Details