Clearer javadocs

This commit is contained in:
onebeastchris 2024-07-10 22:26:12 +02:00
parent 18e329c69b
commit c36b03b1e3

View file

@ -83,7 +83,7 @@ public interface EntityData {
boolean isMovementLocked();
/**
* Allows switching the current items in the main and offhand.
* Sends a request to the Java server to switch the items in the main and offhand.
*/
void switchHands();
}