mirror of
https://github.com/HibiscusMC/HibiscusCommons.git
synced 2025-12-19 15:09:26 +00:00
fix: add getItemStack for HibiscusPluginFishEvent
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package me.lojosho.hibiscuscommons.api.events;
|
||||
|
||||
import lombok.Getter;
|
||||
import me.lojosho.hibiscuscommons.hooks.Hook;
|
||||
import org.bukkit.entity.Player;
|
||||
import org.bukkit.event.HandlerList;
|
||||
@@ -8,6 +9,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class HibiscusPluginFishEvent extends HibiscusHookPlayerEvent {
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
@Getter
|
||||
private final ItemStack itemStack;
|
||||
|
||||
public HibiscusPluginFishEvent(@NotNull Hook hook, @NotNull Player who, @NotNull ItemStack itemStack) {
|
||||
|
||||
Reference in New Issue
Block a user