Interface RoleChangeHoistEvent
-
- All Superinterfaces:
Event,RoleEvent,ServerEvent
public interface RoleChangeHoistEvent extends RoleEvent
A role change hoist event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetNewHoist()Gets the new hoist of the role.booleangetOldHoist()Gets the old hoist of the role.-
Methods inherited from interface org.javacord.api.event.server.ServerEvent
getServer
-
-