Adapted to BDS-1.19.30.04
- Fix ParticleSpawner bugs in LLSE (#780) @OEOTYAN
- Add setScale API for LLSE (#762) @shishkevichd
- Add PlayerUseBucket Event (#746) @quizhizhe
- Add LLSE ItemAPI::setDisplayName (#766) @shishkevichd
- Add DeviceAPI::getInputMode for LLSE (#772) @shishkevichd
- Add distanceToPos API for PlayerAPI & EntityAPI for LLSE (#775) @shishkevichd
- Add PlayerOpenInventory event (#767) @Jasonzyt
- Add LL settings command @RimuruChan
- Add PlayerSwingEvent (#797) @OEOTYAN
- Add stopFire API for PlayerAPI & EntityAPI for LLSE (#801) @shishkevichd
- Add more properties in BlockAPI in LLSE (#816) @shishkevichd
Note that APIs marked as deprecated will be removed in the next few releases.
llapi/LLAPI.h
All item with namespace LL
Move to namespace ll. You should recompile your plugin with latest SDK as soon as possible due to the removal of deprecated API and ABI in the future.
All files in llapi/mc
All enum defined in llapi/mc
Use enum class instead of enum. You should recompile your plugin with latest SDK as soon as possible due to the removal of deprecated API.