Class VoiceChannelEffect.Animation
java.lang.Object
net.dv8tion.jda.api.entities.channel.VoiceChannelEffect.Animation
- All Implemented Interfaces:
ISnowflake
- Enclosing class:
VoiceChannelEffect
Represents the animation of a voice channel effect.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of animation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongThe Snowflake id of this entity.getType()The type of animationMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ISnowflake
getId, getTimeCreated
-
Constructor Details
-
Animation
-
-
Method Details
-
getIdLong
public long getIdLong()Description copied from interface:ISnowflakeThe Snowflake id of this entity. This is unique to every entity and will never change.- Specified by:
getIdLongin interfaceISnowflake- Returns:
- Long containing the Id.
-
getType
The type of animation- Returns:
- The type of animation
-