Class DrawHighlightEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.DrawHighlightEvent
Direct Known Subclasses:
DrawHighlightEvent.HighlightBlock, DrawHighlightEvent.HighlightEntity

public class DrawHighlightEvent extends net.minecraftforge.eventbus.api.Event
An event called whenever the selection highlight around blocks is about to be rendered. Canceling this event stops the selection highlight from being rendered. TODO: Rename to DrawSelectionEvent