Package org.javacord.api.event.user
Interface UserChangeNicknameEvent
-
- All Superinterfaces:
Event,ServerEvent,UserEvent
public interface UserChangeNicknameEvent extends UserEvent, ServerEvent
A user change nickname event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<String>getNewNickname()Gets the new nickname of the user.Optional<String>getOldNickname()Gets the old nickname of the user.-
Methods inherited from interface org.javacord.api.event.server.ServerEvent
getServer
-
-