Class PlayerClickData<M extends Menu<M>>
java.lang.Object
com.kamikazejam.kamicommon.menu.api.clicks.data.PlayerClickData<M>
-
Constructor Summary
ConstructorsConstructorDescriptionPlayerClickData
(M menu, @NotNull Player player, @NotNull ClickType clickType, @NotNull InventoryClickEvent event, int slot) -
Method Summary
-
Constructor Details
-
PlayerClickData
public PlayerClickData(@NotNull M menu, @NotNull @NotNull Player player, @NotNull @NotNull ClickType clickType, @NotNull @NotNull InventoryClickEvent event, int slot)
-