Package org.javacord.api.event.user
Interface UserChangeMutedEvent
-
- All Superinterfaces:
Event,ServerEvent,UserEvent
public interface UserChangeMutedEvent extends UserEvent, ServerEvent
A user change muted event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisNewMuted()Gets the new muted state of the user.booleanisOldMuted()Gets the old muted state of the user.-
Methods inherited from interface org.javacord.api.event.server.ServerEvent
getServer
-
-