mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-19 21:06:03 +00:00
SPIGOT-3609: Add additional notes to PlayerInteractAtEntityEvent
This commit is contained in:
parent
dcc4266e33
commit
cef79e5515
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ import org.bukkit.util.Vector;
|
||||||
/**
|
/**
|
||||||
* Represents an event that is called when a player right clicks an entity that
|
* Represents an event that is called when a player right clicks an entity that
|
||||||
* also contains the location where the entity was clicked.
|
* also contains the location where the entity was clicked.
|
||||||
|
* <br>
|
||||||
|
* Note that the client may sometimes spuriously send this packet in addition to {@link PlayerInteractEntityEvent}.
|
||||||
|
* Users are advised to listen to this (parent) class unless specifically required.
|
||||||
*/
|
*/
|
||||||
public class PlayerInteractAtEntityEvent extends PlayerInteractEntityEvent {
|
public class PlayerInteractAtEntityEvent extends PlayerInteractEntityEvent {
|
||||||
private static final HandlerList handlers = new HandlerList();
|
private static final HandlerList handlers = new HandlerList();
|
||||||
|
|
Loading…
Add table
Reference in a new issue