Class UnspecificComponent
java.lang.Object
io.github.kaktushose.jdac.dispatching.reply.Component<UnspecificComponent, ActionComponent, ActionRowChildComponent, ComponentDefinition<ActionComponent>>
io.github.kaktushose.jdac.dispatching.reply.dynamic.internal.UnspecificComponent
- All Implemented Interfaces:
ActionRowChildComponent, ActionRowChildComponentUnion, Component, IComponentUnion, SectionAccessoryComponent, SectionAccessoryComponentUnion
@Internal
public final class UnspecificComponent
extends Component<UnspecificComponent, ActionComponent, ActionRowChildComponent, ComponentDefinition<ActionComponent>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface Component
Component.Type -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionUnspecificComponent(boolean enabled, boolean independent, String component, @Nullable Class<?> origin, Entry[] placeholder) -
Method Summary
Modifier and TypeMethodDescriptionbuild(ComponentDefinition<ActionComponent> definition) getType()Methods inherited from class Component
asButton, asEntitySelectMenu, asStringSelectMenu, asThumbnail, button, button, callback, disabled, disabled, enabled, enabled, enabled, enabled, entitySelect, entitySelect, getUniqueId, independent, independent, independent, modify, name, of, of, of, origin, placeholder, self, stringSelect, stringSelect, withUniqueIdMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Component
isMessageCompatible, isModalCompatibleMethods inherited from interface IComponentUnion
isUnknownComponent
-
Constructor Details
-
UnspecificComponent
-
-
Method Details
-
definitionClass
- Specified by:
definitionClassin classComponent<UnspecificComponent, ActionComponent, ActionRowChildComponent, ComponentDefinition<ActionComponent>>
-
build
- Specified by:
buildin classComponent<UnspecificComponent, ActionComponent, ActionRowChildComponent, ComponentDefinition<ActionComponent>>
-
getType
-