Skip to content

Commit eea04ca

Browse files
MrHell228Faithcaio
authored andcommitted
Remove vanilla behaviour description
1 parent 7612a9d commit eea04ca

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/main/java/org/spongepowered/api/effect/Viewer.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,6 @@ default void resetBlockChange(final Vector3i position) {
164164
/**
165165
* Sends a client-only block breaking progress.
166166
*
167-
* <p>In vanilla breaking progress will not be rendered if player
168-
* is further than 32 blocks from given position.<br>
169-
* Sent breaking progress expires on client 400 ticks after receiving.</p>
170-
*
171167
* @param position The position
172168
* @param progress The breaking progress from 0 to 1
173169
*/
@@ -179,10 +175,6 @@ default void sendBlockProgress(final Vector3i position, final double progress) {
179175
/**
180176
* Sends a client-only block breaking progress.
181177
*
182-
* <p>In vanilla breaking progress will not be rendered if player
183-
* is further than 32 blocks from given position.<br>
184-
* Sent breaking progress expires on client 400 ticks after receiving.</p>
185-
*
186178
* @param x The x position
187179
* @param y The y position
188180
* @param z The z position

0 commit comments

Comments
 (0)