Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2025

Bumps org.allaymc.allay:api from 0.6.0 to 0.16.0.

Changelog

Sourced from org.allaymc.allay:api's changelog.

0.9.0 (API 0.16.0) - 2025/10/30

Compare with 0.8.3

Added

  • (API) Implemented FakeChestContainer and FakeDoubleChestContainer. Plugin developer can get fake container instance through the new FakeContainerFactory class.
  • (API) Introduced record EntityPlayerBaseComponent.Speed to represent the speed, flySpeed, and verticalFlySpeed for player.
  • Implemented copper torch.
  • Implemented copper door.
  • Add support for bedrock 1.21.120.

Changed

  • (API) Event ContainerCloseEvent is not cancellable now.
  • (API) Changed the getter/setter methods for speed, flySpeed, and verticalFlySpeed to use the new Speed record.

Fixed

  • Fixed (maybe a bug) sometime event ContainerOpenEvent will be called twice.
  • Fixed incorrect player speed after applying speed and slowness effect. These effects now will also affect the fly speed and vertical fly speed of the player.
  • Fixed a rare NPE when the client disconnects while haven't logged in.

Removed

  • (API) Removed headYaw from Location3d(c), Location3f(c), and Location3i(c).

0.8.3 (API 0.15.0) - 2025/10/20

Compare with 0.8.2

Added

  • (API) Added method MessageChannel.hasReceiver() to check if the specific message receiver is registered in the message channel.
  • (API) Added events PlayerRightClickItemInAirEvent, PlayerStartUseItemInAirEvent, PlayerUseItemInAirEvent.
  • (API) Added events PlayerPunchBlockEvent and PlayerPunchAirEvent.
  • (API) Added event PlayerCraftItemEvent.
  • (API) Added tooltip field to Dropdown, Input, Slider, StepSlider, and Toggle which are used in CustomForm.
  • Implemented short and tall dry grass.

Changed

  • (API) Renamed method ItemStack.clickItemInAir() to ItemStack.rightClickItemInAir().
  • (API) Renamed method ItemStack.rightClickItemOn() to ItemStack.rightClickItemOnBlock().

Fixed

  • Fixed a bug that custom command sender (which is not registered in the default message channel) cannot receive command outputs.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.allaymc.allay:api](https://github.com/AllayMC/Allay) from 0.6.0 to 0.16.0.
- [Release notes](https://github.com/AllayMC/Allay/releases)
- [Changelog](https://github.com/AllayMC/Allay/blob/master/CHANGELOG.md)
- [Commits](https://github.com/AllayMC/Allay/commits)

---
updated-dependencies:
- dependency-name: org.allaymc.allay:api
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 30, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2025

Looks like org.allaymc.allay:api is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 10, 2025
@dependabot dependabot bot deleted the dependabot/gradle/org.allaymc.allay-api-0.16.0 branch November 10, 2025 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant