-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.d.ts
50 lines (40 loc) · 1.65 KB
/
index.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/* 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" />