Fix PlayerUseUnknownEntityEvent jd (#11969)

This commit is contained in:
masmc05
2025-01-14 13:11:20 +02:00
committed by GitHub
parent fe75eaf09a
commit c44f891d99

View File

@ -11,7 +11,7 @@ import org.jspecify.annotations.NullMarked;
import org.jspecify.annotations.Nullable; import org.jspecify.annotations.Nullable;
/** /**
* Represents an event that is called when a player right-clicks an unknown entity. * Represents an event that is called when a player clicks an unknown entity.
* Useful for plugins dealing with virtual entities (entities that aren'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