Fixed javadoc

This commit is contained in:
Németh Noel 2021-05-01 04:38:28 +02:00
parent 78dc2b32cd
commit f4c55dd4b2

View File

@ -690,7 +690,7 @@ public class Entity implements Viewable, Tickable, EventHandler, DataContainer,
* In case of a player's position and/or view change an additional {@link PlayerPositionAndLookPacket}
* is sent to self.
*
* @param notFromListener {@code true} if the client triggered this action
* @param notFromListener {@code false} if the client triggered this action
*/
@ApiStatus.Internal
public void sendPositionUpdate(final boolean notFromListener) {