UNPKG

@levimc-lse/types

Version:

TypeScript declaration files for the Legacy Script Engine.

26 lines (17 loc) 2.48 kB
# [2.18.0](https://github.com/LiteLDev/legacy-script-engine-api/compare/v2.14.1...v2.18.0) (2026-02-21) ### Bug Fixes * **Block:** correct overloads in setBlock methods ([7c55b8c](https://github.com/LiteLDev/legacy-script-engine-api/commit/7c55b8cae9cb78cb4e3729a5571d48059b691f34)) * fix a typo ([144cc37](https://github.com/LiteLDev/legacy-script-engine-api/commit/144cc37c7a16e790b20c7cacc228b3a9685f8316)) * **GameAPI:** remove title type declarative enumeration ([f0736a5](https://github.com/LiteLDev/legacy-script-engine-api/commit/f0736a55190d9c76e29b9730514cadd8456e660e)) * **GuiAPI:** text has no declared type ([31075b7](https://github.com/LiteLDev/legacy-script-engine-api/commit/31075b763d6adf44b114bb4e2e940aa0272d47e1)) * **javascript:** correct engine Null type to undefined ([e1935c3](https://github.com/LiteLDev/legacy-script-engine-api/commit/e1935c3e9e6d0b60e477a46bb7b93be114754591)) * **javascript:** correct non-engine-defined enum to const enum ([de696b8](https://github.com/LiteLDev/legacy-script-engine-api/commit/de696b8d386d8073ffb900eed192357bc4905479)) * **javascript:** remove redundant DamageCause enum ([e1ec8c3](https://github.com/LiteLDev/legacy-script-engine-api/commit/e1ec8c302b40d8ef148db7edf507ebf61971715b)) * **NBTCompound:** correct return type of getTag method ([845bf9d](https://github.com/LiteLDev/legacy-script-engine-api/commit/845bf9dc0196051e32d83947559da58e74a03f15)) * **Player:** correct callback parameter types in sendForm methods ([1d5c751](https://github.com/LiteLDev/legacy-script-engine-api/commit/1d5c751abdaf83b4157f46d41221d5662ac4e18e)) * typescript compilation error in EntityEvents ([4ea4bc1](https://github.com/LiteLDev/legacy-script-engine-api/commit/4ea4bc107816dd708ecb43c0f9e46c7afc77b1d5)) ### Features * **GameAPI:** Add title type enumeration ([b1222a3](https://github.com/LiteLDev/legacy-script-engine-api/commit/b1222a3439ed15146a7fe1750eed2ed95f6ad948)) * **GuiAPI:** adapt form API changes in Legacy Script Engine 0.11.0 ([bbcbed2](https://github.com/LiteLDev/legacy-script-engine-api/commit/bbcbed27d913ddf0d39a83621ee4a58ed715eeb4)) * **ScriptAPI:** add support for getting all plugins root path ([4209be7](https://github.com/LiteLDev/legacy-script-engine-api/commit/4209be79e0a3b43a274358bf7673071c32bea5ff)) * **ScriptAPI:** add support for retrieving current plugin information ([e45fd85](https://github.com/LiteLDev/legacy-script-engine-api/commit/e45fd85f20e5b7a05e847c1a45550052450ec5f1))