Releases: Bedrock-OSS/bedrock-boost
Releases · Bedrock-OSS/bedrock-boost
0.1.2
- Added new variants of
Vec3.setX
,Vec3.setY
andVec3.setZ
methods, that accept a converter function - Added
Vec3.update
method, that accepts 3 converter functions - Added
CommandUtils.destroyBlock
function for destroying a block as if the player destroyed it - Added
sendMolangData
function for sending molang data to the chosen players using playAnimation API - Marked
CommandUtils.setInputPermission
as deprecated since the API is stable now. Additionally the implementation now uses that stable API
0.1.1
0.1.0
What's Changed
- Added a variant of
Vec3.fromYawPitch
method, that acceptsVector2
- Added
Vec3.scale
method, that is an alias forVec3.multiply
with one number argument
Full Changelog: 0.0.19...0.1.0
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
- Added UniquePulseScheduler, which is a PulseScheduler, that checks items whether they're unique
- Added EntityPulseScheduler, which is a PulseSchedule, that automatically processes entities matching a query
- Added PlayerPulseScheduler, which is a PulseSchedule, that automatically processes all players
- Added
getBlockPermutation
function, which returns cached permutation or queries one if no cached version is found