Update api/src/main/java/org/geysermc/geyser/api/entity/EntityData.java

This commit is contained in:
chris 2024-07-14 22:04:53 +02:00 committed by GitHub
parent c36b03b1e3
commit 67fcd6421d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,6 +84,7 @@ public interface EntityData {
/**
* Sends a request to the Java server to switch the items in the main and offhand.
* There is no guarantee of the server accepting the request.
*/
void switchHands();
}