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