Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

PowerNukkitX-Bundle/LLSE-Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLSE-Lib

实现LLSE所有方法的库

Tips

//clone此厂库请使用下命令
git clone --recursive https://github.com/PowerNukkitX/LLSE-Lib
//更新.header
git submodule update --remote

demo

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
}

Docs

PowerNukkitX仓库

PowerNukkitX JS开发文档

LLSE开发文档