# PedestalLoadEvent > Fired when a pedestal is loaded from configuration. Provides access to the hologram for customization. `gg.lode.observerapi.api.event` --- ## Signature ```java public class PedestalLoadEvent extends BaseEvent ``` --- ## Methods ### getPedestalId ```java public String getPedestalId() ``` **Returns:** `String` - the identifier of the loaded pedestal --- ### getHologram ```java public IPedestalHologram getHologram() ``` **Returns:** [[IPedestalHologram]] - the hologram display for this pedestal, which can be customized with custom lines --- ## Related Pages - [[PedestalData]] - [[IPedestalHologram]] - [[IPedestalManager]] - [[PedestalCraftEvent]]