We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605dc4c commit d9b6cbdCopy full SHA for d9b6cbd
src/main/java/org/spongepowered/api/effect/Viewer.java
@@ -59,11 +59,11 @@ public interface Viewer extends Audience {
59
void sendWorldType(WorldType worldType);
60
61
/**
62
- * Sends the death protection effect with the given item.
+ * Plays a client-only death protection effect with the given item.
63
*
64
* @param stack The item to display
65
*/
66
- void sendDeathProtection(ItemStackLike stack);
+ void playTotemOfUndyingEffect(ItemStackLike stack);
67
68
69
* Spawn the given {@link ParticleEffect} at the given position.
0 commit comments