Skip to content

Commit

Permalink
Remove vanilla behaviour description
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHell228 authored and Faithcaio committed Jun 23, 2024
1 parent 7612a9d commit eea04ca
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/java/org/spongepowered/api/effect/Viewer.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ default void resetBlockChange(final Vector3i position) {
/**
* Sends a client-only block breaking progress.
*
* <p>In vanilla breaking progress will not be rendered if player
* is further than 32 blocks from given position.<br>
* Sent breaking progress expires on client 400 ticks after receiving.</p>
*
* @param position The position
* @param progress The breaking progress from 0 to 1
*/
Expand All @@ -179,10 +175,6 @@ default void sendBlockProgress(final Vector3i position, final double progress) {
/**
* Sends a client-only block breaking progress.
*
* <p>In vanilla breaking progress will not be rendered if player
* is further than 32 blocks from given position.<br>
* Sent breaking progress expires on client 400 ticks after receiving.</p>
*
* @param x The x position
* @param y The y position
* @param z The z position
Expand Down

0 comments on commit eea04ca

Please sign in to comment.