Class KeyEntryRenderEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.blamejared.controlling.api.events.KeyEntryRenderEvent
All Implemented Interfaces:
IKeyEntryRenderEvent

public class KeyEntryRenderEvent extends net.minecraftforge.eventbus.api.Event 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.
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
    KeyEntryRenderEvent(IKeyEntry entry, net.minecraft.client.gui.GuiGraphics guiGraphics, int slotIndex, int y, int x, int rowLeft, int rowWidth, int mouseX, int mouseY, boolean hovered, float partialTicks)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    net.minecraft.client.gui.GuiGraphics
     
    int
     
    int
     
    float
     
    int
     
    int
     
    int
     
    int
     
    int
     
    boolean
     

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait