Class KeyEntryRenderEvent

java.lang.Object
net.minecraftforge.eventbus.internal.MutableEventInternals
net.minecraftforge.eventbus.api.event.MutableEvent
com.blamejared.controlling.api.events.KeyEntryRenderEvent
All Implemented Interfaces:
IKeyEntryRenderEvent, net.minecraftforge.eventbus.internal.Event

public class KeyEntryRenderEvent extends net.minecraftforge.eventbus.api.event.MutableEvent implements IKeyEntryRenderEvent
RenderKeyEntryEvent is called at the top of IKeyEntry.render(GuiGraphics, int, int, int, int, int, int, int, boolean, float) is called, allowing mods to render additional info.