Class WukongApi
Namespace: WukongMp.Sdk.Api
Assembly: WukongMp.Sdk.dll
The main entry point for accessing Wukong's API. Provides access to all of the various APIs and services that WukongMP offers.
public static class WukongApi
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Configuration
public static IWukongConfigurationApi Configuration { get; }
Property Value
Console
public static IWukongConsoleApi Console { get; }
Property Value
Events
public static IWukongEventApi Events { get; }
Property Value
Files
public static IWukongFileApi Files { get; }
Property Value
Input
public static IWukongInputApi Input { get; }
Property Value
Local
public static IWukongLocalApi Local { get; }
Property Value
Saves
public static IWukongSaveApi Saves { get; }
Property Value
Services
public static IDependencyContainer Services { get; }
Property Value
Sync
public static IWukongSynchronizationApi Sync { get; }
Property Value
Widgets
public static IWukongWidgetApi Widgets { get; }