feat: added forgotten method getClickType() for NPCClickEvent
This commit is contained in:
parent
49b0b838cd
commit
e40fc357bc
@ -21,7 +21,7 @@ public class NPCClickEvent implements EntityEvent, InstanceEvent {
|
||||
|
||||
@Getter private final Player player;
|
||||
private final NPC npcEntity;
|
||||
private final ClickType clickType;
|
||||
@Getter private final ClickType clickType;
|
||||
|
||||
@Override
|
||||
public @NotNull Entity getEntity() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user