fancyholograms-v2: Use player loaded event to spawn hologram once the player loaded the world

This commit is contained in:
Oliver
2025-06-03 09:41:28 +02:00
parent 4da2da4dab
commit e2d542e9ac
2 changed files with 24 additions and 28 deletions

View File

@@ -56,6 +56,7 @@ public abstract class Hologram {
/**
* Returns the entity id of this hologram
* This id is for packet use only as the entity is not registered to the server
*
* @return entity id
*/
public abstract int getEntityId();