lucko / helper

A collection of utilities and extended APIs to support the rapid and easy development of Bukkit plugins.
MIT License
456 stars 87 forks source link

PacketHologram can not click #95

Closed huanmeng-qwq closed 3 years ago

huanmeng-qwq commented 3 years ago

PacketHologram can not click can not run clickCallback

` this.hologram=this.hologramFactory.newHologram(Position.of(xx)), lineBuilder.build());

hologram.setClickCallback((p) -> { update(); }); hologram.spawn(); hologram.addViewer(player); `

ProtocolLib: 4.5.1 Minecraft Client Version: 1.8.9 Server Version: 1.8.8 Spigot helper plugin version: latest

huanmeng-qwq commented 3 years ago

@lucko

lucko commented 3 years ago

df170974b83073d48bc9dd2adf8aceb3b8331443