Class TooltipEvent

java.lang.Object
de.ellpeck.rockbottom.api.event.Event
de.ellpeck.rockbottom.api.event.impl.TooltipEvent

public final class TooltipEvent extends Event
This event is fired whenever a tooltip is rendered using IRenderer.describeItem(IGameInstance, IAssetManager, ItemInstance, boolean). Note that whatever scale is applied to render the tooltip will also be applied within the event. This is most likely IRenderer.getGuiScale(). This event cannot be cancelled.