13
0
geforkt von Mirrors/Paper

[ci skip] Fix javadoc typo (#10445)

Dieser Commit ist enthalten in:
leguan 2024-04-22 20:08:37 +02:00
Ursprung 659ebace6c
Commit 73da69c09e

Datei anzeigen

@ -28,7 +28,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+
+/**
+ * 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>
+ * This event may be called multiple times per interaction with different interaction hands
+ * and with or without the clicked position.