Package net.dv8tion.jda.api.events.self
Class SelfUpdateDiscriminatorEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.self.GenericSelfUpdateEvent<String>
net.dv8tion.jda.api.events.self.SelfUpdateDiscriminatorEvent
- All Implemented Interfaces:
GenericEvent,UpdateEvent<SelfUser,String>
@Deprecated
@ForRemoval
public class SelfUpdateDiscriminatorEvent
extends GenericSelfUpdateEvent<String>
Deprecated.
This will become obsolete in the future.
Discriminators are being phased out and replaced by globally unique usernames.
For more information, see New Usernames & Display Names.
Indicates that the discriminator of the current user changed.
Can be used to retrieve the old discriminator.
Identifier: discriminator
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSelfUpdateDiscriminatorEvent(JDA api, long responseNumber, String oldDiscriminator) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The new discriminatorDeprecated.The new valueDeprecated.The old discriminatorDeprecated.The old valueMethods inherited from class net.dv8tion.jda.api.events.self.GenericSelfUpdateEvent
getEntity, getPropertyIdentifier, getSelfUserMethods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getRawData, getResponseNumber, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.dv8tion.jda.api.events.GenericEvent
getJDA, getRawData, getResponseNumberMethods inherited from interface net.dv8tion.jda.api.events.UpdateEvent
getEntityType
-
Field Details
-
IDENTIFIER
Deprecated.- See Also:
-
-
Constructor Details
-
Method Details
-
getOldDiscriminator
Deprecated.The old discriminator- Returns:
- The old discriminator
-
getNewDiscriminator
Deprecated.The new discriminator- Returns:
- The new discriminator
-
getOldValue
Deprecated.Description copied from interface:UpdateEventThe old value- Specified by:
getOldValuein interfaceUpdateEvent<SelfUser,String> - Overrides:
getOldValuein classGenericSelfUpdateEvent<String>- Returns:
- The old value
-
getNewValue
Deprecated.Description copied from interface:UpdateEventThe new value- Specified by:
getNewValuein interfaceUpdateEvent<SelfUser,String> - Overrides:
getNewValuein classGenericSelfUpdateEvent<String>- Returns:
- The new value
-