[ci skip] Fix javadoc typo (#10445)
This commit is contained in:
parent
659ebace6c
commit
73da69c09e
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
+
|
+
|
||||||
+/**
|
+/**
|
||||||
+ * Represents an event that is called when a player right-clicks an unknown entity.
|
+ * Represents an event that is called when a player right-clicks an unknown entity.
|
||||||
+ * Useful for plugins dealing with virtual entities (entities that don't actually spawned on the server).
|
+ * Useful for plugins dealing with virtual entities (entities that aren't actually spawned on the server).
|
||||||
+ * <br>
|
+ * <br>
|
||||||
+ * This event may be called multiple times per interaction with different interaction hands
|
+ * This event may be called multiple times per interaction with different interaction hands
|
||||||
+ * and with or without the clicked position.
|
+ * and with or without the clicked position.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue