Package com.blamejared.controlling.api.events


package com.blamejared.controlling.api.events
  • Classes
    Class
    Description
    GetKeyEntryListenersEvent is called to get the values for NewKeyBindsList.KeyEntry.children().
    KeyEntryMouseClickedEvent is called at the start of NewKeyBindsList.KeyEntry.mouseClicked(double, double, int).
    KeyEntryMouseReleasedEvent is called at the start of NewKeyBindsList.KeyEntry.mouseReleased(double, double, int).
    RenderKeyEntryEvent is called at the top of NewKeyBindsList.KeyEntry.render(PoseStack, int, int, int, int, int, int, int, boolean, float) is called, allowing mods to render additional info.