Skip to content

Commit

Permalink
Add documentation for Hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam authored and Adam- committed Jun 22, 2018
1 parent ffbc89a commit d21cac1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
* 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.
*/
public class Hooks
{
// must be public as the mixins use it
Expand Down

0 comments on commit d21cac1

Please sign in to comment.