实现LLSE所有方法的库
//clone此厂库请使用下命令
git clone --recursive https://github.com/PowerNukkitX/LLSE-Lib
//更新.header
git submodule update --remote
import {
ll,
mc,
Format,
PermType,
ParamType,
system,
data,
i18n,
logger,
File,
JsonConfigFile,
BinaryStream,
colorLog,
log,
NbtEnd,
NbtShort,
NbtInt,
NbtFloat,
NbtDouble,
NbtCompound,
NbtList,
NbtLong,
NbtByte,
NbtByteArray,
NbtString,
NBT
} from '@LLSELib/index.js';
export function main() {
//do something
}