Skip to content

Commit d9b6cbd

Browse files
committed
rename: sendDeathProtection -> playTotemOfUndyingEffect
1 parent 605dc4c commit d9b6cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ public interface Viewer extends Audience {
5959
void sendWorldType(WorldType worldType);
6060

6161
/**
62-
* Sends the death protection effect with the given item.
62+
* Plays a client-only death protection effect with the given item.
6363
*
6464
* @param stack The item to display
6565
*/
66-
void sendDeathProtection(ItemStackLike stack);
66+
void playTotemOfUndyingEffect(ItemStackLike stack);
6767

6868
/**
6969
* Spawn the given {@link ParticleEffect} at the given position.

0 commit comments

Comments
 (0)