Class CategoryUpdatePositionEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.channel.category.GenericCategoryEvent
-
- net.dv8tion.jda.api.events.channel.category.update.GenericCategoryUpdateEvent<java.lang.Integer>
-
- net.dv8tion.jda.api.events.channel.category.update.CategoryUpdatePositionEvent
-
- All Implemented Interfaces:
GenericEvent
,UpdateEvent<Category,java.lang.Integer>
public class CategoryUpdatePositionEvent extends GenericCategoryUpdateEvent<java.lang.Integer>
Indicates that the position of aCategory
was updated.Can be used to retrieve the old position
Identifier:
position
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
IDENTIFIER
-
Constructor Summary
Constructors Constructor Description CategoryUpdatePositionEvent(JDA api, long responseNumber, Category category, int oldPosition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNewPosition()
The new position of thisCategory
int
getOldPosition()
The previous position of thisCategory
-
Methods inherited from class net.dv8tion.jda.api.events.channel.category.update.GenericCategoryUpdateEvent
getEntity, getNewValue, getOldValue, getPropertyIdentifier, toString
-
Methods inherited from class net.dv8tion.jda.api.events.channel.category.GenericCategoryEvent
getCategory, getGuild, getId, getIdLong
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.dv8tion.jda.api.events.GenericEvent
getJDA, getResponseNumber
-
Methods inherited from interface net.dv8tion.jda.api.events.UpdateEvent
getEntityType
-
-
-
-
Field Detail
-
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
-
-