UNPKG

@levimc-lse/types

Version:

TypeScript declaration files for the Legacy Script Engine.

51 lines (40 loc) 1.7 kB
/* eslint-disable @typescript-eslint/triple-slash-reference */ // Data数据文件 /// <reference path="DataAPI/OtherData.d.ts" /> /// <reference path="DataAPI/PlayerData.d.ts" /> /// <reference path="DataAPI/Economy.d.ts" /> /// <reference path="DataAPI/ConfigFile.d.ts" /> /// <reference path="DataAPI/DataBase.d.ts" /> /// <reference path="DataAPI/PermAPI.d.ts" /> // GameAPI文件 /// <reference path="GameAPI/index.d.ts" /> // EventAPI 文件 /// <reference path="EventAPI/BlockEvents.d.ts" /> /// <reference path="EventAPI/EconomicEvents.d.ts" /> /// <reference path="EventAPI/EntityEvents.d.ts" /> /// <reference path="EventAPI/OtherEvents.d.ts" /> /// <reference path="EventAPI/PlayerEvents.d.ts" /> // GuiAPI 文件 /// <reference path="GuiAPI/Form.d.ts" /> // NbtAPI 文件 /// <reference path="NbtAPI/NBTCompound.d.ts" /> // ScriptAPI 文件 /// <reference path="ScriptAPI/Li.d.ts" /> /// <reference path="ScriptAPI/Logger.d.ts" /> /// <reference path="ScriptAPI/ScriptHelper.d.ts" /> /// <reference path="ScriptAPI/i18n.d.ts" /> // NbtAPI 文件 /// <reference path="NbtAPI/NBT.d.ts" /> /// <reference path="NbtAPI/NBTCompound.d.ts" /> /// <reference path="NbtAPI/NBTList.d.ts" /> /// <reference path="NbtAPI/NBTValue.d.ts" /> // SystemAPI 文件 /// <reference path="SystemAPI/File.d.ts" /> /// <reference path="SystemAPI/Network.d.ts" /> /// <reference path="SystemAPI/SystemCall.d.ts" /> // NativeAPI文件 /// <reference path="NativeAPI/NativeFunction.d.ts" /> /// <reference path="NativeAPI/NativePointer.d.ts" /> /// <reference path="NativeAPI/NativePatch.d.ts" /> // 个体文件 /// <reference path="Other.d.ts" />