Interface Component
-
- All Known Subinterfaces:
ActionRow,Button,HighLevelComponent,LowLevelComponent,SelectMenu,TextInput
public interface Component
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentTypegetType()Get the type of component.
-
-
-
Method Detail
-
getType
ComponentType getType()
Get the type of component.- Returns:
- The component's type.
-
-