LogoLogo
  • Introduction
  • Documentation License
  • Modding Basics
  • Getting Started
  • Configuration
    • Creating a Config
    • Config Options
      • Boolean Configs
      • Number Configs
      • Selector Configs
      • Text Configs
      • Buttons, Colors and Keybinds
      • Decorative Components
      • Custom options
    • Migration
  • Events
    • Event Basics
    • Available Events
      • ChatReceiveEvent
      • TickEvent
      • InitializationEvent
      • HudRenderEvent
      • Packet Events
      • LocrawEvent
  • Graphics & UI
    • Render Manager
      • Font Rendering
    • Elements
    • Pages
  • Commands
    • Commands
    • An Example Command
  • HUDs
    • HUD Basics
  • Utilities
    • OneConfig's Utilities
      • Notifications
      • HypixelUtils
    • OneColor
    • OneUIScreen
Powered by GitBook
On this page

Was this helpful?

  1. Events

Available Events

A list of Available events in OneConfig.

PreviousEvent BasicsNextChatReceiveEvent

Last updated 1 year ago

Was this helpful?

Events are split into types, which can be specified by the parameter type set on your method you are @Subscribe-ing.

Each Event has a purpose, for example ChatReceiveEvent, which is fired every time the client receives a message. These are useful because if you want to do something when a message is received, like check its contents for a series of letters, you can do it easily!

Remember all @Subscribe event methods must not be static!

List of Available Events

ChatReceiveEvent
TickEvent
InitializationEvent
HudRenderEvent
Packet Events
LocrawEvent