Class GameplayHooks.CraftRequest
java.lang.Object
dev.itsharshxd.zentrix.api.scenario.hook.GameplayHooks.CraftRequest
- Enclosing class:
GameplayHooks
A crafting result about to be shown to a player of the match.
-
Constructor Summary
ConstructorsConstructorDescriptionCraftRequest(@NotNull org.bukkit.entity.Player player, @Nullable org.bukkit.inventory.ItemStack result) -
Method Summary
-
Constructor Details
-
CraftRequest
public CraftRequest(@NotNull @NotNull org.bukkit.entity.Player player, @Nullable @Nullable org.bukkit.inventory.ItemStack result)
-
-
Method Details
-
player
@NotNull public @NotNull org.bukkit.entity.Player player() -
result
The result Zentrix would produce, if any.
-