Class DrawSelectionEvent

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

public class DrawSelectionEvent extends net.minecraftforge.eventbus.api.Event
An event called whenever the selection highlight around a block or entity is about to be rendered. Canceling this event stops the selection highlight from being rendered.