diff --git a/src/main/java/org/spongepowered/api/effect/Viewer.java b/src/main/java/org/spongepowered/api/effect/Viewer.java index ca1b44495f..d0e23ae2a9 100644 --- a/src/main/java/org/spongepowered/api/effect/Viewer.java +++ b/src/main/java/org/spongepowered/api/effect/Viewer.java @@ -164,10 +164,6 @@ default void resetBlockChange(final Vector3i position) { /** * Sends a client-only block breaking progress. * - *

In vanilla breaking progress will not be rendered if player - * is further than 32 blocks from given position.
- * Sent breaking progress expires on client 400 ticks after receiving.

- * * @param position The position * @param progress The breaking progress from 0 to 1 */ @@ -179,10 +175,6 @@ default void sendBlockProgress(final Vector3i position, final double progress) { /** * Sends a client-only block breaking progress. * - *

In vanilla breaking progress will not be rendered if player - * is further than 32 blocks from given position.
- * Sent breaking progress expires on client 400 ticks after receiving.

- * * @param x The x position * @param y The y position * @param z The z position