Class Hooks

  • All Implemented Interfaces:
    Callbacks

    @Singleton
    public class Hooks
    extends Object
    implements Callbacks
    This class contains field required for mixins and runelite hooks to work. All remaining method hooks in this class are performance-critical or contain client-specific logic and so they can't just be placed in mixins or sent through event bus.