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;
|
@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() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user