Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: liquid #533

Merged
merged 18 commits into from
Dec 28, 2024
Merged

feat: liquid #533

merged 18 commits into from
Dec 28, 2024

Conversation

smartcmd
Copy link
Member

@smartcmd smartcmd commented Dec 26, 2024

  • basic liquid functions
  • event
  • update changelog

entity movement will be done in the future

Copy link

codecov bot commented Dec 26, 2024

Codecov Report

Attention: Patch coverage is 2.42588% with 362 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
.../block/component/BlockLiquidBaseComponentImpl.java 0.85% 232 Missing ⚠️
...er/block/component/BlockLavaBaseComponentImpl.java 0.00% 54 Missing ⚠️
...r/block/component/BlockWaterBaseComponentImpl.java 0.00% 31 Missing ⚠️
.../api/block/component/BlockLiquidBaseComponent.java 0.00% 10 Missing ⚠️
...aymc/api/eventbus/event/block/LiquidFlowEvent.java 0.00% 7 Missing ⚠️
...mc/api/eventbus/event/block/LiquidHardenEvent.java 0.00% 4 Missing ⚠️
...a/org/allaymc/api/math/voxelshape/VoxelShapes.java 0.00% 4 Missing ⚠️
...server/block/component/BlockBaseComponentImpl.java 0.00% 4 Missing ⚠️
...ymc/api/eventbus/event/block/LiquidDecayEvent.java 0.00% 3 Missing ⚠️
...pi/block/component/data/LiquidReactionOnTouch.java 71.42% 2 Missing ⚠️
... and 7 more
Files with missing lines Coverage Δ Complexity Δ
...aymc/api/eventbus/event/block/BlockBreakEvent.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...llaymc/api/block/component/BlockBaseComponent.java 1.69% <0.00%> (-0.03%) 1.00 <0.00> (ø)
...laymc/api/block/component/data/BlockStateData.java 71.42% <66.66%> (-1.30%) 10.00 <1.00> (+1.00) ⬇️
...ymc/server/block/impl/BlockLiquidBehaviorImpl.java 66.66% <0.00%> (-33.34%) 1.00 <0.00> (ø)
...pi/block/component/data/LiquidReactionOnTouch.java 71.42% <71.42%> (ø) 1.00 <1.00> (?)
...a/org/allaymc/api/block/dto/BlockStateWithPos.java 12.50% <0.00%> (-4.17%) 1.00 <0.00> (ø)
...laymc/server/command/defaults/GameTestCommand.java 38.57% <0.00%> (-0.19%) 2.00 <0.00> (ø)
...server/item/component/ItemBucketComponentImpl.java 2.17% <0.00%> (ø) 1.00 <0.00> (ø)
.../java/org/allaymc/server/world/AllayDimension.java 29.87% <0.00%> (-0.80%) 7.00 <0.00> (ø)
...ymc/api/eventbus/event/block/LiquidDecayEvent.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
... and 8 more

... and 7 files with indirect coverage changes

@smartcmd smartcmd marked this pull request as ready for review December 28, 2024 16:52
@smartcmd
Copy link
Member Author

We will release 0.1.1 after this pr merged

@smartcmd smartcmd merged commit 2ef0d35 into master Dec 28, 2024
2 checks passed
@smartcmd smartcmd deleted the feat/liquid branch January 1, 2025 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant