Table of Contents

Namespace OnixRuntime.Api

Classes

Logger

Logs to a file or chat according to a log level.

Onix

Provides static access to core Onix runtime components, such as game, events, player, world, input, server, connection, rendering, client, and GUI.

OnixClientThings

Provides access to Onix client-specific features such as notifications, tooltips, modules, and settings.

OnixGame

Provides access to core Onix game features, including version, pack managers, chat, commands, and language code.

Enums

ClientNotificationType

Specifies the type of client notification.

Logger.Level

Represents the log level, how important is this message?.

Delegates

OnixClientThings.OnNotificationClickedDelegate

Invoked when a notification is clicked by the user. return true to dismiss the notification, false to keep it open.