跳到主要内容
版本:0.2.1

WukongMp.Sdk.Api

Classes

WukongApi

The main entry point for accessing Wukong's API. Provides access to all of the various APIs and services that WukongMP offers.

Interfaces

IWukongChatApi

API for interacting with the in-game chat.

IWukongCheatsApi

Provides methods and properties for enabling and managing cheats in the game.

IWukongConfigurationApi

Provides ways to configure various aspects othe game's behavior. Will be replaced in the future with more specific configuration APIs, but for now serves as a catch-all for miscellaneous configuration options that don't fit anywhere else. Hence, we do not document the individual configuration options here, as they are all subject to change and may be removed in the future without a major version bump.

IWukongConsoleApi

API for the in-game console (F1).

IWukongEventApi

Provides events related to gameplay, player actions, and multiplayer interactions in Wukong Multiplayer.

IWukongFileApi

Provides methods related to manipulating files for Wukong mods, such as save files.

IWukongInputApi

Provides methods related to input, such as registering key binds.

IWukongLocalApi

Provides various utility methods not related to networking.

IWukongPvpApi

API for PvP mode. Will be removed in the future when custom data sync and server-side scripting are implemented.

IWukongSynchronizationApi

Provides methods related to synchronizing game state between players in a multiplayer session.

IWukongWidgetApi

Provides methods related to in-game widgets, such as chat messages, info messages, tips, and timers.