Class HologramData

java.lang.Object
com.ranull.graves.data.EntityData
com.ranull.graves.data.HologramData
All Implemented Interfaces:
Serializable

public class HologramData extends EntityData
Represents data for a hologram entity associated with a grave, including its line number.
See Also:
  • Field Details

    • line

      private final int line
      Represents the line number or index associated with a specific context.

      This integer value denotes a line number or index, which might be used for positioning, tracking, or organizing purposes within the application.

  • Constructor Details

    • HologramData

      public HologramData(org.bukkit.Location location, UUID uuidEntity, UUID uuidGrave, int line)
      Constructs a new HologramData instance.
      Parameters:
      location - The location of the hologram.
      uuidEntity - The UUID of the hologram entity.
      uuidGrave - The UUID of the associated grave.
      line - The line number of the hologram.
  • Method Details

    • getLine

      public int getLine()
      Gets the line number of the hologram.
      Returns:
      The line number of the hologram.