1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-06 15:41:50 +00:00

correct javadoc

This commit is contained in:
onebeastchris
2025-12-02 00:51:55 +01:00
parent d4f07135f4
commit 899bd29af7

View File

@@ -47,7 +47,7 @@ import java.util.function.Consumer;
*/
public interface GeyserEntity {
/**
* @return the entity ID that the server has assigned to this entity, or null if none is present
* @return the entity ID that the server has assigned to this entity, or 0 if none is present
*/
@NonNegative
int javaId();