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. Graphics & UI

Elements

Learn more about the UI elements OneConfig has to offer

OneConfig currently uses a proprietary element system, which is pending a rewrite due to its lack of portability and readability. When we update this to a new system, you will be able to use the components OneConfig has to happen in your own code.

Warning: We are discouraging you from using the current OneConfig elements found in the cc.polyfrost.oneconfig.elements package. Once they have been rewritten, these will become publicly available with documentation.

PreviousFont RenderingNextPages

Last updated 2 years ago

Was this helpful?