Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Changelog

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

0.8.0 (API 0.12.0) - 2025/10/4

Compare with 0.7.1

Added

  • (API) Implemented basic bed feature.
  • (API) Implemented arrow and bow. A new event EntityShootBowEvent is added.
  • (API) Implemented noteblock.
  • (API) Introduced PlayerInteractBlockEvent.
  • (API) Introduced PlayerBookEditEvent.
  • (API) Introduced methods Entity.getOffsetAABBForCollisionCheck() and Entity.checkBlockCollision().
  • (API) Introduced event BlockExplodeEvent.
  • (API) Introduced option ServerSettings.NetworkSettings.enablev6 to close ipv6 if needed.
  • (API) Introduced field PlayerRespawnEvent.respawnLocation which can be changed to modify the respawn location of a player after death.
  • (API) Introduced field LiquidHardenEvent.hardenedBlockPosition which is the position of the hardened block.
  • (API) Introduced api_version for plugin descriptor, which can set the api version requirement of a plugin.
  • (API) Introduced component EntityPlayerScoreboardViewerComponent for player.
  • (API) Introduced a bunch of XXXViewer (e.g. WorldViewer) interfaces which is a tiny wrapper for packet operations. This is inspired by df-mc/dragonfly to reduce the code associated with network packet contained in api module.
  • (API) Introduced a bunch of functional interfaces in package utils.funtion.
  • (API) Introduced classes EntityFlag and EntityData which are correspond to classes in the protocol library.
  • (API) Introduced enum DiscType for music disc.
  • (API) Introduced method Chunk.addChunkTask() that adds a task which will be performed later in the chunk tick.
  • (API) Introduced method EntityBaaeComponent.applyAnimation() and class EntityAnimation.
  • (API) Introduced classes EntityAction and BlockAction.
  • (API) Introduced class Skin as the replacement for the SerializedSkin class in protocol lib.
  • (API) Introduced a new MessageChannel system to replace the old broadcastXXX() methods in Server. The default message channel of the server can be got using method Server.getMessageChannel() and can be changed using method Server.setMessageChannel().
  • (API) Introduced new registry Registries.BIOMES which contains all available biomes in the game. This is the replacement for the old BiomeId enum. Biome data is also accessible through method BiomeType.getBiomeData now.
  • (API) Introduced method Command.isDebugCommand() which can be overridden to determine whether the command is a debug command. Debug command name will be shown blue client-side.
  • (API) Introduced class NBTIO which replaced the old fromNBT() methods in XXXHelper classes.
  • (API) Introduced interfaces FormViewer and EntityPlayerFormViewerComponent.
  • Implemented sharpness enchantment.
  • Implemented SetDifficultyPacketProcessor to support changing level difficulty through setting menu.
  • Block entity's custom name will be set to the custom name of the item now, which allows the player to change the inventory name of containers.
  • Players can now extinguish the fire on the surface of the block by left-clicking.
  • Introduced a dirty flag for block layers in chunk sections. Now blocks will only be rewritten to the database if they are changed. This would speed up the time used during server shutdown significantly if there are many only loaded chunks.
  • Added support for basic multi-version. The server now supports 1.21.80 - 1.21.110 client to join.
  • The motion of the player will be added to the arrow shot by the player now.

Changed

  • (API) Renamed method Entity.despawn() to Entity.remove() as a clarification with other methods like Entity.despawnFrom() and Entity.despawnFromAll().
  • (API) Renamed entries in class TrKeys. The old M_XXX is renamed to MC_XXX and A_XXX is renamed to ALLAY_XXX.
  • (API) Renamed field Block.pos to Block.position.
  • (API) Renamed class BlockUpdateService to BlockUpdateManager.

... (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.12.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.12.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 6, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 7, 2025

Superseded by #34.

@dependabot dependabot bot closed this Oct 7, 2025
@dependabot dependabot bot deleted the dependabot/gradle/org.allaymc.allay-api-0.12.0 branch October 7, 2025 11:15
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