feat: added forgotten method getClickType() for NPCClickEvent

This commit is contained in:
Andrey Terentev 2025-03-16 17:53:11 +07:00
parent 49b0b838cd
commit e40fc357bc

View File

@ -21,7 +21,7 @@ public class NPCClickEvent implements EntityEvent, InstanceEvent {
@Getter private final Player player; @Getter private final Player player;
private final NPC npcEntity; private final NPC npcEntity;
private final ClickType clickType; @Getter private final ClickType clickType;
@Override @Override
public @NotNull Entity getEntity() { public @NotNull Entity getEntity() {